body {
	margin: 0; /* to prevent IE from screwing up 100% width */
	padding: 0; /* to prevent IE from screwing up 100% width */
	background-color: #03254A;
	font: 13px Arial, Helevetica, sans-serif;
}
p, td {
	font: 13px Arial, Helevetica, sans-serif;
}
a {
	color: #03254A;
}
.whitelink {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.articletitle {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #03254A;
}
.subtitle {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #03254A;
}
.articlesectiontitle {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #03254A;
}
#top {
width: 930px;
margin: 0 auto;
background-image: url(images/top_bg.jpg);
background-repeat: no-repeat;
}
.clr {clear:both;}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#container {
width: 930px;
margin: 0 auto;
height: 100%;
padding: 0;
background: url(images/container_bg.jpg) repeat-y;
}

#leftnav {
float: left;
width: 257px;
margin: 0;
padding: 0;
}

#content {
margin: 0;
float: right;
width: 673px;
padding: 0;
}
/**************** menu coding *****************/
#menuarea {
width: 257px;
background-color: #03254A;
margin: 0;
}

#menu {
width: 207px;
height: 237px;
margin: 0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu h2 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h2 a {  /*only need to specify attributes here that will be different from the standard <a> defined above*/
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	padding: 5px 4px;
	margin: 0;
	color: white;
	border-bottom: 1px dotted white;
	text-decoration: none;
	width: 200px;
}
#menu h2 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	background-color: #255B94;
}

#menu h3 {  /*nothing in h2 but 1st tier name with link, but needs margin: 0*/
	margin: 0;
}

#menu h3 a {  /*describes specifics of the look of 2nd tier since they all have links*/
	font: bold 12px arial, helvetica, sans-serif;
	display: block;
	padding: 6px 4px;
	color: white;
	background-color: #255B94;
	text-decoration: none;
	width: 180px;
}
#menu h3 a:hover {	/*only need to specify attributes here that will be different from the standard <a: hover> defined above*/
	color: #fff;
	background-color: #03254A;
	/*color: #A4BED9;*/
}

#menu li {
position: relative;
}

#menu ul ul {
position: absolute;
top: -1px;
left: 100%;
width: 188px;
border: 1px solid #E9F1F3;
}

div#menu ul ul 
{display: none;}

div#menu ul li:hover ul 
{display: block;}
/**************** end of menu coding *****************/

#footer {
/*clear: both;*/
width: 930px;
margin: 0 auto;
padding-top: 10px;
padding-left: 5px;
}
