/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

body
{
	margin: 0px;
	background:#39608D url(images/bg.gif) top left;
	scrollbar-arrow-color: white; 
	scrollbar-face-color: #6B88B9; 
	scrollbar-3dlight-color:white; 
	scrollbar-highlight-color:#A4BADF; 
	scrollbar-darkshadow-color:#052A75; 
	scrollbar-shadow-color:black;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}

#header
{
	background:#092E77 url(images/header_bg.gif) top left repeat-x;
	height:52px;
	overflow:hidden;
	text-align:center;
}

#middle
{
	background:#68989D url(images/middle_bg.jpg) top left repeat-x;
	height:349px;
	overflow:hidden;
	text-align:center;
}

#footerbox
{
	border:1px #8FB5BF solid;
	background-color:#3C7094;
	padding:3px;
	width:525px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #90CDB9;
	text-align:center;
	margin-top:-20px;
}

#footerbox a:link, #footerbox a:visited, #footerbox a:active 
{ 
	color:#BEE8DA;
	text-decoration:none;
	font-weight:bold;
}
#footerbox a:hover 
{
	color:#BEE8DA;
	text-decoration:underline;
	font-weight:bold;
}