@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
}

a:link {
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #669933;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}

#bannerflash {
	background-color: #669933;
	text-align: center;
	height: 340px;
	width: 980px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	clear: right;
	margin-left: 0px;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 10px solid #669933;
}
#container {
	background-color: #003399;
	width: 1000px;
	text-align: center;
	
}

#navcontainer {
	text-align: left;
	height: 24px;
	width: 1000px;
	margin-top: 4px;
	float: left;
	background-color: #669933;
	padding-top: 2px;
	margin-bottom: 2px;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #669933;
	color: #003399;
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 11px;
}


.column {
	float: left;
	width: 170px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
}
.news {
	background-color: #669933;
	text-align: center;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.text {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.text2 {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 8px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#footer {
	font-size: 8pt;
	color: #003399;
	background-color: #669933;
	text-align: center;
	clear: left;
	height: 60px;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 4px;
}
#footer a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footer a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration: underline;
}
#right {
	background-color: #FFFFFF;
	text-align: left;
	padding: 4px;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 8px;
	
}
.sponsor {
	border: 2px solid #FFFFFF;
}
.title {
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	height: 18px;
	width: 420px;
	padding-top: 2px;
	padding-left: 4px;
	background-image: url(../index-images/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	clear: right;
	margin-bottom: 4px;
}
