body {
	font-family: verdana, arial;
	background: #636262;
	font-size: 75%;
}
#container {
	width: 750px;
	margin: auto;
	background: #fcfcfb;
}
#header {
	background: url(/images/header.jpg) no-repeat;
	height: 120px;
	position: relative;
}

#topnav {
	background: #636262;
	border-bottom: 1px solid white;
	clear: both;
	margin: 0px;
	border-right: 1px solid white;
}

#topnav ul {
	list-style: none;
	text-align: center;
	margin: auto;
	padding: 0px;
}
#topnav ul li {
	float: left;
	text-align: center;
	border-left: 1px solid white;
	padding: 8px 0px;
	width: 123px;
	margin: 0px;
}
#topnav a {
	padding: 5px 0px;
	text-decoration: none;
	color: white;
	font-size: 90%;
}

#wrapper {
	padding: 0px 0px;
	clear: both;
}

#content {
	float: left;
	width: 420px;
	padding: 5px 5px; 
	display: inline;
}

#sidebarleft{ 
	float: left; 
	width: 130px; 
	padding: 5px 0px 5px 10px; 
	margin: 0; 
	display: inline; 
	background: #f5f9f5;
}

#sidebarleft ul  {
	list-style-image: url(/images/bullet.gif);
	margin: 5px 0px 0px 10px;
	padding: 0px;
}
#sidebarleft ul li  {
	margin: 8px 0px 8px 8px;
	padding: 0px;
}
#sidebarleft ul li a {
	color: black;
	text-decoration: none;

}


#sidebarright{ 
	float: right; 
	width: 170px; 
	padding: 5px 10px 5px 0px; 
	margin: 0; 
	display: inline;
}

#sidebarleft img {
	margin: 5px 0px;
}
#sidebarright img {
	width: 170px;
}

#sidebarright li { 
	font-size: 90%;  
	list-style: none; 
}

#footer {
	background: url(/images/footer.jpg) no-repeat bottom;
	clear: both;
	color: black;
	padding: 8px 0px 5px 0px;
	text-align: center;
	font-size: 85%;
}

a {
	color: #3D8B3F;
}

h1 {
	display: none;
}
p {
	margin: 0px;
	padding: 10px 10px;
}
h2, h3, h4 {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	color: #3d8b3f;
}

h2 {
	font-size: 120%;
}

img {
	border: none;
}

label {
	float: left;
	width: 150px;
	margin: 5px 0px;
	font-size: 90%;
}

input, select {
	margin: 5px 0px;
	font-size: 90%;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
