body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header {
/*	height: 17px;
	padding-top: 74px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;*/
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 0px;
	text-align: center;
}
#topper{
	height:80px;
	
}


#topper-right {
	float: right;
	width: 450px;
	background-color: #FFF;
	position: relative;
	text-align: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		vertical-align: middle;
}
.showhide {
	text-decoration: none;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#topper-right p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo{
	height:75px;
	padding-top:10px;
	float: left;
	position: relative;
}
#banner{}
#links{
	height:35px;
	background-color: #000;
	background-image: url(assets/newlayout/linksbg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}

#links ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#links li
{
	float: left;
	padding-top: 0;

	padding-bottom: 0;

	height: 35px;
	background-image: url(assets/newlayout/linksbg-div.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	line-height: 35px;
}
#links li a {
	display: block;
	text-decoration: none;
		padding-right: 45px;
			padding-left: 25px;
}
#links a{
	color: #FFF;
	text-decoration: none;
}
#links .over{
	background-image: url(assets/newlayout/linksbg-hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#links li:hover{
	background-image: url(assets/newlayout/linksbg-hover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#sublinks{
	height:35px;
	background-color: #E1E1E1;
	font-size: 13px;
}

#sublinks a{
	color: #666;
	text-decoration: none;
}
#sublinks ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sublinks li
{
	float: left;

	height: 35px;
	color: #666;
	line-height: 35px;
}
#sublinks li a {
	display: block;
	text-decoration: none;
		padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
}
#sublinks .over{
	background-color: #D6D6D6;
	background-image: url(assets/newlayout/triangle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sublinks li:hover{
	background-image: url(assets/newlayout/triangle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
}

#mainContent {

	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 20px;
}
#leftcol a{
	color: #30831B;
}
#leftcol a:hover {
	color: #9ADC5F;


}

#footer {
	height: 29px;
	background-color: #FFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	color: #666;
	text-align: center;
	letter-spacing: 3px;
	font-size: 12px;
	padding-top: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#leftcol{
	background-color: #FFF;
	position: relative;
	float: left;
	width: 680px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 35px;
}
#rightcol{
	position: relative;
	float: right;
	width: 250px;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 35px;
}
.box {
	background-color: #6D81A0;
	margin-right: 0px;
	margin-left: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(assets/newlayout/corner-off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 12px;
	color: #FFF;
	padding: 12px;
}
.box h3 {
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box p {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.box .subtitle
{
	font-size:12px
}



h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2 {
	
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
}
.article {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 6px;
	padding-top: 8px;
	clear:both;
}
.newsstory {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 14px;
	padding-bottom: 10px;	
}
.newslogo{
	float: left;

	padding-top: 10px;	
padding-right: 10px;	
	padding-bottom: 10px;
}

.newsimages{
	text-align: center;	
}
.newsdate{
	font-size:12px;
	font-style: italic;
	text-align:right;
	color: #999;
}
.newsimageright
{
	padding-left:25px;
}
.testleft{
	float:left;
	height: 28px;

}
.testright{
	float:right;
	font-style: italic;		


}
hr
{
	margin-bottom: 20px;
	color: #70AC2D;
	background-color:#70AC2D;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box a {
	color: #FFF;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
}




.imagelinks {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	color: #006633;
	vertical-align: middle;
	letter-spacing: 5px;
}

a.linkopacity img {
filter:alpha(opacity=35); 
-moz-opacity: 0.35; 
opacity: 0.35;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity2 img {
filter:alpha(opacity=70); 
-moz-opacity: 0.70; 
opacity: 0.70;}

a.linkopacity2:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.opacity {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}