@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:12px;
	background-color:#FFFFFF; background-image:url(images/bg.gif); background-repeat:repeat-x; 
	margin-top:1px;
	line-height:14px;
}


h1 {
	color:#184A6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
	margin-top:5px;	
}

h2 {
	color:#184A6A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	margin-bottom:5px;
	margin-top:5px;	
}

h3 {
	color: #040404;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;	
	margin-top:0;
}

h4 {
	color: #040404;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;	
}




.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	
	
}

div#nav {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:34px;
}



div#nav img{
	margin-left:10px;
	margin-right:10px;
	}


.oneColFixCtrHdr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}

.oneColFixCtrHdr #mainContent_center {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	margin-left:12px;
 }
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. 
	background-image:url(images/bg_footer.gif);
	background-repeat:repeat-x;*/
	background-color:#fcf6e0;
	height:30px;
	color:#666666;
	font-size:10px;
	width:880px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div#textArea {
	background-image:url(images/maincontent_bg.gif);
	background-repeat:repeat-x;
	
}




div#leftContent {
	width:590px; 
	margin-left:35px;
	padding-top:25px;
}

div#sidebar {
	float:right;
	width:190px;
	background-image:url(images/sidebar_bg.gif);
	background-repeat:repeat-x;
	margin-left:40px;
	padding-top:25px;
	height:400px;
	padding-left:10px;
}


p {
	margin-top:0;
	}



ul.check li {
	list-style:url(images/check.gif); margin-top:8px;
	font-size:16px;
	color:#184A6A;
	}
	
ul.check p {
    font-size:12px;

}
	
ul.normal li {
	list-style:circle; margin-top:8px;
	font-size:12px;
	font-style:italic;
	color:#333333;
	}

ul.nav {
	margin-left:5px;
	padding-left:20px;
	}

ul.nav li {
	list-style:url(images/nav_bullet.gif); 
	margin-bottom:8px;
	font-weight:800;
	text-transform:uppercase;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:0px;
	margin-left:0px;
	}
	
ul.nav a, a:visited{
	color:#1c4e6f;
	text-decoration:none
}




#footer a, #footer a:visited{
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#cccccc;
	text-decoration:underline;
}

#life {
      float: right;
	  margin-right: 75px;
}

.date {
	   font-size:12px;
	  font-style:italic;	  
}  


a, a:visited{
	color:#1c4e6f;
}

a:hover {
	color:#5786a5;

}