@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: #009fc5;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #009fc5;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#bannerflash {
	background-color: #009FC5;
	text-align: center;
	height: 320px;
	width: 900px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	clear: right;
	margin-left: 10px;
}
#container {
	background-color: #009fc5;
	width: 920px;
	text-align: center;
}

#navcontainer {
	text-align: left;
	height: 24px;
	width: 920px;
	margin-top: 4px;
	float: left;
	background-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 1px;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #CCCCCC;
	color: #009fc5;
	float: left;
	width: 100%;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 11px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	background-color: #CCCCCC;
	color: #009fc5;
	text-decoration: none;
	float: left;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #009fc5;
	font-weight: bold;
	font-size: 11px;
}

#navcontainer ul li a:hover
{
	background-color: #009fc5;
	color: #FFFFFF;
}
.column {
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
}
.news {
	background-color: #CCCCCC;
	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: left;
	margin-top: 8px;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#footer {
	font-size: 8pt;
	color: #009FC5;
	background-color: #CCCCCC;
	text-align: center;
	clear: left;
	height: 50px;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 4px;
}
#right {
	background-color: #FFFFFF;
	text-align: left;
	padding: 4px;
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	
}

.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;
}
