body,p,td,input,li {
	font-family: arial;
	font-size: 11px;
}
body {
	background-color: #EFEFEF;
}
.dlBox {
	border-left: 1px solid #CD9A05;
	background-color: #3F895B;
	padding: 8px;
	vertical-align: top;
	color: #FFFFFF;
}
.topNav {
	height: 31px;
	background-image: url(images/NavBar_Tile.gif);
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
}
.leftNav {
	width: 176px;
	padding: 15px;
	vertical-align: top;
	border-left: 1px solid #CD9A05;
	border-right: 1px solid #CD9A05;
	border-bottom: 2px solid #CD9A05;
	background-image: url(images/LeftNavGradient.gif);
	background-repeat: repeat-x;
	height: 350px;
	text-align: center;
	background-color: #FFFFFF;
}
.mainContent {
	padding: 15px;
	border-bottom: 2px solid #CD9A05;
	border-left: 1px solid #CD9A05;
	vertical-align: top;
	background-color: #FFFFFF;
}
.footer {
	height: 45px;
	background-color: #006225;
	color: #FFFFFF;
	font-weight:bold;
	padding: 10px;
	vertical-align:top;
}
a.NavButton,a.NavButton:active,a.NavButton:visited {
	background-color: #FFFFFF;
	width: 160px;
	height: 27px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #6F2323;
	border: 2px solid #6F2323;
	padding: 6px;
	margin-bottom: 8px;
}
a.NavButton:hover {
	background-color: #F5ECD0;
}
a,a:active,a:visited {
	color: #000000;
}
a.whiteLink,a.whiteLink:active,a.whiteLink:visited {
	color: #FFFFFF;
}
a.whiteLink:hover {
	text-decoration: none;
}
.pageHeader {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #6F2323;
	border-bottom: 1px solid #CC9901;
}
.secondaryLinks {
	text-align: right;
	padding-top: 5px;
}