@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
body {
	background-color: #015a2e;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #003300;
	background-image: url("images/raidersbackbody.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	scrollbar-base-color:#006600;
	scrollbar-arrow-color:#FFFF00;
	}
#page
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}
#header
{
	width: 850px;
	height: 175px;
	padding-top: 0px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-color: #015a2e;
	
}
#menu { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold; 
	color: #FFFF00;
}


	
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	}
	
#menu a:hover, #menu a:active {
	color: #FFFF00;
	}

#footer
{ 
    width: 850px;
	height: 50px;
	padding-bottom: 8px;
	padding-bottom: 3px;
	border-top: 5px solid #000000;
	background-color: #015a2e;
	background-image: url("images/footcontent.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	}
	
#tag { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 145%;
	color: #FFFFFF;
	clear: both;
	overflow: hidden;	
	}
	
.main { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
		
.notice {
	color: #FFFF00;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	}
	
.highlight {
	color: #FFFF00;
	font-weight: bold;
	}	

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
	
</style>
