/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1C4E35;
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
p {
line-height: 16px;
margin-top: 0;
margin-bottom: 16px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #CACCC0;
}
#wrapper { 
width:800px; 
border:1px solid white; 
margin:0px auto; 
margin-top:20px;
background-color: #F9F8F6;
}

#container { 
width:796px;
border:2px solid white; 
background-image: url(/images/bg-container.gif);
background-repeat: repeat;
}

#head {
background-image: url(/images/bg-head.gif);
background-repeat: repeat;
}

#leftnav {
float: left;
width: 269px;
height: 417px;
background-image: url(/images/bg-leftnav.gif);
line-height: 0px;
border: 0px;
}

#features {
width: 419px;
margin-left: 271px;
border: 0px;
}

#content {
clear: both;
margin-left: 35px;
margin-right: 35px;
padding-top: 10px;
}
.clearfix:after {
	content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */