@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color:#FFF;
	background-color: #7baccc;
	margin-top:0px;
	}

#wrapper {
	background-repeat:no-repeat;
	width: 1024px; 
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:152px;
	}

#nav_container {
	width:100%;
	background-color:#2a376c;
	}
	
/*#top_link {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
	color:#F00000;
}

#nav_separator {
	border: 1px dotted #c0c0c0;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right:10px;	
}*/

#mid_container {
	background-color: #FFF;
	width:100%;
/*	margin-top:-179px;*/
	}

#content_container {
	margin-right:20px;
	margin-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	width:944px;
	}

#footer{
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:55px;
	}

/* Colors and typefaces of text */

#content_container h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#031457;
	margin-bottom:0px;
	padding-bottom:0px;
	}

#content_container h1 {
	font-size: 1.6em;
	}

#content_container h2 {
	font-size: 1.5em;
	margin-bottom:0px;
	padding-bottom:0px;
	}

#content_container h3 {
	font-size: 1.22em;
	}

#content_container h4 {
	font-size: 1.0em;
	}

a:link {
	text-decoration:underline;
	color:#0b72b5;
	font-weight:bold;
}

a:hover {
	color:#0b72b5;
	text-decoration:underline;
}

.nav { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	margin:0px;
	padding:5px 0;
	display:block;
	margin-left:20px;
	}

.nav a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}

.nav a:hover {
	text-decoration:underline;
}

p, ol, ul, li {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	line-height:13pt;
	color:#031457;
	}
	
hr {
	height:.025em;
	color:#031457;
	}