/* CSS Document */

body {
	text-align: center;
	background-color:#e2e2e2;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px; padding:0px;
}

.note {color:#FF0000;}

#container {
	margin: 0 auto;
	text-align: left;
	width:766px;
	background-color:#397594;
}

#header {
	background-color:#397594;
	background-image:url(images/header-sm.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height:117px;
}

#header p {margin:0px; padding:3px 10px;}
#header p.header_1 {font-size:24px; font-weight:bold; width:600px; float:left}
#header p.header_2 {text-transform:uppercase; color:#fff; float:right; padding:11px 10px;}
#header p.header_3 {display:none;}
#header a {color:#fff; text-decoration:none;}
#skip{display:none;}

#nav {
	background-color:#397594; 
	height:40px;
	border-bottom:solid 1px #000;
	padding-left:3px;
}

#nav h3 {}

#nav ul {list-style:none; margin:0px; padding:0px;}

#nav li {list-style:none; margin:0px; padding:0px; float:left;}

#nav ul a {
	text-align:center;
	font-weight:bold;
	line-height:12px;
	display:block;
	text-decoration:none;
	color:#fff;
	width:125px;
	height:28px;
	padding:0px 1px;
	padding-top:12px;
	background-image:url(images/gray.jpg);
	background-repeat: no-repeat;
	background-position:0px 7px;
}

#nav ul a.orange {
	background-image:url(images/orange.jpg);
}
#nav ul a.yellow {
	background-image:url(images/yellow.jpg);
}
#nav ul a.blue {
	background-image:url(images/blue.jpg);
	line-height:26px;
}
#nav ul a.green {
	background-image:url(images/green.jpg);
	line-height:26px;
}
#nav ul a.purple {
	background-image:url(images/purple.jpg);
	line-height:26px;
}

#nav ul a:hover {
	background-position:0px 2px
}

#sub_nav {width:150px; float:left;}

#sub_nav ul {list-style:none; margin:0px; padding:0px; padding-top:15px;}

#sub_nav li {list-style:none; margin:0px; padding:0px;}

#sub_nav ul a {
	display:block;
	padding: 10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

#sub_nav ul a:hover {
	text-decoration:underline;
	color:#000;
	background-color:#FFF;
}

#sub_nav h3 {
	color:#993300;
	text-transform:uppercase;
	font-style:oblique;
	margin:0px;
	padding:0px 5px;
}

#sub_nav h3 a{
	color:#FFCC00;
	padding:0px 5px;
}

#sub_nav h3 a:hover{
	color:#fff;
	background-color:#666;
}

#img_box {display:none;}
#breadcrumb {display:none;}

#content_box {
	padding:5px;
	margin:1px;
	margin-left:150px;
	margin-top:0px;
	min-height:400px;
	background-color:#fff;
}

#content_box h1 {
	margin:0px;
	margin-bottom:10px;
	padding:3px;
	font-size:20px;
	color:#003366;
}

#content_box h3 {
	margin:0px;
	padding:3px;
	font-size:13px;
	border-bottom:solid 1px #000;
}

#content_box p{
	padding:10px;
	margin:0px;
}

#content_box a {
	color:#880808;
	text-decoration:none;
}

#sub_content_box {
	display:none;
}

#footer {
 	text-align:center;
	clear:both;
	background-color:#e2e2e2;
	font-size:11px;
}

#footer p{
	margin:0px;
	padding:7px 0px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}