body {
	width:100%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
/*	color: #333;*/
	color: #000000;
	background: #fff;
/*	text-align: center;*/
	text-align: left;
}
.body_bg {
	background: #fff url(../images/bg.jpg) top center repeat-x;
}
.clr {
	clear: both;
}

body.contentpane {
	background: #edebd6;
	text-align: left;
}

body.contentpane .contentpaneopen {
	width: 100%;
}

body.contentpane .contentpaneopen .contentheading {
	
}

.moduletable {
	margin: 0 auto;
}

select.button {
	width: auto;
	padding: 0;
}

td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #333;*/
	color: #000000;
}
#leftmenu td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #333;*/
	color: #000000;
	font-size: 12px;
}
#leftmenu .module table td {
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #333;*/
	color: #000000;
	font-size: 12px;
	padding:0 0 0 10px;
	text-align:left;

}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	line-height: 20px;
	padding-left: 12px;
	padding-top: 0;
}

.pagenav_prev, .pagenav_next {
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #333;*/
	color: #000000;
	font-size: 12px;
}

a {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
/*	color: #31ABDA;*/
	color: #008F29;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
/*	color: #666;*/
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

div.center {
	text-align: center;
	margin: 0 auto;
	width: 962px;
}

div#wrapper {
	margin: 0 auto;
	width: 962px;
	text-align: left;
}

#search form {
	margin:0;
	padding:0;
}

#search .moduletable {
	margin:0;
	padding:0;
}

#search .search {
	width: 126px;
	height: 24px;
	padding: 6px 0 0 20px;
}

#search .search .button {
	display: none;
}

#search .search .inputbox {
	font-size: 11px;
	background: none;
	border: 0;
	padding: 0;
	margin:0;
}
#header {
	background: url(../images/header_short.jpg) top center no-repeat;
	width: 962px;
	margin: 10px auto 0 auto;
	height:131px;
	text-align:left;	
	padding:0;
}
#header h1{
	padding:0 0 0 10px;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:24px;
	text-align:left;
	color:#ffffff;
	margin:0;
}
#header table{
	width:600px;
	height:131px;
}
#header table tr td{
	vertical-align:middle;
}
.maintable {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#menucenter {
	width: 960px;
	text-align: center;
	height: 24px;
	margin: 0 auto;
	background: url(../images/topmenu_bg.jpg) top left repeat-x;
}

#menucenter .menu_m {
	
}

#topnavi{
	float: left;
	width: 960px;
}

#topnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnavi ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	background: url(../images/li_r.jpg) top right no-repeat;
}

#topnavi ul li a{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	line-height: 24px;
	padding: 0 10px;
/*	color: #0A8ABB;*/
	color: #008F29;
	text-decoration: none;
	font-weight:bold;
	height:23px;
}

#topnavi ul li a:hover, #topnavi ul li a.current{
/*	color:#666;*/
	color:#000000;
}

#topnavi ul li a span{

}
#topnavi ul li a:hover span,#topnavi ul li a.current span {

}

#leftmenu, #rightmenu  {
	margin: 10px 0 0 0;
	width: 182px;
	float: right;
/*	border: 1px solid #D4E7EE;*/
	border: 1px solid #E7EEDA;
}
.left{
	background:transparent url(../images/menu_l.jpg) top left no-repeat;
	width:962px;
	margin: 0 auto;
}
.right{
	background:transparent url(../images/menu_l.jpg) top right no-repeat;
	width:962px;
	}
#main {
	float: left;
	width: 602px;
	padding:10px 0 0 0;
	font-size:12px;
}
#main_full{
	float: left;
	width: 764px;
	padding:10px;
	font-size:12px;
}
#content {
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
}

a.mainlevel:link, a.mainlevel:visited {
	margin: 0;
	line-height: 18px;
	padding: 0 0 0 10px;
	text-decoration: none;
/*	color: #31ABDA;*/
	color: #008F29;
	font-weight: normal;
	font-size: 11px;
	background: url(../images/menu_row.jpg) center left no-repeat;
}

a#active_menu.mainlevel:link, a#active_menu.mainlevel:visited {
/*	color: #666;*/
	color: #000000;
}

a#active_menu.sublevel:link, a#active_menu.sublevel:visited {
/*	color: #666;*/
	color: #000000;
}

a.mainlevel:hover {
	background: url(../images/menu_row_over.jpg) center left no-repeat;
/*	color: #666;*/
	color: #000000;
}

a.sublevel:link, a.sublevel:visited {
	text-decoration: none;
/*	color: #31ABDA;*/
	color: #008F29;
	font-size: 11px;
	background: url(../images/sub_menu_row.jpg) center left no-repeat;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 0 18px;
	border: none;
}

a.sublevel:hover {
/*	color: #666;*/
	color: #000000;
}

table.contentpaneopen {
	margin: 2px 8px;
}
table.contentpaneopen td.contentheading {
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	vertical-align: middle;
/*	color: #666;*/
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.button {
	border: 1px solid #555;
/*	color: #333;*/
	color: #000000;
	font-size: 10px;
}

.inputbox {
	border: 1px solid #555;
/*	color: #333;*/
	color: #000000;
	padding: 2px;
}

input[type="checkbox"] { 
	border-style: none; 
}

.copyright {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
/*	color: #555;*/
	color: #000000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 10px 0 50px 0;
}

.componentheading {
	margin: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	text-align: left;
/*	color: #555;*/
	color: #000000;
	padding: 0 0 0 10px;
	font-weight:bold;
}

.wrapper {
	width: 650px;
	height: 550px;
}
#leftmenu{
	float: left;
	width: 172px;
	margin:10px 0 0 0;
/*	border: 1px solid #D4E7EE;*/
	border: 1px solid #E7EEDA;
	padding:0 0 10px 0;
	text-align:left;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
}

#leftmenu ul li a{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	display: block;
	line-height: 24px;
	padding: 0;
/*	color: #31ABDA;*/
	color: #008F29;
	text-decoration: none;
	font-weight:bold;
	height:23px;
}

#leftmenu ul li a:hover, #leftmenu ul li a.current{
/*	color: #666;*/
	color: #000000;
}
.module div div div h3 {
/*	color: #666;*/
	color: #000000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	height: 24px;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: transparent url(../images/topmenu_bg.jpg) top left repeat-x;
	font-weight: bold;
	line-height: 26px;
	margin: 1px;
}
#rightmenu .module div div div  {
	text-align: center;
}

.module div div div {
	text-align: center;
}

.syndicate{
	padding:10px 0 0 0;
}
.text{
	text-align:left;
	padding:0 0 0 10px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:11px;
	line-height: 12px;
}
div div div form{
	margin:10px 0 20px 0;
}
element.style{
	margin:10px;
}
.module {
	padding: 0 0 20px 0;
	margin: 0;
}
.poll {
	font-size:12px;
	text-align:left;
}
#footer {
	margin: 0 auto;
	width: 888px;
	height: 10px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 10px;
}

/* footer links*/
a.sgfooter:link, a.sgfooter:visited {
/*	color: #555;*/
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
/*	color: #555;*/
	color: #000000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
}
/**/
/*banner*/
.sgf {
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #555;*/
	color: #000000;
	text-decoration: none;
}
.sgf1 {
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
/*	color: #555;*/
	color: #000000;
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}

a img {
	border: 0;
}
.pathway {
	border: 0;
	color: #333333;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	padding:2px 4px 2px 10px;	
	
}
a.pathway:link, a.pathway:visited {
	color: #333333;
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
}
a.pathway:hover {
	color: #fefefe;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	background-color:#2a519e;
}
.pagenav {
	font-size:12px;
	font-weight:normal;
}
#topnavigation a.topnavigation:link, a.topnavigation:visited {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing : 1px;
	color: #fefefe;
	padding-right:5px;
	text-decoration:none;
}
#topnavigation a.topnavigation:hover {
	color: #b9f15d;
	border-bottom: none;
	text-decoration:none;	
}
#topnavigation a.topnavigation:active {
	color: #51c0f5;
	text-decoration:none;	
}
a.toclink:link, a.toclink:visited {
	line-height:normal;
	font-size:11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a.toclink:hover {
	text-decoration: none;
}
table.contenttoc {
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}


table.contenttoc th {
	color: #333;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
.sectiontableheader {
	height: 20px;
	padding-right:3px;
	font-weight :normal;
}
.sectiontableentry2, .sectiontableentry1 {
	font-size: 11px;
	text-align:left;

}
table.contentpane {
	padding: 0 0 0 10px;
}

table.contentpane td.contentdescription {
	font-size:12px;
	line-height:18px;
	padding: 0 0 0 10px;
}
table.contentpane td a {
	text-decoration:none;
	}


table.contentpane td.componentheading {
	height: 20px;
	padding: 0 0 3px 0;
/*	color: #555;*/
	color: #000000;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
table.contentpane td {
	padding-top:1px;
	padding-bottom:2px;
	font-size:12px;
}
table.contentpaneopen td {
	line-height: 14px;
	font-size:12px;
}

.height {
	height: 100%;
}

.small {
	font-size: 9px;
/*	color: #555;*/
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.searchintro{
	font-size:12px;
	text-align:left;
}

table.contentpaneopen td.modifydate, table.contentpaneopen td.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 9px;
/*	color: #555;*/
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 9px;
/*	color: #555;*/
	color: #000000;
	font-weight: normal;
	text-align: right;
}

table.contentpaneopen td a.readon{
	display: block;
	float: right;
	line-height: 14px;
	font-size: 10px;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
}

table.contentpaneopen td a.readon:hover{
/*	color: #333;*/
	color: #000000;
	text-decoration: none;
}

.blog_more {
	margin: 2px 8px;
	font-size:12px;
	font-weight:bold;
}

h4 {
	font-size: 10px;
	text-transform: uppercase;
}
table.contentpaneopen td.buttonheading {
	}