@CHARSET "ISO-8859-1";

body {
	background-color: #012F61;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 1px;
}

a:link{color:white}
a:hover{color:white; text-decoration: none}
a:active{color:white}
a:visited{color:white}

a.manage:link {color:#333; font-weight: bold;}

.navhead{ text-align:right;
		color:#FFFFFF; 
		font-size:95%; 
		font-weight:bold; 
		padding: 6px;
		border: inset 4px #333333
	}
	
.sidenav{ width: 200px;
		vertical-align: top;
		background-color:#333333;
		font-size: 80%
	}

.style1 {
	vertical-align:top;
	width: 95%;
	color: #FFFFFF;
	padding:5px;
	font-size: 85%;
	text-align: left;
	font-weight: normal;
	background-color:  #012F61;
	border: none;
	}
	
.style2 {
	padding: 4px;
	color: #FFFFFF;
	font-size: 100%;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	background-color: #333333;
	border: 2px ridge #333333
	}
	
.style3 {
	padding: 4px;
	color: #333;
	font-size: 100%;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 2px ridge #333333
	}

	
.style4 {
	padding: 4px;
	color: #333;
	font-size: 100%;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	background-color: #AAC6DD;
	}
	.subhead{
		color: #FFFFFF;
		font-size: 110%;
		padding: 5px;
		background-color: #012F61;
		text-align: center
		
	}
	
	.darkhead{
		color: #FFFFFF;
		font-size: 110%;
		padding: 5px;
		background-color: #333333;
		text-align: center
		
	}
	
	.bodytext{
		color: #FFFFFF;
		font-size: 90%;
		padding: 5px;
		margin: 1px;
		text-align: center;
		width:500px;
		vertical-align: top;
	}
	
	div.scroll1{
		width: 500px;
		height: 500px;
		overflow: visible;
	}