@import "header.css";
@import "subnav.css";
@import "footer.css";

body{
	background:#001F6D url("../images/bg_sub.jpg") repeat-x;
}

div#sub_header{
	width:765px;
}

div#sub_header1{
	float:left;
	width:245px;
}

div#sub_header2{
	float:right;
	width:520px;
	background-color:#3D4245;
	text-align: right;
	color: #99A3A6;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}

div#sub_header2 a{
	color: #99A3A6;
}

div.sub_box {
	background: transparent url("../images/sub_box_fill.jpg") repeat-y;
	margin: 0px 0px 0px 3px;
	width: 720px;
}

div.sub_body {
	padding: 10px;
	text-align: left;
}

div.sub_text {
	width: 465px;
	margin-left: 220px;
}

div.sub_leftnav {
	width: 200px;
	float: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}

h3 {
	font-family: Times;
	font-size: 21px;
	color: #002065;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	text-align: center;
}

ul{
margin-left: 0;
padding-left: 0;
list-style: none;
}

li {
	padding-left: 10px;
	background-image: url("../images/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 5px;
}

.didyouknow {
	border-left:  2px solid #a1bdea;
	border-right: 2px solid #a1bdea;
	padding: 0px 10px;
	margin: 0px;
	width: 444px;
}
* html .didyouknow { width: 468px; } /* ie width hack */
