﻿body {
	font: 80% verdana, arial, helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	background-color: #E6E6DC;
}
#pageContainer {
	margin: auto;
	background-color: #FFF;
	border-width: thin;
	border: 1px solid #8DA8D5;
	width: 790px;
}
#header {
	margin: 0px auto;
	width: 100%;
	height: 75px;
	background-repeat: no-repeat;
	background-color: #004D99;
	background-image: url(../images/banner2.jpg);
}
#header a, #header a:link {
	color: #000;
	padding-right: 6px;
	margin-right: 6px;
}
#sidebar {
	margin: 5px 5px 10px;
	padding: 5px;
	width: 1px;
	min-height: 600px;
	float: left;	
}
/* for Internet Explorer */
/*\*/
* html #sidebar {
	height: 500px;
}
/**/
.mainContent {
	padding: 10px 5px;
	float: left;
	width: 750px;
}

#footer {
	text-align: center;
	margin: 0px auto;
	width: 100%;
	height: 20px;	
	clear: both;
}


#MainText{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal
}

#MainBodyText{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: normal;
text-align:justify;
}
a{
color: black;
}

a:hover{
color: blue;
}

.copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; clip:     rect(10px   ); line-height: normal}

#RaptorLogo{
margin: 2 0 0 0px;
text-align: center;
 }

.hovermenu ul{
font: bold 12px arial;
padding-left: 0;
margin-left: 0;
margin-top: 0;
height: 24px;
background-color: #D8DADD;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #D8DADD; 
border: 2px solid #D8DADD; 
}

.hovermenu ul li a:hover{
background-color: #e5e5e5;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


