body{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image:url();
	background-repeat:repeat-x;
	background-position:top;
	color: #333;
	font: 11px Geneva, Arial, Helvetica, san-serif;	
	background-image:url();
	background-position: top left;
	background-repeat:no-repeat;
}

body,p,table,tr,td {
	font: 11px Geneva, Arial, Helvetica, san-serif;	
	color: #333;
}

img {
	border:0px;
}	

a {
	color: #466F82;
}

/*toplevel styles*/

#toplevel {	
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 45px;
	border-top: .1em solid #333300;
	border-bottom: .1em solid #333300;
	background-color: #fff;
	color:#333;
	letter-spacing: .1em;
	 }

#toplevel h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	position:relative;
	left: 10%;
	font: 12px Geneva, Arial, Helvetica, san-serif;	
	font-weight: 700;
	}
	
#toplevel img {
	border: 0px;
	}	
	
#toplevel a, #toplevel a:hover, #toplevel a:active, #toplevel a:visited {	
	text-decoration: none;
	color:#00ADFF;
	}
	
#mainlinks {
	border-bottom:.1em solid #333300;
	position: absolute;
	display:block;
	width: 100%;
	top: 47px;
	height: 15px;
	font: 11px/1px  Geneva, Arial, Helvetica, san-serif;
	background-color: #E2E499;
	letter-spacing: .1em;
	word-spacing: .1em;
	/*border: thin solid red;*/
}	

#mainlinks a{
	display:block;
	position: absolute;
	margin: 1px 1px 1px 1px;
	border: .2em solid #CCC;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	overflow:visible;
	/*padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px*/
	
 }
 
#mainlinks .on {
	padding: 1px 1px 0px 1px;
	border-left:.1em solid #333300;
	border-top:.1em solid #333300;
	border-right:.1em solid #333300;
	border-bottom:.1em solid #FFF;
	color: #FFF;
	background-color: #466F82;
}	
 
#mainlinks a:hover {
	color: #000000;
	background-color:#FFFFCC;
}	

.link1 {
	position:inherit;
	left: 10%;
	top: 5px;
	
}	

/*windows IE 6 fix*/
* html .link1, * html .link2, * html .link3, * html .link4{ 
	top: 2px;
	height: 4px;
	padding:3px;	 
	}

.link2 {
	position:inherit;
	top: 5px;
	left: 19%;
}	

.link3 {
	position:inherit;
	top: 5px;
	left: 29%;
	
}	

.link4 {
	position:inherit;
	top: 5px;
	left: 37%;
	
}

.link5 {
	position:inherit;
	top: 5px;
	left: 47%;
	
}	

#sublinks {
	/*border:solid thin red;*/
	position:absolute;
	width: 500px;
	top: 85px;
	left: 10%; 
	display:block;
	height: 40px;
	font: 10px/1px  Geneva, Arial, Helvetica, san-serif;
	background-color: #fff;
	/*border-top: 1px solid #FF3300;*/
	padding-top: 10px;		
	letter-spacing: .1em;
	word-spacing: .1em;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 12px;
	
}	

#sublinks a {
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	/*padding: 5px 5px 0px 0px;*/
	
 }
 
#sublinks a:hover {
 	text-decoration: underline;
 	color: #000000;
}	


/*end toplevel styles*/


