body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #330000;
	background-color: #CCFFCC;
	background-color: #006600;
	background-color: #FFFFAA;
}
.mainPanel {
	background-image: url(border/border_r3_c2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCFFCC;
}
.leftRepeat {
	background-image: url(border/border_r4_c1.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	color: #FFFFFF;

}
.rightRepeat {
	background-image: url(border/border_r4_c3.gif);
	background-repeat: repeat-y;
}
.menu {
	font-weight: bold;
	color: #330000;
	text-align: center;
	height: 20px;
}
.menu a { padding-left: 17px; padding-right: 17px;
	border-left: 1px solid #DAD3C9;
	text-decoration: none;
	color: #003300;
	height: 20px;
	background-color: #99CC99;
	}

.menu a:hover { background-color: #003300;
				color: white;
}

h3 { text-align: center; width: 100%; background-color: white; height: 22px; border: 1px dotted #BBBBAA;}

li { padding-top: 8px;}

.footer {
	font-size: 60%;
	text-align: center;
	padding: 3px;
}

.footer a { color: #330000; }
