html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #595959 url(../images/bg.gif) 0 242px repeat-x;
} 
body, p, span, ul, ol, li, div, td, input, textarea, submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}  
 
#pagewidth { 
 width:806px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background: url(../images/content_bg.gif) 0 0 repeat-y;
} 
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #c1c1c1;
	text-decoration: none;
}

 /*   ---------------   HEADER   ---------------   */
 
#header {
 position:relative; 
 height:217px; 
 margin: 0 24px;
 background:#243b6f; 
 width:758px;
} 
#header h1 {
	width: 421px;
	height: 215px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(../images/logo.gif) 8px 0 no-repeat;
}
#header h1 a {
	width: 421px;
	height: 215px;
	display: block;
	text-indent: -9999px;
}
#head_bg {
	height: 25px;
	background: url(../images/header_bg.gif) 0 0 no-repeat;
}
#header_pic {
	float: left;
	padding: 12px 0 0 6px;
}
#header_pic img {
	width: 310px;
	height: 186px;
	border: 4px solid #FFFFFF;
}

/*   top navigation   */

#nav {
	height: 31px;
	background: url(../images/nav_bg.gif) 0 0;
	padding: 6px 0 0 38px;
	clear: both;
	margin-bottom: 10px;
}
#nav a {
	margin: 0 30px 0 0;
	height: 25px;
	line-height: 25px;
	padding: 0 7px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/nav_arrow.gif) bottom center no-repeat;
}
#nav a.active {
	background: url(../images/active_nav_bg.gif);
}

 /*   ---------------   LEFT COLUMN   ---------------   */
 
#leftcol {
 width:176px; 
 float:left; 
 margin-left: 24px;
 padding: 0 12px;
 position:relative; 
  }
 * html #leftcol {
 	display: inline;
 } 
 #leftcol img {
 	border: 3px solid #FFFFFF;
	margin-bottom: 12px;
 } 
  
  /*   ---------------   MAIN CONTENT   ---------------   */ 
 
#maincol {
 background: #314777 url(../images/content_bg.jpg) left bottom no-repeat;
 float: right; 
 display:inline; 
 position: relative; 
 width:503px; 
 margin-right: 35px;
 padding: 0 10px 20px 10px;
 min-height:430px;
  height:auto !important;
  height:430px;
 }
 h1 {
 	font-size: 24px;
	margin: 0;
	padding: 10px 0;
 }
 h2 {
 	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
 }
 p {
 	margin: 0;
	padding: 10px 0;
 }
 form {
 	margin: 0;
	padding: 10px 0;
 }
 label {
 	width: 150px;
	padding: 1px 0;
	float: left;
	clear: left;
	text-align: left;
	margin: 0 5px 5px 0;
 }
 .input_fld, .select_fld, textarea {
 	width: 200px;
	float: left;
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
	border: 1px solid #000000;
 }
 textarea {
 	height: 100px;
	overflow: auto;
 }
 .form_btn {
	font-size: 12px;
	color: #000000;
	float: left;
	margin-left: 155px;
	clear: left;
 }
 
  /*   ---------------   FOOTER   ---------------   */
 
#footer {
 height:20px; 
 background:#595959 url(../images/footer_bg.gif) 0 0 no-repeat; 
 clear:both;
 text-align: center;
 padding-top: 5px;
 font-size: 10px;
 } 
 #footer a {
 	font-size: 10px;
	text-decoration: none;
 }
 

 
 /* *** Float containers fix:  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
