body {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	background-color: #72B972;
	background-image: url('/img/site/bgpage.gif');
	background-position: top;
	background-repeat: repeat-x;
	list-style-image:url(/assets/bullet.gif); margin-top:10px;

}

#address {
	font-size: 14px; 
	color: #FFF; 
	padding-top: -10px; 
	text-align: left;
	position: relative;
	top: 10px;
	left: 200px;
}

#address a, #address a:link, #address a:visited, #address a:active {
	color: #FFF;
	text-decoration: underline;
}

#address a:hover {
	color: #CCC;
	text-decoration: underline;	
}

#tabs {
	text-align: right;
}

.tab {
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #82B776;
	border: 1px solid #82B776;
	color: #FFF;
	position: relative;
	top: 30px;
	left: 10px;
	padding: 5px 10px;
	width: 50px;
	display: inline;
	text-align: center;
	font-size: 12px;
}

.tab a, .tab a:link, .tab a:visited, .tab a:active {
	color: #FFF;
	text-decoration: none;
}

.tab a:hover {
	color: #4D953A;
	text-decoration: none;	
}

#content h1.hide {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#content h1.hide a {
	display: block;
	height: 0px;
	outline: none;
	text-indent: -9999px;
	width: 0px;
}

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url('/img/site/bgcontent.gif');
	background-position: top left;
	background-repeat: repeat-y;
}
/*
#header {
	width: 960px;
	background-image: url('/img/site/bg-header.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

#header-right {
	width: 390px;
	height: 120px;
	position: absolute;
	top: 77px;
	left:675px;
	
}
*/
#sidebar {
	background-image: url('/img/site/header_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	width: 370px;
	padding: 10px;
	float: left;
}

#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
	color: #FFF;
}

#sidebar a:hover {
	color: #CCC;
}

body#content {
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}

#content {
	background-color: #fff;
	background-image: url('/img/site/headerNEW.gif');
	background-position: top right;
	background-repeat: no-repeat; 
	width: 570px;
	float: left;
}

h1 {
	font-size: 18px;
	color: #506A4A;
	font-family: Georgia, Arial, serif;
}

h2 {
	font-size: 16px;
	color: #719769;
	font-family: Georgia, Arial, serif;
}

h3 {
	font-size: 14px;
	color: #666;
	font-family: Georgia, Arial, serif;
}

a, a:link, a:active, a:visited {
	color: #506A4A;
}

a:hover {
	color: #666;
}

.clearB {
	clear: both;
}

#footer {
	width: 954px;
	height: 20px;
	font-size: 10px !important;
	clear: both;
	padding: 3px;
	margin: 0 auto;
}

#copyright {
	font-size: 10px !important;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#cms {
	width: 400px;
	height: 20px;
	font-size: 10px !important;
	float: right;
	text-align: right;
	font-size: 10px;
}

.input{
	width: 150px;
}

 .textarea, .text {
 	margin-bottom: 10px;
 }

/*
#rss {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	background: #E0EFE0;
	margin-bottom: 20px;
}
*/

/* NEW RSS OPACITY */
#rss
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	width:530px;
	position:relative;
	float:left;
	overflow:hidden;
}

#rss div.transparency
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background-color:#E0EFE0;
	width:530px;
	height:330px;
	position:absolute;
	top:0px;
	left:10px;
}

.content
{
	position:relative;
	left: 5px;
	width:510px;
}
/* END NEW RSS OPACITY */

#dAForm {
	font-size: 12px;
	padding-left: 50px;
	padding-bottom: 100px;
}

#dAForm div.input input, #dAForm div.input select, #dAForm div.input textarea
 {
 	width: 250px;
 	margin-bottom: 10px;
 	border: 1px solid #999;
 	padding: 2px;
 }

#dAForm div.input label {
	width: 200px;
}