body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	text-align:center;
}
* {
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #96C40C;
}
a:hover{
	text-decoration: underline;
}
td, div, input, textarea, select {
 	font-size: 11px;
	color: #676767;
	text-align:left;
}
#col_left {
	width: 188px;
	vertical-align:top;
	border-left: solid 1px;
	border-left-color: #dddddd;
	border-right: solid 1px;
	border-right-color: #dddddd;
	padding: 0px;
}
#col_center {

	padding-left: 20px;
	padding-top: 10px;
	padding-right: 30px;	
	padding-bottom: 20px;
}
#col_right {
	width: 204px;
	vertical-align:top;
	background-image: url(images/bgrdright.jpg);
	background-repeat:repeat-y;
	border-right: 1px solid #dddddd;
	background-color: #F6F7FB;


}
#menu_left {
	height: 210px;
}
#menu_left a {
	background-image: url(images/nav.jpg);
	background-repeat:no-repeat;
	background-position: 8px 12px;
	display:block;
	text-decoration:none;
	font-size: 11px;
	padding-top: 8px;
	padding-bottom:8px;
	padding-left: 20px;
	color: #5f6c9b;
	font-weight:bold;
	border-bottom: 1px solid #eee;
}
#menu_left a:hover {
	color: #ffffff;
	background-image: url(images/navhov.jpg);
	background-repeat: no-repeat;
	background-position:top left;
}
#news {
	width: 188px;
	height: 289px;
	/*border-top: solid 2px;
	border-top-color: #dddddd;*/
}
#news a {
	padding-bottom: 15px;
	padding-left: 15px;
	display: block;
}
#cont {
	margin-top: 10px;
	padding-bottom: 10px;

	border-bottom: 1px solid #dddddd;
	
}
#cont strong{
	display: block;
}
#cont img {
	float:left;
	margin-right: 15px;
}
#cont a {
	display:block;
	color: #96c40c;

	padding-top: 10px;
}
#cont a img {
	border: 0px;
	margin-left: 3px;
	float: none;
}

#menu_right a {
	display:block;
	margin-bottom: 1px;
}
#menu_right a img{
	border: 0px;	
}
#right {
	padding-left:20px;
	margin-right:5px;
}
#right img {
	float:left;
	padding-right: 10px;
}
#right a {
	display:block;
	color: #96c40c;

	font-weight:bold;
	padding-top: 10px;
}
#right a img {
	border: 0px;
	margin-left: 3px;
	float:none;
}
#footer {
	height: 60px;
	vertical-align: middle;
	text-align:center;
	border: solid 1px;
	border-color: #dddddd;
	color: #B2B2B2;
}
#footer a {
	text-decoration:none;
	color: #B2B2B2;
}
#footer a:hover {
	text-decoration: underline;
}
h4{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #9CC718;
	padding-bottom: 10px;
}
h3,#col_right h3{
	color: #A0ADB6;
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#col_right h3{
	margin: 0px;
	padding: 0px;
	padding-left:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #23336E;
	
}