body {
	background-color: #238369;
	font-family:"Myriad Web Pro", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#074949;
	letter-spacing:1.2px;
	line-height:15px;
	margin: 0px;
	padding: 0px;
}

#pageheader {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	}

#container {
	left: 0px;
	top: 0px;
	width: 750px;
	margin-top: 0px;
	margin-left:0px;
	background-image: url("images/background.gif");
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#content {
	padding: 0px 20px 20px 20px;
	width: 520px;
}

#sidebar-a {
	position: absolute;
	left: 550px;
	top: 20px;
	width: 200px;
	margin: 0;
	padding: 0px;
}

#footer {
	height:150px;
	left: 0px;
	clear: both;
	margin-left:0px;
	margin-top: ;
	background-image: url("images/bottom.gif");
}
.copyright { color:#fff; font-weight:normal; font-size:11px;}

#footertext{
	width:730px;
	font-family:"Gill Sans", "Myriad Web Pro", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#309e8e;
	clear:both;
	position:relative;
	top:105px;
} 
#footertext a {color:#fff;}
#footertext a:hover {color:#fff;}
#footertext a:visited {color:#fff;}


#navcontainer ul
{
list-style-type: none;
text-align: left;
line-height:18px;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 18px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #fff;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #97a14f;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #808438;
}

#content a {color:#3366ee;}
#content a:hover {color:#336666;}
#content a:visited {color:#074949;}


 div.hr {
  height: 50px;
  background: #fff url(images/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}