	body {
	text-align:center;
	background-image: url(images/background.jpg);
	background-color:#333333;
	color:#333333;
		}
	
	#frame {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		margin-bottom:10px;
		padding:0px;
		text-align:left;
		border: 2px solid white;
		background-color:#EEEEFF;
		}

	#frame-menu {
		width:780px;
		height:205px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		margin-bottom:10px;
		padding:0px;
		text-align:left;
		border: 1px solid white;
		background-image:url(images/header.jpg);
		}

	#quicklinks {
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		margin-bottom:10px;
		padding:0px;
		text-align:left;
		border: 2px solid #225D95;
		background-color:#EEEEFF;
		}

		
	#contentleft {
		width:20%;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:80%;
		padding:0px;
		float:left;
		background:#eee;
		}
	
	#contentright {
		width:175px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:24px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		}
	
	#contentright p { font-size:10px}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	color: #F0F0F0;
	font-weight: bold;
}
.style9 {font-size: 10px; }
.style10 {
	font-size: 10px;
	color: #3B86CA;
}
.style11 {color: #225280}
.style12 {
	color: #FFFFFF;
	font-weight: bold;
}
.style13 {
	color: #FFFFFF;
	font-size: 10px;
}
.style14 {font-size: 10px}
.style15 {
	color: #79AEE0;
	font-weight: bold;
}
.style16 {color: #79AEE0}
.style17 {font-size: 12px}


/* Menu styles */

.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 15px;
margin-top:186px;
margin-bottom:4px;
#margin-bottom:-6px;
padding-bottom: 0;
}

.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:#99CCFF;
border-top: 1px solid white;
border-right: 1px solid white;
}

.hovermenu ul li a:hover{
background-color: #003333;
color: white;
}

.hovermenu up li.selected {
}

.hovermenu ul li.selected a{
background-color: #333333;
color: white;
}

.hovermenu ul li.selected a:hover{
text-decoration: none;
}


html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
}


