* {margin:0;padding:0}
p{margin-bottom:1em}
/* mac hide \*/
html, body {min-height:100%}
/* end hide */
body {
	background:#fff;
	color: #000000;
}
#outer{
	min-height:100%;
	margin-left:250px;
	background:#fff;
	margin-bottom:-52px;
	color: #000000;
}

* html #outer{	height:100%} /*IE treats height as min-height anyway*/
#header{
	width:100%;
	height:250px;
	background:#fff;
	overflow:hidden;/* fixed height so hide overflow*/
	color: #000000;
}
#left {
	float: left;
	position: relative; /* Needed for IE/win */
	width: 250px;  /*same as margin on outer */  
	margin-left: -249px; /*must be 1px less than width otherwise won't push footer down */   
	left:-1px;/* line it up exactly*/
	padding: 20px 0px 0px 0px;
	background-color:#fff;
}
#left {margin-right: -3px;}/* 3 px jog for ie (also fixes mozilla issue with float drop)*/

#footer {
	width:100%;
	clear:both;
	height:35px;
	background-color: #fff;
	color: #052F66;
	text-align:center;
	position:relative;
	margin-top:-35px;/*drag footer from below the fold*/
}
* html #footer {/*only ie gets this style*/
	\height:37px;/* for ie5 */
	he\ight:35px;/* for ie6 */
}
#clearfooter{clear:both;height:100px;}/*needed to make room for footer*/
#centrecontent {
	float:right;
	width:96%;
	position:relative;
	padding: 20px 0px 0px 0px;
	margin: 0% 2%;
}
.outerwrap {
float: left;
width: 100%;
position:relative;
}

.heading1
{
font: bold 25px "Verdana", Helvetica, Sans-serif;
text-align:left;
margin: 0px;
padding: 0px 0px 20px 0px;
color: #052F66;
background-color: #fff;
}

.heading2
{
font: bold 20px "Verdana", Helvetica, Sans-serif;
text-align:left;
margin: 0px;
padding: 0px 0px 20px 0px;
color: #052F66;
background-color: #fff;
}

.heading3
{
font: bold 15px "Verdana", Helvetica, Sans-serif;
text-align:left;
margin: 0px;
padding: 0px 0px 20px 0px;
color: #052F66;
background-color: #fff;
}


.bodytext
{
font: 13px "Verdana", Helvetica, Sans-serif;
line-height: 20px;
}

.footertext
{
font: 13px "Verdana", Helvetica, Sans-serif;
line-height: 13px;
}

.images
{
float:right;
margin: 5px;
}


.headerlogo
{display:block;
margin: auto;
}


a.footerlink:link, a.footerlink:active, a.footerlink:visited  { color: #052F66; background-color: #fff; text-decoration: none; margin: 0px; padding: 0px 3px 0px 5px;}
a.footerlink:hover { color: #D9262B; background-color: #fff; text-decoration: none; margin: 0px; padding: 0px 3px 0px 5px;}

a.resourceslink:link, a.resourceslink:active, a.resourceslink:visited  { color: #D9262B; background-color: #fff; text-decoration: underline; margin: 0px; padding: 0px 3px 0px 5px;}
a.resourceslink:hover { color: #052F66; background-color: #fff; text-decoration: none; margin: 0px; padding: 0px 3px 0px 5px;}


.ulresources { 
list-style: disc; 
margin-left: 10px; 
padding: 0px; 
} 

.ulresources li { 
margin: 20px 10px; 
padding: 0px; 
font: 13px "Verdana", Helvetica, Sans-serif;
}











#navlist ul
{
margin: 0;
padding: 0;
list-style: none;

}

#navlist a
{
display: block;
padding: 5px 0px;
background-color: #052F66;
border-bottom: 1px solid #eee;
font: bold 15px "Verdana", Helvetica, Sans-serif;
text-indent: 10px;
width: 250px;
}

#navlist a:link, #navlist a:visited
{
color: #D9262B;
text-decoration: none;
}

#navlist a:hover
{
background-color: #052F66;
color: #fff;
}




