body {background-color: #003300; margin: 0px; font-family: Arial, Times New Roman, Verdana;}
.normaltext {font-family: Arial, Times New Roman, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;}
.admintitle {font-family: Arial, Times New Roman, Helvetica, sans-serif; font-size: 12px; color: #003300;}

.maintables {margin-left:auto; margin-right:auto; text-align: center;}
.mainbgcolor {background-color: #FFFFCC;}
.footerdivider {background-color: #003300; height: 5px;}
a img { border-style: none}
td {text-align: left}
.centerdiv {text-align: center}
.thumbboxheight {height: 90px}
.detailwidth {width: 50%}
h1 {font-family: Arial, Times New Roman, Arial, Helvetica, sans-serif; font-size: 12pt; text-decoration: none; text-align: center}
.articleheader {font-weight: bold; FONT-SIZE: 13pt; color: #000000; LINE-HEIGHT: 26px; FONT-FAMILY: Arial, Times New Roman, Arial, Verdana, Helvetica; BACKGROUND-COLOR: #FFCC66; text-align: center}
.highlighttable {BORDER-RIGHT: #006633 1px solid; BORDER-TOP: #006633 1px solid; BORDER-LEFT: #006633 1px solid; BORDER-BOTTOM: #006633 1px solid; background-color: #FFFFFF}
.highlighttablecaption {text-align: center; background-color: #FFCC66; BORDER-RIGHT: #006633 1px solid; BORDER-TOP: #006633 1px solid; BORDER-LEFT: #006633 1px solid; BORDER-BOTTOM: #006633 1px solid}

.td1 {font-family: Times New Roman,Times,serif;	font-size: 11pt; text-align: left}
.featuredheader {FONT-SIZE: 12pt; font-weight: bold; COLOR: #000000; BACKGROUND-COLOR: #FFCC66; TEXT-ALIGN: center}
.featuredbg {BACKGROUND-COLOR: #f5f5f5}
.featuredtable {BORDER-RIGHT: #DDDDDD 2px solid; BORDER-TOP: #DDDDDD 2px solid;	BORDER-LEFT: #DDDDDD 2px solid;	BORDER-BOTTOM: #DDDDDD 2px solid}
table {font-family: Arial, Times New Roman, Times, serif; font-size: 11pt}
.spanstyle {COLOR: #ffcc33; FONT-FAMILY: Verdana, Arial; FONT-SIZE: 8pt; FONT-WEIGHT: bold; POSITION: absolute; TOP: -50px; VISIBILITY: visible}

#wrapper {
	position: relative;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#header {
	float: left;
	height: 100px;
}

/* Navigation Styling */

#navigation {
	float: left;
	width: 700px;
	height: 30px;
	background-color: #336600;
	text-align: center;
	border-top: 2px solid #003300;
	border-bottom: 2px solid #003300;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 30px;
}
#navigation li {
	display: inline;
	padding: 0 40px 0 40px;
	font-size: 100%;
	vertical-align: bottom;
}
.highlightednav {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
a:link.normalnav, a:visited.normalnav {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
a:hover.normalnav {
	color: #FFCC00;
	text-decoration: underline;
}

#content {
	float: left;
	background-color: #FFFFCC;
	width: 100%;
}

#footer {
	float: left;
	width: 100%;
	font-size: 10pt;
	color: #003300;
	text-align: center;
	background-color: #FFCC33;
	height: 60px;
}
a.bottext {
	color: #003300;
}
a:hover.bottext {
	text-decoration: underline;
}
.large-red {
	font-size: 120%;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}