@charset "utf-8";
/* CSS Document */

.printcontent {  display:none	}

body
{
	margin: 0;
	padding: 0;
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 200%;
	background-image:none;
}

 

img.logo
{
	display:none;
}

/**/body > #menu
{
	position: fixed; }

a:active, a:visited, a:link
{
	color: navy;
	text-decoration: underline;
}

a:hover
{
	color:#990000;
	text-decoration: none;
}

img {

display: none;
}


.invisible {display:inline}


#menu
{
 	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color:#ffffff;
 	background-image: none;
	background-repeat:repeat-x;
	z-index: 1;
  
}

#menutop
{
	width: 200px;
	height: 50px;
	border-bottom:1px solid #808080;
	background-color:#2E2E67;
 
}

#content {

background:#fff;
margin-left: 250px;
	}

#main
{
position:absolute;
z-index: 0;
    margin-top: 50px;
	width: 90%;
	margin-left: 0;
    padding-right: 2%; 
	padding-top: 2%; 
	padding-left: 2%; 
	/*background:#ffffff;*/
 	height: inherit;

 	height: 100%;
}



h1
{
 
font-family: arial;
font-weight: 100;
font-size: 150%;
margin-top: 20px;
color: #000066;
text-align: left;
}

h2
{
border-bottom: 1px solid #808080;
font-family: arial;
font-weight: 100;
font-size: 200%;
text-align: right;
}

h6 {
background:#CCCCCC;
color: #000066;
font-weight: bold;
font-size: 14px;
padding-left: 15px; 
margin-top: 15px;
margin-bottom: 5px;
}


 .right {float:right;
 margin-top: -23px;}
 
.form { padding: 0px 5px 0px 5px;
 

 clear:none;
 border: 1px;
 background-color:#CCCCCC;
 width: 350px;
}
 
 

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none; position:absolute;
 


}

.navcontainer a
{
display: block;
 
}


 
.project {
*background-image: none;
background-image:none;
background-repeat: no-repeat; 
height: 37px;
width: 156px;
margin-left:0px;
 
}


.project a{
background-image: none;
background-repeat: no-repeat;
height:37px;
width: 154px;
display: block;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase; 
text-decoration: none;
text-align: center;
color:#000066;
line-height:37px;
font-weight: bold;
/*border: thin #3333CC solid;*/
}

.project a:hover{

background: none;
text-decoration:underline;
} 

#morelinks p{ 
color: navy;
margin-top:0px;
margin-right:20px;
text-align:right;
}


#morelinks a:active, #morelinks a:visited, #morelinks a:link
{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

#morelinks a:hover
{
	color:red;
	text-decoration: none;
}