body {
	margin-top: 0px;
/*	font-family: "Times New Roman", Times, serif; */
	font-family: "Palatino Linotype", "Book Antiqua3", Palatino6, "Times New Roman", serif;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#mainTemplate{
	width: 970px;
	background: #DEDDDB;
	border: 0px;
}

#topnav {
	width: 100%;
	background-image: url(../images/top_section.new.gif);
	background-repeat: no-repeat;
}
#topnavLogo {
	width: 315px;
	height: 120px;
	float: left;
}

#topnavLinkBar {
	height: 40px;
	width: 650px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	float: left;
}

.topnavLinks {
	color: white;
	font-weight: normal;
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.topnavLinksDivider {
	color: white;
	font-size: large;
	border-left: solid white 2px;
	float: left;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.clearFloat {
	clear: both;
}

.LeftFloatShim {
	height: 40px;
	width: 50px;
	float: left;
}

#topcontent {
	min-height: 1px;
	display: none;
	position: relative; 
	/* visibility: hidden; */
}

#topcontentLeftContent {
	width: 300px;
	color: white;
	font-weight: bold;
	font-size: medium;
	text-align: left;
	float: left;
	position: relative; 
	top:-10px;
/*	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9; */
}
#topcontentCenterContent {
	width: 610px;
	color: white;
	font-size: xx-large;
	float: left;
	text-align: left;
	position: relative; 
	top:-30px;

/* */	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#topcontentBoxesShim {
	width: 30px; 
	float:left;
}
.topcontentBox {
	margin: 10px;
	float: left;
}
.topcontentBoxTop {
/*	position: relative;
	top:0px;
	z-index:1; */
}
.topcontentBoxContent {
	min-height: 284px; 
	width: 262px;
	text-align: left;
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
/*	position: relative;
	top:0px;
	z-index:2; */
	border: white solid 1px;
}
.topcontentBoxContent ul{
	color: #36A65E;
	text-align: right;
}
.topcontentBoxBottom {
/*	position: relative;
	top:0px;
	z-index:3; */
}
#centercontentmain{
	float:left;
	width:650px;
	vertical-align: top;
}
#centercontentmainright{
	float:right;
	width:220px;
	vertical-align: top;
	padding-left: 10px;
	
}

.content {
	padding: 0px 35px 25px 45px;
	font-size: 13px;
	text-align: left;
	color: #000000;
}
.text-headers{
	font-size: 20px;
	padding-bottom: 10px;
	color: #000000;
}

.quick-links {
	margin: 0px 0px 10px 0px;
	padding: -left: 0px;
	line-height: 30px;
}
.quick-links a{
	font-size: 13px;
	color: #014605;
	text-decoration: none;
}

.quick-links a:link,visited{
	color: #014605;
	text-decoration: none;
}

.quick-links a:hover{
	color: #014605;
	text-decoration: underline;
}

#footer{
	
	background: #000000;
	min-height: 60px;
	color: #fff;
	font-size: 13px;
}

#footer a:link{
	color: #ccc;
	text-decoration: none;
	
}

#footer a:hover{
	color: #ccc;
	text-decoration: underline;
	
}
#footer a:visited {
  color:#DDDDFF;
  text-decoration:none;	
}


