@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#333333;
}

.homestart #container {
	width: 736px; 
	background-color:#333333;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.homestart #header {
	text-align:right; 
	height: 85px;
	background-color: #DDDDDD;
	background-image: url(../images/banner.gif);
} 

.menu {
	padding-top: 1px; 
	padding-bottom:4px;
	width:100%; 
	background-color: #333333; 
	text-align:center;
}
h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; font-weight:bold;
	color:#333333;
}
h2 {
	font-size:13px; text-align:left; margin-left:3px; margin-right:3px; margin-bottom:3px; margin-top:3px;border-bottom-style:groove; border-bottom-width:1px; border-bottom-color:#FFFFFF; padding-bottom:1px;
	}
.homestart #content {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}
.homestart #content p {
	margin-top:5px; }
.homestart #column1 {
	height:276px;
	float:left;
	width: 184px;
	background-color: #1E6F24; 
	text-align:center;
}
.homestart #column2 {
	height:276px;
	float:left;
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #B71515; 
	text-align:center;
}
.homestart #column3 {
	height:276px;	
	float: left;
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #252174; 
	text-align:center;
}
.homestart #column4 {
	height:276px;	
	float: left;
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #B8771F; 
	text-align:center;
}
.homestart #column5 {
	float:left;
	height:150px;
	width: 368px;
	background-color:#D7F1D3;
}
.homestart #column5 table, #column6 table {
	font:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; 
}
.homestart #column6 {
	height:150px;
	float: left;
	width: 368px;
	background-color:#CCCCFF;
}
.homestart #column5 p, #column6 p {
	font-size:10px;
	margin-top: 4px;
	margin-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	}
.homestart #ratetitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
}
.homestart #column1, #column2, #column3, #column4, h1, h2, h3, p {

}
.homestart #column1 p,.homestart #column2 p,.homestart #column3 p,.homestart #column4 p {
	font-size:12px; text-align:left; margin-left:6px; margin-right:3px; margin-bottom:4px; margin-top:3px;
}
.homestart #column1 img,.homestart #column2 img,.homestart #column3 img,.homestart #column4 img {

}
.homestart #column1 h1 { 	text-align:center; color:#FFFFFF; margin-top:0px; margin-bottom:0px; padding-bottom:2px; padding-top:2px;}
.homestart #column2 h1 { 	text-align:center; color:#FFFFFF; margin-top:0px; margin-bottom:0px; padding-bottom:2px; padding-top:2px;}
.homestart #column3 h1 { 	text-align:center; color:#FFFFFF; margin-top:0px; margin-bottom:0px; padding-bottom:2px; padding-top:2px;}
.homestart #column4 h1 { 	text-align:center; color:#FFFFFF; margin-top:0px; margin-bottom:0px; padding-bottom:2px; padding-top:2px;}
.homestart #footer {
	color:#CCCCCC;
	color:#333333;
	background-color: #99CC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.columnsmallfont:link, .columnsmallfont:visited {
	font:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:left;
}
.homestart #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	text-align:center;
	background-image:url(../images/footer.gif);
	height:85px;
}
.navigation:link, .navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 11px;
	width:100%;
	font-style: normal;
	font-weight: bold;
	display:inline;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	display:inline;
	text-decoration: none;
	background-color: #666666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.columns:link, .columns:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: normal;
	display: block;
	text-decoration: none;
	color: #FFFFFF;//*	border-bottom-style:groove; border-bottom-width:1px; *//
	padding-bottom:2px; padding-top:1px;
}
.columns:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: normal;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-color: #333333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toplinks:link, .toplinks:visited {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
	color:#000066;
	}
.homestart #tablediv table {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	float:right;
	margin-left:8px;
	border-width:1px;
	border-style:groove;
	background-color: #1E6F24;
}