
body {
	padding:0;
	margin:0;
	color: #000000;
	font-size:95%;
	background-image: url(../layout/body-bg.gif);
}

h1 {
margin: 0px;
padding:0;
font-size:1.2em;
color:#000000;
background:transparent;
}

h2 {
color:#000000;
font-size:1.3em;
margin-top:5px;
margin-bottom:5px;
padding:0px 0px 0px 5px;
}

h3 {
color:rgb(65, 78, 122);
background:transparent;
font-size:1.2em;
margin-top:0px;
margin-bottom:0px;
padding:5px 0px 0px 0px;
}

hr {
color:#009966;
background-color:#009966;
width:70%;
}

acronym {cursor:help;}


#outer{
	margin-top:5px;
	margin-left:170px;
	margin-right:2px;
	background-image: url(../layout/body-bg.gif);
	margin-bottom:-65px;
	color: #000000;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
height:97px;
width:100%;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-image: url(../layout/header-bg.gif);
}

#header p.left {
position:relative;
float:left;
margin: 0px 0px 0px 1px;
padding:0px 0px 0px 0px;
font-size:.9em;
color:rgb(201, 202, 202);
background:transparent;
}

#header p.right {
float:right;
position:relative;
top:0px;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:.9em;
}

#left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	margin-left:-169px;/*must be 1px less than width otherwise won't push footer down */
	background: transparent;
}


ul#leftmenu {
list-style-type: none;
position:relative;
width:170px;
margin:0px;
padding:0px;
}

ul#leftmenu li a:link {
display: block;
margin: 1px 0px 0px 2px;
padding: 2px 0px 2px 2px;
text-decoration: none;
width: 160px;
background-color: #ffffff;
color:#000066;
}

ul#leftmenu li a:visited {
display: block;
margin: 1px 0px 0px 2px;
padding: 2px 0px 2px 2px;
text-decoration: none;
width: 160px;
background-color: #ffffff;
color:#000066;

}

ul#leftmenu li a:focus {
display: block;
margin: 1px 0px 0px 2px;
padding: 2px 0px 2px 2px;
text-decoration: none;
width: 160px;
background-color: #ffffff;
color:#000000;

}

ul#leftmenu li a:hover {
display: block;
margin: 1px 0px 0px 2px;
padding: 2px 0px 2px 2px;
text-decoration: none;
width: 160px;
background-color: #ffffff;
color:#009933;

}

ul#leftmenu li a:active {
display: block;
margin: 1px 0px 0px 2px;
padding: 2px 0px 2px 2px;
text-decoration: none;
width: 160px;
background-color: #ffffff;
color:#9900cc;
}

#left p {
background-color: #ffffff;
color:#000099;
width: 158px;
padding:4px 0px 4px 2px;
margin: 4px 0px 0px 2px;
border:1px solid #000000;
}

* html #left {padding-bottom:2px; margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/

#footer {
width:100%;
clear:both;
height:100px;
background-image: url(../layout/footer-bg.gif);
background-repeat:repeat-x;
color: #000000;
text-align:center;
position:relative;
margin-top:5px;
padding-top:10px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:98%;}

div,p  {margin-top:2px}/*clear top margin for mozilla*/

* html #centrecontent {height:1%; margin-bottom:12px;}/* combat IE's 3 pixel jog */

#centrecontent {
float:right;
width:100%;
position:relative;
margin: 0px -4px 5px 0px;
border:1px solid #000;
background-color: #ffffff;
}

#innercontent {
padding:5px;
}

.outerwrap {
float: left;
width: 99%;
}

.clr {clear:both;}

.center {text-align:center;}

.sitemapli {
margin-bottom:5px;
padding-bottom: 5px;
}

.img {
border:none;
}

.highlite {
background:#ffffff;
color:#000000;
border: 2px dotted #009966;
padding:8px;
margin: 5px 25px 0px 25px;
}