/** CSS Document **/
	body {
		font-family: Arial, Helvetica, sans-serif;
	    margin-top: 10px;
	    font-size: 12px;
	    margin-left: 10px;
		background-color:#FFFFFF;
		color: #333333;
	}
/** HEADERS **/
	h1 {
		font-size:12px;	
	}
/** FONT **/
	body,sbutt  {
		/*font-family: Arial, Verdana, sans-serif;*/
	}
	#main {
		width:730px;
		float:left;
		border: #999999; 
		background-color: #ffffff;
		border-style: solid; 
		border-top-width: 1px; 
		border-right-width: 1px; 
		border-bottom-width: 1px; 
		border-left-width: 1px;
		padding: 0.2cm
	}
	#biglogo {
		float:left;
	}
	#imagetitle {
		position:absolute;
		left:679px;
		top:0px;
	}
	#header {
		width:679px;
		height:85px;
	}
	#content {
		width:697px;
		height:100%;
		padding-bottom:10px;
	}
	#footer {
		height:45px;
		width:697px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#header,#content, #footer{
		/*border:1px solid #000000;*/
	}
	
	#header, #content, #footer {
		background-color:#B7CEEB;
	}
	
	#headermenu {
		width:667px;
		height:25px;
	}
	#footercontent {
		width:665px;
		height:25px;
	}
	#headermenu, #footercontent {
		margin-left:6px;
		border:1px solid #FFFFFF;	
		text-transform: uppercase;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		background-color:#6295D4;
		padding-top:5px;
	}
	#logo {
		margin-top:10px;
		margin-left:6px;
	}
	
	.toplink, .toplink a{
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
	}
	img.imgseparator {
		margin-left:6px;
		margin-right:5px;
		margin-bottom:5px;
		margin-top:8px;
		width:666px;
	}
	a {
		font-size: 12px;
		text-decoration: underline;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	a:hover {
    color: #000000;
}

	
	
	.toplink a:hover{
		font-size: 10px;
		text-transform: uppercase;
		color: #FFFF00;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}