/* redefined html styles */
body {
	background-color: #25431B;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("../images/background.gif");
	background-repeat: repeat-x;
}
table {
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	color: #25431B;
	padding-top: 1px;
	margin-top: 1px;
}
h1 {
	border-bottom: 1px solid #FEB400;
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
	background-color: #DEE2DC;
}
h3 {
	font-size: 1.1em;
	border-bottom: 1px solid #DEE2DC;
	margin-bottom: 0px;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
	color:#000000;
	border-bottom: 1px solid #FEB400;
}
hr {
    color: #FEB400;
	height: 1px;
	width: 75%;
}
ul {
	list-style-image: url(../images/bullet.gif);
}
a:link, a:visited, a:active {  
	color: #25431B;
	font: bold;
}
a:hover {
	color:#FF9900;
}

/* custom styles */
.footer {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}
.topBanner {
	padding: 5px;
}
.mainContent {
	padding: 10px;
	font-size: .8em;
}
.leftColumn {
	padding: 6px;
	font-size: 11px;
}

/* left nav */
a.leftLink:link, a.leftLink:visited, a.leftLink:active {
	font-size: 12px;
	color: #FFCC33;
	text-decoration: none;
	display: block;
	padding: 4px;
	width: 130px;
	background-color: #4A6342;
	border-bottom: 3px solid #DEE2DC;
	font-weight: bold;
} 
a.leftLink:hover {
	color:#FFFFFF;
	background-color: #25431B;
}
/* END left nav*/
th {
	background-color: #4A6342;
	color: #FFCC33;
}
.tblRowOdd {
	background-color: #DEE2DC;
}
.tblRowEven {
	background-color: #C7CEC4;
}