html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#FFFFFF; /* url(images/leftbg.gif) repeat-y left top;*/
	color: #000000;
}
A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #0000FF;
	text-decoration: underline;
}

A:active {
	color: #333366;
	text-decoration: underline;
}

A:hover {
	color: #BC0202;
	text-decoration: underline;
}



#outer{
clear:both;
height:100%;
min-height:100%;
/*margin-left:180px;
/*margin-right:156px;*/
background:#FFF;
/*border-left:1px solid #000;
border-right:1px solid #000;*/
margin-bottom:-60px;
color: #000000;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
position:absolute;
top:0;
left:0;
width:100%;
height:150px;
background:url(../images/siteimages/titleback.gif) repeat-x;
overflow:hidden;
color: #000000;
padding:0;
margin:0;

}

* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}

/*#clearheader{height:140px;}/*needed to make room for header*/
#clearfooter{clear:both;height:10px;}/*needed to make room for footer*/
div,p {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {
	width:100%;
	padding: 175px 0px 20px;
	visibility: visible;
	float: none;	
}
#footer {
	position:relative;
	width:100%;
	float: none;
	background-color: #00603C;
	background-image: url(../images/siteimages/footerback2.gif);

}


#nav {
	padding: 0px;
	border-bottom: 1px solid #000;
	position:absolute;
	left:0px;
	top:104px;
	width:100%;
	height:36px;
	z-index:1;
	background-image: url(../images/navbargreen1600.gif);
}

.nav {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-bottom: 10px;
	left: -10px;

}
.nav ul{
	color: #006633;
	text-decoration: none;
}
.nav a:link{
	color: #003366;
	text-decoration: none;

	top: 1px;
}
.nav a:visited {
	color: #003366;
	text-decoration: none;

	top: 1px;
}
.nav a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	left: 1px;
	top: 2px;
}
.myheader {
	background-image: url(../images/siteimages/title1.gif);
	background-repeat: no-repeat;
}
.contentblock {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
}
