@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}


a:link {color: #959531;}
a:visited {color: #959531;}
a:hover {color: #FEC200;}
a:active {color: #FEC200;}
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 0px;
	padding: 0px;
}
h1 {font-size: 28px; color: #000080; text-align:center;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}


#header {
	height: 285px;
	width: 100%;
	background: url("/images/bg-top.gif") no-repeat left top;
	position: relative;
}
#menu {
	height: 285px;
	width: 100%;
	background: url("/images/header-1.jpg") no-repeat left top;
	z-index: 1;
	overflow: default;
}
#headerflash {
	height: 285px;
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	z-index: 0;
	overflow: default;
}
#menu a:link, #menu a:visited,  #menu a:hover,  #menu a:active {
	text-decoration: none;
} 
#menu ul {
padding:0;
margin: 0;
	position: absolute;
	top: 95px;
	left: 25px;
	width: 150px;
}
#menu li {
	list-style: square url("none") inside;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #BCBA55;
}

a img {border: none;}
#content {
	margin: 10px 0px 0px 100px;
	width: 660px;
}
.floater-right {
	float: right;
	margin: 10px 0px 10px 10px;
	width: auto;
}
.floater-left {
	float: left;
	margin: 10px 10px 0px 0px;
	width: auto;
}
hr {
    height: 1px;
	background: #FFFFFF;
	border: none;
	border-bottom: 2px dotted #CCCCCC;
}
.smalltext {
	font-size: 9px;
}
.cleearout {clear: both;}

fieldset {
		padding:	0px 0px 0px 5px; 
		border: 	1px solid #000000;}
