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:#003399;
	}


a{
	color:#5aad41;
	font-weight:bold;
	}
a:HOVER{color:#f4793e;}
a:VISITED{}

ul, li {
	font-size:12px;
	color:#646464; 
	font-family: Arial, Helvetica, sans-serif;
	}
ul{list-style-image:url(Images/TemplateImages/bullet.gif);}

p{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:12px;
	font-size:12px;
	color:#646464; 
	}
	
b, strong{
	color:#5aad41; 
	font-weight:bold; 
	font-size:13px;
	}

H1{
	margin-top:0;
	margin-bottom:12px;
	font-size:16px;
	color:#f4793e; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px dotted #f4793e;
	}
H2{
	margin-top:0px;
	margin-bottom:6px;
	font-size:14px;
	color:#f4793e; 
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: 2px dotted #cccccc; 
	padding-bottom:6px; 
	padding-top: 5px;
	}
H3{
	margin-top:0;
	margin-bottom:12px;
	font-size:14px;color:#5aad41; 
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: 2px dotted #cccccc;
	}
H4{
	margin-top:0;
	margin-bottom:12px;
	font-size:14px;
	color:#000; 
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px dotted #cccccc;
	}
H5{
	margin-top:0;
	margin-bottom:12px;
	font-size:12px;
	color:#f4793e;
	font-family: Arial, Helvetica, sans-serif;
	}
H6{
	margin-top:0;
	margin-bottom:12px;
	font-size:12px;
	color:#5aad41;
	font-family: Arial, Helvetica, sans-serif;
	}

/****** TEMPLATE STYLES ******/
a img{border:0px;}

div#topbar{
	width:100%; 
	height: 28px; 
	background-color:#f4793e; 
	margin-bottom:3px;
	}

div#header{ 
	width: 998px; 
	margin:0 auto; 
	text-align:center;
	}
div#headerimages img {
	border:1px solid #cccccc; 
	padding: 1px;
	}
div#menu {
	width: 998px; 
	margin:4px auto; 
	}

div#wrapper{
	width: 998px;  
	margin:0 auto;
	}
div#container{
	width:100%; 
	margin:0 auto;
	}
div#content{
	float:right; 
	width:666px; 
	padding:10px 10px; 
	margin-bottom: 10px;
	}
div#content p{line-height:1.4}
div#content img{
	padding:5px;
	border:1px solid #5aad41;
	margin:10px;
	}
div#content img.noBorder{border:0px;} 
div#content td a img { 
	border:0px; 
	padding-top: 0px; 
	margin-top: 0px; 
	text-decoration:none;
	}
div#content td img { 
	border:0px; 
	padding-top: 0px; 
	margin-top: 0px;
	}
div#leftmenu {
	float:left; 
	width:300px; 
	margin-bottom:5px;  
	padding:2px 2px; 
	margin-top:10px;
	}
div#navigation{
	float:left; 
	width:300px; 
	clear:left; 
	margin-bottom:5px;  
	padding:2px 2px;
	}
div#extra{
	float:left;
	clear:left;
	width:300px;  
	padding:2px 2px;
	margin-bottom: 15px;
	}
div#footer{
	width:100%; 
	height: 119px; 
	background-color: #5aad41; 
	margin-top:0px; 
	clear:both;
	}
div#footer p{
	margin:0;
	padding:5px 0px;
	}
div#footer a{
	display:inline;
	padding:0;
	color: #C6D5FD;
	}

div#main { 
	width:686px;
	float:right; 
	margin-bottom:15px;
	}
div#homecontent { 
	width: 364px; 
	float:left; 
	padding:15px 10px 5px 20px;
	}
div#rightnav {
	width: 280px; 
	float:right; 
	border: 1px solid #cccccc; 
	padding:2px 2px;
	}
div#rightnav img {margin-bottom:3px;}

a.ds{ 
	text-align:center; 
	color:#000; 
	text-decoration:none; 
	font-size:10px;
	} 
	
div#loginBox
{
	background: url('Images/TemplateImages/login_bg.gif') no-repeat left top;
	width: 325px;
	height: 84px;
	margin: auto;
	padding-top: 35px;
	padding-left: 15px;
	position: relative;
	left: -300px;
}

div#loginBox input#send
{
	position: relative;
	left: 160px;
}

div#loginBox td
{
	text-align: left;
	color: white;
	font-weight: bold;
}

div#loginBox input.log
{
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	border: solid 1px black;
}

/****** CLEARFIX ******/

.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 */