@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #A3AD7B;
}
h2 {
	font-family: Verdana;
	font-style:italic;
	margin-bottom:0;
}

a:link, a:visited {
	color: #D45909;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #D45909;
	text-decoration: underline;
}

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #0F2A4F;
	border-right-color: #0F2A4F;
	border-bottom-color: #0F2A4F;
	border-left-color: #0F2A4F;
	margin-bottom: 10px;
}
<!--#banner {
	background-image: url(images/bannerFlash.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 190px;
}
-->
#banner_flash {
	text-align:left;
	float:left;
}

#nav  {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
}

#news {
	text-align:center;
	font-size:1.5em;
}

	
#content {
	text-align: left;
	margin: 0px;
	padding-left: 180px;
	padding-right: 20px;
}
#content_bottom {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2A2E2F;
	margin: 0px;
	padding: 0px;
	height: 20px;
}


#footer {
	color: #000000;
	font-size: .8em;
	clear: both;
	border-bottom-color:#A6AB7E;
	border-top-color:#A6AB7E;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}
/*#footer a:link, a:visited {
	text-decoration: none;
}
#footer a:hover {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
*/
#register {
	font-size: small;
	font-weight: bold;
}
h3 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

.newsHeader {
	text-align:center;
	font-size:1.5em;
	color: #D75B03;
}

.newSubheader {
	text-align:center;
	font-size:1.2em;
}

.orange{
	color:#D45909;
}

.javascript{
	font-size:.75em;
}
	
	
