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

#outer-wrapper {
	margin:20px auto;
	width:760px;
	position:relative;
	border:1px solid #0065ad;
	text-align:left;
	background-color:#ffffff;
	}
	
#header-wrapper {
	padding-bottom:0;
	height: 80px;
	}

#header {
	position: relative;
	height: 54px;
	background-image: url(../../images/banner.jpg);
	background-repeat: no-repeat;
	background-color: #003963;
	text-align: left;
	}

#header .description {
	margin:0;
	padding:7px 16px 0 84px
	}


#content-wrapper {
	position:relative;
	width:740px;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	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 {
	color:#000;
	text-align: center;
	font: bold 15px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	}

.subhead {
	font-size:1.2em;
	color:#0d0b4d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

#search {
	position: relative;
	top: 3px;
	left: 600px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/*-----------* topnav styles *-----------*/		
#topnav {
	position: relative;
	font-weight: bold;
	float: right;
	background-color: #003963;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 0px;
	}
	
#topnav li {
	list-style: none;
	display: inline;
	margin: 0;
	}

#topnav li a { 
	text-decoration: none; 
	background: #5a73ac; 
	margin-left: 1px; 
	padding: 3px 0.5em; 
	border-right: 1px solid #003963; 
	border-bottom: 1px solid #003963; 
	border-left: 1px solid #003963; 
	}
	
#topnav li a:link {
	color: #fdfffa;
	}

#topnav li a:visited {
	color: #fdfffa;
	}

#topnav li a:hover {
	color: #ffbf0d;
	background: #5a73ac;
	border-color: #004890;
	}

#topnav li a#current {
	background: #003963;
	}



#breadcrumbs {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	font-size:10px;
	line-height:20px;
	background-color:#fff;
	margin:6px 0 0 10px ;  
	}

#page_title {
	background-image: url(../../images/bg_banner.jpg);
	background-repeat: repeat-x;
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	position: inherit;
	color: #000000;	
	}
	
#page_title  h1{
	font-size: 15px;
	line-height: 20px;
	color: #000033;
	font-weight: bold;
	position: relative;
	top: 0.2in;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 15px;
	}
 
/*-----------* LAYOUT: Left Content *-----------*/		

#lft-content-wrapper {
	display:inline;
	float:left;
	margin:0 0 0 3px;
	padding:0;
	width:500px
	}
	
#lft-content {
	float: left;
	width: 500px;
	background-color: #ffffff;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

#lft-content li a:link {
	color: #386189;
	text-decoration: none;
	}

#lft-content li a:visited {
	color: #386189;
	text-decoration: none;
	}

#lft-content li a:hover {
	color: #386189;
	text-decoration: underline;
	}

#lft-content li a:active {
	color: #386189;
	text-decoration: none;
	}

#lft-content h1 {
	display: block;
	background-color: #0048ad;
	color: white;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	padding-left: 15px;
	width: 183px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#lft-content h2 {
	display: block;
	color: #000;
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	padding-left: 15px;
	width: 183px;
	padding-top: 4px;
	padding-bottom: 4px;
	}


/*-----------* LAYOUT: Middle Content *-----------*/		


#mid-content {
	position: relative;
	margin-left: 200px;
	width: 545px;
	padding: 25px 0px 0px 15px;
	margin-top: 0;
	background-color:#ffffff;
	}

#mid-content img {
	padding: 0 4px;
	}

#mid-content h1 {
	border-top: 1px solid #ffc20f;
	border-bottom: 1px solid #ffc20f;
	font-size: 1em;
	font-weight: bold;
	display: inline;
	padding: 10px 0;
	margin: 4px 0 0px;
	color: #0048ad;
	}

#mid-content p {
	margin: 6px 0;
	padding: 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
	
/*-----------* LAYOUT: Right Content *-----------*/	
#rt-content-wrapper {
	display:inline;
	float:left;
	margin:0 0 0 3px;
	padding:0;
	width:230px
	}
#rt-content {
	float: right;
	width: 190px;
	background-color: #ffffff;
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

/*  #rt-content ul {
	margin: 0 0;
	list-style: none;
	padding: 7px 0 13px 15px;
	}

#rt-content li {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1pt;

	border-bottom-style: dashed;
	border-bottom-color: #1a53ff; 
	background-position: 1px 6px;
	padding: 3px 0 3px 10px;
	}

#rt-content li a:link {
	color: #386189;
	text-decoration: none;
	}

#rt-content li a:visited {
	color: #386189;
	text-decoration: none;
	}

#rt-content li a:hover {
	color: #386189;
	text-decoration: underline;
	}

#rt-content li a:active {
	color: #386189;
	text-decoration: none;
	} */

#rt-content h1 {
	display: block;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	font-weight: bold;
	padding-left: 15px;
	width: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	}

	
/*-----------* Boxes *-----------*/		



.blue_solid_box {
	background-color: #d7eef9;
	padding: 5px 0px 5px 0px;
	position: relative;
	font-size: 18px;
	}

.blue_dark_box {
	background-color: #003963;
	color: #003366;
	}
	
.blue_med_box {
	background-color: #0066FF;
	background-image: url(../../images/loader.jpg);
	}

.blue_line_box {
	border: solid 1pt #608eb9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
	padding: 5px 0px 5px 5px;
	}
		
.invisible_box	{
	margin: 10pt 5pt;
	}
	
.title {
	color: #000;
	font-size : 15px;
	line-height : 15px;
	font-weight: bold;
	}

/*-----------* Footer *-----------*/
	
#footer-wrapper {
	padding-top:15px;
	clear:both;
	background-color:#ffffff;
		}

#footer {
	text-align:center;
	min-height:2em;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px
	padding-top: 20px;
	font-size: 0.75em;
	}

