body {
	margin: 0;
	padding: 0;
}
html, body, td, p, li, a:link, a:visited {
	font: 12px/150% Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
}

.container {
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/shadow.png');
	width: 750px;
	margin: 0 auto;
        padding: 0 6px 0 4px;
}

.container[class] {
        background: url(../images/shadow.png) repeat-y right top;
}
.headerlogo {
	float: left;
	height: 100%;
	width: 100%;
}

.headerlogo img { 
  display: block;
  margin: 50px 0 0 50px;
  width: 271px;
  height: 100px;
}

.headernav {
	background: url(../images/bay.jpg) no-repeat bottom;
	height: 250px;
}
.nav ul {
       padding: 5px 0 0 0;
	margin:0;
	list-style-type:none;
       width: 100%;
}
.nav a:link, .nav a:visited {
	float:left;
	text-decoration:none;
	color: white;
	background-color: #669900;
	padding: 5px 15px;
       font-size: 11px;
       line-height: 15px;
       margin: 0;
       border: none;
}
.nav a:hover {
	background-color: #456800;
	color: white;
}

.nav a.selected {
	background-color: #fff;
	color: #006600;
}

.nav li {
display:inline;
margin: 0;
padding: 0;}
div.nav {
	background-color: #669900;
       width: 750px;
       height: 30px;
}
.leftnav {
	margin: 0;
	float: right;
}
.leftnav ul {
        text-align: right;
	padding: 30px 0 0 0;
	margin:0;
	list-style-type:none;
	width: 190px;
}
.leftnav a:link, .leftnav a:visited {
	text-decoration:none;
	color: #669900;
	padding: 10px 25px 10px 10px;
	display: block;
}
.leftnav a:hover {
	color: #336600;
}

.leftnav a.selected {
	background: url(../images/navshadow.png) no-repeat right center;
	color: white;
}
.leftnav li {
	background: url(../images/nav.png) no-repeat left center;
}
.textarea {
 width: 700px;
}

.textarea h1 {
        font-size: 24px;
	color: #669900;
        margin: 25px 0;
}

.textarea h2 {
	font-size: 17px;
        color: #99cc00;
        margin: 25px 0;
       font-style: italic;
}

.textarea p {
	margin: 25px auto;
}

.textarea p img {
       display: block;
	margin: 0 auto;
       text-align: center;
}

div.footer {
	background-color: #669900;
	clear: both;
	font-size: 10px;
	color: white;
	text-align: center;
	padding: 12px 0;
}

#bottom {
        color: #666;
	clear: both;
        margin: 0 auto;
       padding: 0;
        width: 760px;
        height: 6px;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/bottom.png');
}

div.copyright {
	font-size: 9px;
        color: #666;
	text-align: center;
	clear: both;
        margin: 0 auto;
        width: 770px;
}

#bottom[id] {
	background: transparent url(../images/bottom.png) no-repeat right bottom;
}

div.copyright a:link, div.copyright a:visited {
	color: #666;
	text-decoration: none;
	font-size: 9px;
}

div.copyright a:hover {
	color: white;
}

div.middle {
	display: block;
	padding: 30px 0 30px 30px;
	margin: 0;
        background: #fff;
}
body, .container, .leftnav a.selected {
  background-color: #213449;
}