BODY {
  background: #DBDBDB;
  color: #000000;
  margin: 0px;
}
  
a {color: #830B21; text-decoration: underline;}
a:link { color:#830B21; text-decoration:none; }
a:visited { color:#830B21; text-decoration:none; }
a:active { color:#FF6600; text-decoration:none; }
a:hover {color: #FF0000; text-decoration: none;}

FORM {display: inline;}

.container {
/*width: 100%; */
height: 100%;
}


.Header {
background-image: url(../images/BG_TOP_Sidebar.jpg);
background-repeat: repeat-x;
/*width: 100%; */
height: 338px;
}

.topsidebar_left {
float: left; 
height: 338px;
width: 50px;
}

.HeaderIMG {
position: absolute;
/*margin-left: 10px;*/
top:0px; 
left:10px;
width: 860px;
height: 338px;
}


.Maincontent {
height: auto;
}

.mainsidebar {
position: absolute;
width: 50px;
}

.mainsidebar_left {
position: absolute;
margin-left: 11px;
background-image: url(../images/Main_Sidebar_Left.jpg);
background-repeat: repeat-y;
width: 16px;
height: 1950px;
}

.mainsidebar_right {
position: absolute;
margin-left: 850px;
background-image: url(../images/Main_Sidebar_Right.jpg);
background-repeat: repeat-y;
width: 21px;
height: 1950px;
}


.main {
position: absolute;
margin-left: 27px;
background-color:#FFFFFF;
width: 823px;
}

.infoBox {
margin-top: 80px;
margin-left: 25px;
float: right;
height: 250px;
width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #830B21;
}

.content {
margin-top: 5px;
padding: 15px 45px 10px 45px;
}


.footerline {
background-image: url(../images/Bot_Line.gif);
background-repeat: repeat-x;
height: 16px;
}

.footer {


}


.notices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #0066CC;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #808080;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	color: #990033;	
    letter-spacing: .03em;
}

.subheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #808080;	
    letter-spacing: .03em;
}

.footertxt
{  float:left;
   font-family: Arial, Helvetica, sans-serif;
   margin: 12px 12px 12px 12px;
   color: #808080;
   font-size: 12px;
   line-height: 18px;
}

INPUT, CHECKBOX, TEXTAREA, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-color: #7E8485;
  background-color: #F8F8F8;
  border-top:  1px solid #757D7E;
  border-left:  1px solid #757D7E;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E; 
  }
  
.VALIDBOX {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-color: #7E8485;
  background-color: #F4F1F1;
  border-top:  1px solid #757D7E;
  border-left:  1px solid #757D7E;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E; 
  }  
  
.button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #404D4E;
  border-top:  1px solid #787878;
  border-left:  1px solid #787878;
  border-bottom: 1px solid #404D4E;
  border-right:  1px solid #404D4E; 
  background-color: #F2F2F2;  
  height: 20px;
} 

