#page {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 750px;
	visibility: visible;
	height: auto;
	background-color: #FFFFFF;
}
#inner {
	background-color: #ffffff;
	height:auto;
	width:750px;
	float: left;
}
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/bodyback.jpg);
	background-repeat: repeat-x;
}
#header {
	float: left;
	width: 750px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	height: 121px;
}

h5
{
    
    margin-top: 15px;
    margin-bottom: 5px;
}
/* TEST STUFF */

#header1 {
	float: left;
	width: 750px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	height: 121px;
}
#header2 {
	float: left;
	width: 750px;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	height: 121px;
}
#header3 {
	float: left;
	width: 750px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	height: 121px;
}
/*END OF TEST STUFF */
#headernav {
	float: left;
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom:5px;
	text-align:left;
	background-color:#000000;
}
#headernav a:link, #headernav a:visited, #headernav a:hover, #headernav a:active {
	color: #ffffff;
}
#headernav a:hover {
	text-decoration: underline;
}

.headernavbutton {
	text-align: center;
	float: left;
	height: 25px;
	width: 93px;
}
#left {
	float: left;
	height: auto;
	width: 145px;
	text-align: left;
	color: #999999;
	font-weight: bold;
	padding-left:5px;
}
#mainarea {
	float: left;
	height: auto;
	width: 540px;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 20px;
	padding-top: 0px;
}
#mainarea img{
	border: 1px solid #000000;
	margin-bottom: 20px;
	margin-top:20px;
}
#mainarea a{
	font-weight: bold;
}
#mainarea2
{
	padding-left: 20px;
	float: left;
	width: 580px;
	line-height: 1.4em;
	padding-top: 0px;
	height: auto;
	text-align: left;
}
#mainarea2 img{
	margin-bottom: 20px;
	margin-top:20px;
}
#mainarea2 a{
	font-weight: bold;
}
#mainarea3 {
	float: left;
	height: auto;
	width: 540px;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 20px;
	padding-top: 0px;
}
#mainarea3 h3{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#mainarea4
{
	padding-left: 20px;
	float: left;
	width: 560px;
	padding-top: 0px;
	height: auto;
	text-align: left;
}
#mainarea5
{
	padding-left: 20px;
	float: left;
	width: 580px;
	line-height: 1.4em;
	padding-top: 0px;
	height: auto;
	text-align: left;
}
#mainarea5 img{
}
#mainarea5 a{
	font-weight: bold;
}

#mainhome {
	float: left;
	height: auto;
	width: 390px;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 10px;
}
.sigright {
	float: right;
	height: auto;
	width: auto;
}
#leftnav {
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 20px;
}
.notbold {
	font-weight: normal;
}
#left hr{
	width: 95%;
	color: #999999;
	float: left;
}
#right {
	float: right;
	height: auto;
	width: 182px;
	color: #999999;
	font-weight: bold;
	text-align: right;

}
#right hr{
	width: 100%;
	color: #000000;
	float: right;
}
#footernav {
	text-align: right;
	float: left;
	height: 25px;
	width: 750px;
	margin-top: 15px;
}
#swsfooter {
	font-size: 0.8em;
	color: #999999;
	text-align: center;
	float: left;
	height: 20px;
	width: 750px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
}
a {
	text-decoration: none;
}
#swsfooter a:link, a:visited, a:hover, a:active {
	color: #999999;
}
#swsfooter a:hover {
	text-decoration: underline;
}
	/**************** menu coding **************** http://www.tanfa.co.uk/css/examples/css-dropdown-menus.asp    */ 
	
#menu {
	width: 100%;
	text-align: left;
	margin-top: 1px;
}
#menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: 
}
#menu a:hover {
	text-decoration: none;
	color: #993300;
}
#menu ul a {
	color: #000000;
	font-weight: bold;
	font-size: 26px;
}


#menu ul ul a {
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}

#menu ul ul {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
#menu ul ul a {
}
#menu ul ul ul a {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	font-style:normal;
}

#menu ul ul ul {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 10px;
}
#menu ul ul ul a {
}

#menu ul ul ul ul {
	display:none;
}
/**************** end menu coding **********************/
a:link, a:visited, a:hover, a:active {
	color: #993300;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
#search {
	float: right;
	height: 35px;
	width: 200px;
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}
#search a:link, #search a:visited, #search a:hover, #search a:active {
	color: #000000;
	font-weight: bold;
}

#searchbutton {
	float: right;
	height: 35px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
}
#searchbutton a:link, #searchbutton a:visited, #searchbutton a:hover, #searchbutton a:active {
	color: #000000;
	font-weight: bold;
}
.whitetext {
	font-weight: normal;
	color: #E6E6E6;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 35px;
}
.blacktext, .blacktext a:link, .blacktext a:visited, .blacktext a:hover, .blacktext a:active
{
    font-weight: normal;
    color: #000000;
    height: auto;
    width: 95%;
    margin-top: 35px;

    margin-right: 5px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: right;
    font-size: 12px;
}
.homepageh1 {
	font-size: 1.4em;
	line-height: 20px;
	font-weight: normal;
}
.tableformat {
	text-align: left;
	color: #333333;
	background-color: #E6E6E6;
}
.imagepadding1 {
	margin-top: 70px;
 	border: 1px solid #000000;
}
.imagepadding2 {
	margin-top: 20px;
 	border: 1px solid #000000;
}

.flash {
	float: right;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: none;
	border-left: 1px solid #000000;
}
.homeimageleft {
	float: left;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
/********************************* start horizontal menu coding           ************************/
#menuhorizontal {
	width: 100%;
	float: left;
}
#menuhorizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90px;
	float: left;
	}
#menuhorizontal ul a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0;
	padding-bottom: 0px;
	
}

/*#menuhorizontal a, {
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-align: center;
}
*/
#menuhorizontal h2 {
	font-weight: normal;
	display: block;
	margin: 0;
	text-align: center;
}
#menuhorizontal ul ul a {
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #333333;
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-align: left;
	background-color:#00FF00;
}
/*#menuhorizontal h2 a {
	color: #336699;
	background-color: #00FF00;
	text-decoration: none;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	text-align: left;
}
.notblue {
	color: #ffcccc;
	text-decoration: none;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-left: 1px solid #336699;
	background-color: #00FF00;
}*/
#menuhorizontal a:link, #menuhorizontal a:visited, #menuhorizontal a:hover, #menuhorizontal a:active {
	height:auto;
	padding-top:5px;
	padding-bottom:2px;
	color: #E6E6E6;
}
#menuhorizontal a:hover {
	text-decoration: underline;
}
#menuhorizontal li {position: relative;}

#menuhorizontal ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menuhorizontal ul ul {
	position: absolute;
	z-index: 500;
	width: 120px;
	font-size: 1em;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#menuhorizontal ul ul a:link, #menuhorizontal ul ul a:visited, #menuhorizontal ul ul a:active{
	color: #FFFFFF;
	background: #666666;
	height: auto;
}

#menuhorizontal ul ul a:hover{
	color: #ffffff;
	background-color: #999999;
	height: auto;
}

div#menuhorizontal ul ul {
display: none;
}
div#menuhorizontal ul li:hover ul
{
	display: block;
}
div#menuhorizontal ul ul,
div#menuhorizontal ul li:hover ul ul,
div#menuhorizontal ul ul li:hover ul ul
{display: none;}

div#menuhorizontal ul li:hover ul,
div#menuhorizontal ul ul li:hover ul,
div#menuhorizontal ul ul ul li:hover ul
{display: block;}
body {
behavior: url(csshover.htc);
}
[if IE] >
< style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menuhorizontal ul li {float: left; width: 100%;}
#menuhorizontal ul li a {height: 1%;} 

#menuhorizontal a, #menuhorizontal h2 {
	font-size: 1em;
	line-height: 1.4em;
}
</ style>
<![endif]>


/******************** end horizontal menu coding **********************************/
{
}
.bold {
	font-weight: bold;
}
.teampic {
	float: left;
	height: 270px;
	width: 165px;
	margin-right: 5px;
	padding-left: 15px;
	text-align: center;
}
.red {
	color: #FF0000;
}

