@charset "UTF-8";
/* CSS Document */

body {
	/* background-color: #aa1c2b; */
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	background-image: url(../images/background2.png);
	background-repeat: repeat-x;
}

#mainContainer {
	width: 820px;
	padding: 0;
	margin: 0px auto 0px auto;
	clear: both;
}

#topHeader {
	width: 805px;
	height: 150px;
	background-image: url(../images/logo.png);
	background-position: top center;
	margin: 0px auto 0px auto;
	padding: 0px 15px 0px 0px;
}

#container {
	margin: 0;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #ffffff;
	width: 790px;
	float: left;
	padding: 15px 15px 0px 15px;
}

#mainHeader {
	margin: 0px;
	padding: 0px;
	width: 790px;
	height: 150px;
	background-image: url(../images/header.png);
	background-position: center top;
}

#mainImage {
	width: 790px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	background-image: url(../images/header.png);
	background-position: center top;
	height: 188px;
}

#contentBody {
	min-height: 200px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center top;
	width: 790px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#rightColumn {
	width: 240px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	position: relative;
	padding: 15px 10px 15px 20px;
	float: left;
}

#leftColumn {
	width: 455px;
	position: relative;
	background-color: #f0f0f0;
	float: left;
	padding: 15px 30px 15px 20px;
	margin-right: 15px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 13px;
	text-align: left;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: left;
}

a.bodytextlink:link {
	color: #0f75bc;
	text-decoration: underline;
}

a.bodytextlink:visited {
	color: #0f75bc;
	text-decoration: underline;
}

a.bodytextlink:hover {
	color: #444444;
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 790px;
	height: 65px;
	padding: 0px;
	margin: 15px 0px 15px 0px;
	background-image: url(../images/footer.png);
	float: left;
}

#topNav {
	position: relative;
	top: 69px;
	left: 575px;
	width: 215px;
	height: 39px;
}

#signup {
	position: relative;
	top: 77px;
	left: 679px;
	width: 111px;
	height: 111px;
}
	
#notice {
	position: relative;
	width: 780px;
	top: 43px;
	padding: 0px 0px 0px 10px;
}

.noticetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	text-align: left;
}

hr {
	color: #c6c6c6;
	background-color: #c6c6c6;
	height: 1px;
	border: 0;
}

.date {
	font-size: 11px;
	font-weight: normal;
	color: #aa1c2b;
}

#boxButtons {
	position: relative;
	top: 130px;
	left: 360px;
	width: 420px;
	height: 45px;
	margin: 0;
	padding: 0;
}

/***************** Forms *****************/

#signup table {   
	/*background-color: #5a4122;  */ 
	width: 330px;   
	/*border: 1px solid #c2aa8d;  */
	border-collapse: collapse;  
	margin: 30px 0 20px 0;  
}   
  
#signup td {   
	/*border: 1px solid #D7E5F2;*/   
	padding: 3px 9px 3px 9px; 
	height: 24px;  
}

.smalllabelcell {    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: transparent;    
	color: #666666;    
	width: 130px;    
}    
   
.smallfieldcell {    
	/*background-color: #F2F7FB;*/    
	color: #c2aa8d;    
	text-align: right;       
}

.smallfieldcell input {    
	width: 192px;
	height: 21px;    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: #333333;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;    
	color: #102132;    
	border: 1px solid #999999;   
	padding-left: 4px;
	padding-right: 4px;
}  

.smallfieldcell textarea {    
	width: 192px;    
	font: 11px Arial, Helvetica, sans-serif;    
	background-color: #ffffff;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;  
	color: #102132;    
	border: 1px solid #999999;   
	padding: 4px;
	margin: 0;
} 

.smallfieldcelltext {    
	/*background-color: #F2F7FB;*/    
	color: #666666;    
	text-align: left; 
	font: 11px Arial, Helvetica, sans-serif;          
}  
   
#button {    
	
	padding: 0px 9px 0px 9px;
	margin: 0;    
}

/***************** End *****************/