body {
	margin: 0px;
	padding: 0px;
	background-color: #eef5e3;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
	width: auto;
	height: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #0c6d0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom: 3px;
	margin-top: 5px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #0c6d0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 5px;
	font-weight:normal;
}
	
h2 a{
	margin: 0px;
	padding: 0px;
	color: #0c6d0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-top: 5px;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 24px;
	font-weight:bold;
}
p {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}

ol {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;

}

#contents_small_left a {
	margin: 0px;
	padding: 0px;
	color: #0c6d0c;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-decoration:none;
}
#contents_small_left a:hover {
	text-decoration:underline;
}
.greenbutton {
background-image:url(/assets/button_green.jpg);
background-repeat:no-repeat;
width: 93px;
height: 27px;
border: 0px;
color: #FFFFFF;
cursor:pointer;
font-weight:bold;
}
.greenbutton:hover {
background-image:url(/assets/button_greenov.jpg);
}
#container {
	width: 990px;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#main {
	width: 990px;
	clear: both;
	height: auto;
	background-image:url(/assets/page_bg.jpg);
	background-repeat:repeat-y;
}
#footer {
	width: 990px;
	clear: both;
	height: auto;
}
#footer_finisher {
	width: 990px;
	clear: both;
	height: 9px;
}
#footer_finisher_left {
	width: 14px;
	float: left;
	height: 9px;
	background-image:url(/assets/bot_left.jpg);
	background-repeat:no-repeat;
}
#footer_finisher_right {
	width: 14px;
	float: left;
	height: 9px;
	background-image:url(/assets/bot_right.jpg);
	background-repeat:no-repeat;
}
#footer_finisher_middle {
	width: 962px;
	float: left;
	height: 9px;
	background-image:url(/assets/bot.jpg);
	background-repeat:repeat-x;

}
#footer_content {
	width: 990px;
	clear: both;
	height: 40px;
	margin-top: 5px;
	text-align:right;
}
#footer_content p {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #4b4b4b;
	margin-right: 15px;
}
#main_space {
	width: 975px;
	clear: both;
	height: auto;
	margin-left: 7px;
	margin-right: 7px;
}
#title {
	height: 97px;
	width: 975px;
	clear: both;
	background-image:url(/assets/top_bg.jpg);
	background-repeat: repeat-x;
}
#title_logo {
	height: 97px;
	width: 425px;
	margin-left: 5px;
	float: left;
}
#title_right {
	height: 82px;
	width: 533px;
	float: left;
	text-align: right;
	padding-top: 15px;
}
#title_right a img{
	margin-left: 10px;
	
}
#menu {
	height: 39px;
	width: 975px;
	clear: both;
	background-image: url(/assets/menu_bg.jpg);
	background-repeat: repeat-x;
	z-index: 2000;
}
#mainbody {
	height: auto;
	width: 975px;
	clear: both;
}

#nav, #nav ul { /* all lists */
	
	width: 975px;
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#nav a {
	width: 138px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration:none;
	line-height: 39px;
	display:block;
	text-align:center;
		font-weight:bold;
}
#nav a:hover {

	text-decoration:underline;
}

#nav li { /* all list items */
	float: left;
	

	width: 138px;
	
	line-height: 39px;
	border-right: 1px solid #93be43;
}

#nav li ul { /* second-level lists */

	
	width: 138px;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	top: 132px;
	z-index: 2000;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2000;
}
#nav li ul li{

	width: 138px;
	color:#000000;
	border-bottom: 1px solid #ffffff;
	border-right: 0px solid #93be43;
	height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 25px;
	background-color:#2a71b9;
	background-color: #0c6d0c;
	opacity: .95;
	filter: alpha(opacity=95);
	zoom: 1;
	z-index: 2000;
}
#menu ul li ul li a{
	height: 25px;
	color:#ffffff;
	width: 138px;
	font-size:11px;
	border-right: 0px solid #93be43;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 25px;
	font-weight:bold;
	z-index: 2000;

}
#menu ul li ul li a:hover{
	text-decoration: underline;
}

/* last menu item styles */
#nav li.last { /* all list items */

	

	width: 141px;
	border-right: 0px solid #93be43;
}
#nav li.last ul { /* second-level lists */


	width: 141px;

}
#nav li.last ul li{

	width: 141px;
}
/* end */




#left_side {
	width: 125px;
	padding-top: 15px;
	height: auto;
	float: left;
	text-align:right;
	padding-bottom: 15px;
}
#left_side a {
	
}
#left_side img {
	padding-bottom: 10px;
}

#right_side {
	width: 125px;
	padding-top: 15px;
	height: auto;
	float: left;
	text-align:left;
	padding-bottom: 15px;
}
#right_side a {
	
}
#right_side img {
	padding-bottom: 10px;
}
#contents {
	width: 705px;
	padding-top: 15px;
	height: auto;
	float: left;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
#contents_big {
	width: 690px;
	height: auto;
}

#contents_small_left {
	width: 423px;
	height: auto;
	float:left;

}
.contents_small_left_breakline {
	width: 423px;
	height: 0px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px dashed #0c6d0c;
}
.contents_small_left_articlefoot {
	width: 423px;
	height: auto;
	clear: both;
	margin: 0px;
	margin-bottom: 5px;
}
.contents_small_left_articlefoot_left {
	width: 211px;
	height: auto;
	float: left;
	margin: 0px;
	text-align:left;
}
.contents_small_left_articlefoot_right {
	width: 212px;
	height: auto;
	float: left;
	margin: 0px;
	text-align:right;
}
.contents_small_left_bookmarkbox {
	width: 423px;
	height: auto;
	clear: both;
	margin-top: 10px;
}
.contents_small_left_bookmarkbox_top {
	width: 423px;
	height: 24px;
	clear: both;
}
.contents_small_left_bookmarkbox_top_left {
	width: 12px;
	height: 24px;
	float: left;
	background-image:url(/assets/box_topleft.jpg);
	background-repeat:no-repeat;
}
.contents_small_left_bookmarkbox_top_title {
	width: 399px;
	height: 24px;
	float: left;
	background-image: url(/assets/box_topbg.jpg);
	background-repeat: repeat-x;
}
.contents_small_left_bookmarkbox_top_right {
	width: 12px;
	height: 24px;
	float: left;
	background-image:url(/assets/box_topright.jpg);
	background-repeat:no-repeat;
}
.contents_small_left_bookmarkbox_content {
	width: 411px;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #eef5e3;
	margin-left: 1px;
	padding: 4px;
	padding-bottom: 1px;
	padding-top: 10px;
}
.contents_small_left_bookmarkbox_content select {
	width: 100px;
	
}
.contents_small_left_bookmarkbox_bottom {
	width: 423px;
	height: 14px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.contents_small_left_bookmarkbox_bottom_left {
	width: 13px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botleft.jpg);
	background-repeat:no-repeat;
	margin-left: 1px;
}
.contents_small_left_bookmarkbox_bottom_right {
	width: 13px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botright.jpg);
	background-repeat:no-repeat;
}
.contents_small_left_bookmarkbox_bottom_middle {
	width: 395px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botbg.jpg);
	background-repeat: repeat-x;
}







#contents_small_right {
	width: 272px;
	height: auto;
	float:left;
	padding-left: 10px;
	padding-right: 0px;
}


.contents_small_right_box {
	width: 272px;
	height: auto;
	clear: both;
	margin-bottom: 15px;
	padding: 0px;
}
.contents_small_right_box_top {
	width: 272px;
	height: 24px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.contents_small_right_box_top_left {
	width: 12px;
	height: 24px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_topleft.jpg);
	background-repeat:no-repeat;
}
.contents_small_right_box_top_right {
	width: 12px;
	height: 24px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_topright.jpg);
	background-repeat:no-repeat;
}
.contents_small_right_box_top_title {
	width: 248px;
	height: 24px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_topbg.jpg);
	background-repeat: repeat-x;
}
.contents_small_right_box_content {
	width: 260px;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #eef5e3;
	margin-left: 1px;
	padding: 4px;
	padding-bottom: 1px;
}
.contents_small_right_box_bottom {
	width: 272px;
	height: 14px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.contents_small_right_box_bottom_left {
	width: 13px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botleft.jpg);
	background-repeat:no-repeat;
	margin-left: 1px;
}
.contents_small_right_box_bottom_right {
	width: 13px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botright.jpg);
	background-repeat:no-repeat;
}
.contents_small_right_box_bottom_middle {
	width: 244px;
	height: 14px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image:url(/assets/box_botbg.jpg);
	background-repeat: repeat-x;
}



.contents_small_right_spacer {
	width: 260px;
	height: 20px;
	clear: both;
}
.results_box {
	width: 691px;
	height: auto;
	border: 2px solid #0c6d0c;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #eef5e3;
	padding: 5px;
}
.results_box_over {
	width: 691px;
	height: auto;
	border: 2px solid #0c6d0c;
	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #ffffff;
	padding: 5px;
}
.results_box_over h3 {
	font-weight: bold;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.results_box_over a {
	font-size: 13px;	
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0c6d0c;
	text-decoration: none;
	text-decoration: underline;
}
.results_box h3 {
	font-weight: bold;
	font-size: 14px;	
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.results_box a {
	font-size: 13px;	
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #0c6d0c;
	text-decoration: none;
	text-decoration: underline;
}

.rss_icon {
	float:right;
	text-align:right;
	color:#FB9D3C;
	font-size:11px;
	font-family:arial;	
}


#xmodule_box #TopLeft{
	width:12px;
	height:24px;
	background-image:url('/img/module_box/TopLeft.png');
	float:left;
}

#xmodule_box #TopRight{
	width:12px;
	height:24px;
	background-image:url('/img/module_box/TopRight.png');
	float:left;
}

#xmodule_box #Title{
	width:300px;
	height:24px;
	background-image:url('/img/module_box/TopMiddle.png');
	float:left;
}

#xmodule_box #MiddleLeft{
	width:12px;
	background-image:url('/img/module_box/MiddleLeft.png');
	clear:both;
	float:left;
}

#xmodule_box #content{
	height:24px;
	background-image:url('/img/module_box/content.png');
	float:left;
}

#xmodule_box #MiddleRight{
	width:12px;
	background-image:url('/img/module_box/MiddleRight.png');
	float:left;
}

#xmodule_box #BottomLeft{
	width:12px;
	height:24px;
	background-image:url('/img/module_box/BottomLeft.png');
	clear:both;
	float:left;
}

#xmodule_box #BottomMiddle{
	height:24px;
	background-image:url('/img/module_box/BottomMiddle.png');
	float:left;
}

#xmodule_box #BottomRight{
	width:12px;
	height:24px;
	background-image:url('/img/module_box/BottomRight.png');
	float:left;
}

#xmodule_box h4{
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	margin:0;
	padding:0;
}

#xmodule_box #Title, #content, #BottomMiddle{
	width:94%;
}

#xmodule_box #content, #MiddleLeft, #MiddleRight{
	height:26px;
}

#xmodule_box #MiddleLeft, #content, #MiddleRight{
	padding-top:4px;
}

/**
 * Mailer form styles
 */
form#mailer-form label {
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:	bold;
	padding-right:	10px;
	font-size:		11px;
}

form#mailer-form label.error {
	color:	crimson;
}

form#mailer-form ul li {
	margin-left:	25px;
	font-family:	Verdana, Arial, Helvetica, Sans-Serif;
	font-size:		11px;	
}

