body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

a{
	color:#289B3B;
	font-weight:normal;
	text-decoration:underline;
}
a:HOVER{
	text-decoration:none;
}
a:VISITED{
	color:#015353;
}

H1{font-size:18px;color:#185D23;}
H2{font-size:16px;color:#185D23;}
H3{font-size:14px;color:#8AAC00;}
H4{font-size:14px;color:#FF0000;font-weight:normal;}
H5{font-size:12px;color:#008AE0;}
H6{font-size:12px;}

#container{
	margin:0px auto;
	width:768px;
	background-image:url(Images/TemplateImages/back.jpg);
	background-repeat:repeat-y;
}

#content{
	float:right;
	width:560px;
	margin-right:40px;
}

#content img{
	padding-left:10px;
	padding-right:10px;
}

#menu{
	float:left;
	width:142px;
	background-image:url(Images/TemplateImages/menuback.jpg);
	background-repeat:repeat-y;
}

.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
