@charset "utf-8";
/* CSS Document */

#outer-wrapper {
	margin:20px auto;
	width:760px;
	position:relative;
	border:1px solid #003963;
	text-align:left;
	background-color:#ffffff;
	}
	
#header-wrapper {
	padding-bottom:0;
	height: 113px;
	width: 760px;
	}

#header {
	position: relative;
	height: 113px;
	width: 760px;
	background: #112d54 no-repeat;
	}

#header .description {
	margin:0;
	padding:7px 16px 0 84px
	}


#content-wrapper {
	position:relative;
	width:760px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	color: #333333;
	}

#content-wrapper h5 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6ca7ea;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ca7ea;
	padding-bottom: 6px;
	display: inline;
	font-size: 1em;
	font-weight: 700;
	color: #0d0b4d;
	font-family: Arial,Helvetica,sans-serif;
	}
	
.headline {
	padding-top:5px;
	padding-bottom:5px;
	font-size:18px;
	color:#112d54;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	font-variant: normal;
	}

.subhead {
	font-size:1.2em;
	color:#0d0b4d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

#nav {
	position: relative;
	width: 760px;
	background-color:#000066;
	z-index: 2;
	height: 25px;
	top: -20px;
	}


/*-----------* LAYOUT: Middle Content *-----------*/		


#mid-content {
	position: relative;
	width: 740px;
	padding: 25px 0px 0px 15px;
	background-color:#ffffff;
	z-index: 1;
	}

#mid-content img {
	padding: 0 4px;
	}

#mid-content h1 {
	border-top: 1px solid #f5b800;
	border-bottom: 1px solid #f5b800;
	font-size: 1.25em;
	font-weight: bold;
	display: inline;
	padding: 10px 0;
	margin: 4px 0 0px;
	color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#mid-content p {
	margin: 6px 0;
	padding: 6px 0;
	font: .9em/1.5em Verdana, Arial, Helvetica, sans-serif;
	}
	
.blue_solid_box {
	background-color: #dbe4ff;
	padding: 5px;
	}

/*-----------* Footer *-----------*/
	
#footer-wrapper {
	padding-top:15px;
	clear:both;
	background-color:#ffffff;
		}

#footer {
	text-align:center;
	min-height:2em;
	color:#858585;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px
	padding-top: 20px;
	font-size: 0.75em;
	}

