body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #CCCC99;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #003366;
}



.div1 {
/* contains div2a,b,c */
margin:auto;
width:1040px;
}

.div2a {
/* empty div - fixed size with bg only */
width:1040px;
height:20px;
background-image:url(../images/bg_top.jpg);
}

.div2b {
/* contains div3, which limits width to 1000px inside the bg */
width:1040px;
background-image:url(../images/bg_mid.jpg);
}

.div2c {
/* empty div - fixed size with bg only */
width:1040px;
height:20px;
background-image:url(../images/bg_bot.jpg);
}


.div3 {
/* MAIN CONTENT DIV, contains nav and content */
width:1000px;
margin:auto;
}


.div4main {
/* main div, below menu */
margin-top:6px;
margin-left:10px;
float:left;
width:980px;
}

