/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

html, body, form, fieldset, a img {border: 0;}
html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background-color: #fff;
	font: 11pt/1.6 Verdana, "MS Sans Serif", Geneva, sans-serif;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style-type: square;
}
td, table {
	color: #000;
	font: 11pt/1.6 Verdana, "MS Sans Serif", Geneva, sans-serif;
}
hr {
	color: #E1E1E1;
	height: 1px;
} 
input, textarea {font-family: "MS Sans Serif", Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 15pt;
	text-transform: uppercase;
	color: #093A80;
}
h3, h4, h5, h6 {font-size: 12pt;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE STUFF]
-------------------------------------------------------*/
ul#nav, #header form,
.hide, #footer span {display: none;}

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {
	width: 100%;
	padding: 10px 0 30px 0;
}

/* [MAIN CONTENT]
-------------------------------------------------------*/
#main-content {padding-top: 20px;}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	width: 100%;
	background-color: #fff;
	clear: both;
	border-top: 1px solid #666;
	position: relative;
	padding-bottom: 8px;
}
	#footer p {
		margin: 0;
		padding: 8px 0 0 8px;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
	}
	#footer p a:link,
	#footer p a:visited {color: #666;}
	
	#footer img#bluearc {
		position: absolute;
		right: 8px;
		top: 8px;
	}

/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

/* [BROUGHT OVER FROM OLD SITE ): ]
-------------------------------------------------------*/
.alert {color: #f00; font-weight: bold;}
.helpbox {border: 1px solid #35328D; font-size: 80%; color: #35328D; margin: 20px; padding: 10px;}
.highlightbrown {color: #D2691E; font-weight: bold;}
.highlightgreen {color: #B4D728; font-weight: bold;}
.highlightorange {color: #FFCC33; font-weight: bold;}
.highlightred {color: #CC0000; font-weight: bold;}
.tableborder th {background-color: #35328D; color: #fff;}
.tableborder td a {color: #35328D;}
.lightcell {background-color: #f5f5f5;}
.darkcell {background-color: #eee;}
.imgright {float: right; margin: 0 0 10px 10px; clear: right;}
.imgleft {float: right; margin: 0 10px 10px 0; clear: left;}
#inputnews {border: 1px solid #666; float: none; font-size: 90%; height: 17px;}
div.gallery {float: left; height: 250px; padding: 0 10px 20px 0; text-align: center; width: 150px;}
div.sponsor {padding-bottom: 0; text-align: center; width: auto;}
	div.sponsor img {margin-bottom: 10px;}