/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 8px 0 8px;
	color: #003300;
	text-align:center;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 8px 0 8px;
	color: #003300;
	text-align:center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/lev0_bg1.gif);
	border: 1px solid #FFFFFF;
	background-color: #FFFF66;
	text-align:center;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/lev0_bg2.gif);
	background-color: #CCCC00;
	border: 1px solid #FFFFFF;
	text-align:center;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 8px 0 8px;
	color: #003300;
	text-align:center;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 8px 0 8px;
	color: #003300;
	text-align:center;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #FFFF66;
	border: 1px solid #FFFFFF;
	padding: 0;
	text-align:center;
}
.m0l1oover {
	text-decoration : none;
	background-color: #CCCC00;
	border: 1px solid #FFFFFF;
	padding: 0;
	text-align:center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
a {
	color: #660000;
}
a:visited {
	color: #330033;
}
a:hover {
	color: #006600;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #996600;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
bottom {
	font-size: 9px;
	color: #003300;
}
div#header {
 width: 800px;
}
div#footer {
	width: 800px;
}