@charset "utf-8";

body{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

a:visited{text-decoration:none; color:#0000FF}
a:link{text-decoration:none;}
a:hover{text-decoration:underline; color:#0000FF;}

#Header {
	position:relative;
	left:0;
	margin-top:0px;
	margin-bottom:0px;
	color:#ffffff;
}

#BlueBar {
	position:absolute;
	left:0px;
	top:299px;
	width:100%;
	height:253px;
	z-index:-1;
	background-color:#0299c8;
}

#LeftBar {
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

#Content {
	background-color:#FFFFFF;
	position:relative;
}

img {
	padding:0px;
	margin:0px;
	float:left;
	border:0px;
}

.quick_search_text {	
	font-weight: bold; 
	color: #FFFFFF;
}
.community_p {
	color: #FFFFFF;
}
.community a:visited {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}
.community a:hover {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
.community a:link {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}
.community_header {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}
.community_text {
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
table.altrowstable {
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
	width:50%;
}
.oddrowcolor{
	background-color:#d4e3e5;
}
.evenrowcolor{
	background-color:#c3dde0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.quick_search_text {	
	font-weight: bold; 
	color: #FFFFFF;
}
td { vertical-align:top;}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px
}
#contactform {float: left; padding-top: 5px; line-height: 22px;}
#contactform div {clear: left; padding-top: 5px;}
#contactform label {float: left; width: 85px; text-align: right; padding-right: 20px; margin-right: 5px; font-weight: bold;}
#contactform label.required {background: url(../images/required.gif) right 5px no-repeat;}
#contactform input, #contactform textarea {width: 340px;}
#contactform textarea {height: 100px;}
#contactform select {width: 340px;}