html, body { 
margin: 0;
padding 0;
font-family: verdana, geneva, arial, helvetica;
font-size: 11px;
color: #000000;
}
img {
		border: none;
}
ul {
	list-style-image: url(/images/green_leaf.png);	
}
#container {
position: relative;
width: auto;
height: 100%;
min-height: 700px;
padding-left: 16px;
z-index: 0;
height: expression(document.body.clientHeight < 700 ? "700px" : "95%" );
}

#content {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
width: 75%;
height: 665px;
z-index:1;
min-width: 940px;
overflow-x: auto;
width: expression(document.body.clientWidth < 960 ? "940px" : "95%" );
}

#navigation {
	float: left;
	width: 100%;
	height: 90px;
}

#logo {
	float: left;
	width: 460px;
	height: 90px;
}

#navBar {
	float: left;
	width: 450px;
	height: 46px;
	margin: 18px 0px 0px 10px;
	background-image: url(/images/navBgnd.png);
	background-repeat: no-repeat;
}

#navBar ul {
	padding: 0;
    margin: 0px 0px 0px 5px;
    float: left;
    width: 100%;
    list-style: none;
    font-weight: bold;
}

#navBar li {
	float: left;
	display: inline;
	height: 15px;
	width: auto;
	margin-top: 13px;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
}

#navBar a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#navBar #current a {
	color: #337b1e;
}

#navBar a:hover {
	color: #337b1e;
}
#subNavigation {
	float: left;
	width: 100%;
	height: 10px;
}
#subLogo {
	float: left;
	width: 460px;
	height: 20px;
	visibility: hidden;
}
#subNav {
	float: left;
	width: 460px;
	height: 46px;
	margin: -41px 0px 0px 5px;
	background-image: url(/images/subNavBgnd.png);
	background-repeat: no-repeat;
}

#subNav ul {
	padding: 0;
    margin: 0px 0px 0px 5px;
    float: left;
    width: 100%;
    list-style: none;
    font-weight: bold;
}

#subNav li {
	float: left;
	display: inline;
	height: 15px;
	width: auto;
	margin: 6px 7px 0px 15px;
	text-decoration: none;
}

#subNav a {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#subNav a:hover {
	color: #A3D963;
}

#subNav h2 {
	color:  #A3D963;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	height: 17px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: hidden;
}
#footer p {
	font-size: 11px;
	color: #337b1e;
	margin-top: 1px;
	text-align: center;
}
img#bg {
position:fixed;
top:0;
left:0;
height:100%;
width: 100%;
min-width: 960px;
min-height: 700px;
height: expression(document.body.clientHeight < 700 ? "700px" : "95%" );
width:expression(document.body.clientWidth < 960 ? "960px" : "100%" );
}

h1 {
	color: white;
	font-size: 20px;
	margin: 5px;
}
	h3 {
		font-size: 15px;
		color: #e68d15;
	}
h5 {
	font-size: 11px;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	font-size: 11px;
	color: #337b1e;
	line-height: 130%;
	
}
a {
	font-size: 11px;
	color: #337b1e;
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}

a:hover {
	color: white;
}


.rightFocus {
	float: right;
	margin: -5px 10px 0px 0px;
}

<!--[if IE 6]>
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
<![endif]-->

