@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/background.gif);
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 75.00%; 
    color: #333; 
	margin: 0;
}

a:link, a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: normal;
}

/** header **/
#header_container {
	background: url(../images/header_bg.gif) top left repeat-x;
	height: 80px; /* original: 84 */
	width: 100%;
}

#header_center {
	width: 920px;
	height: 63px;
	margin: auto;
}

#header_logo {
	float: left;
	height: 63px;
}

#header_motto {
	margin-top: 37px;
	float: right;
}

/** MENU **/
#menu_container {
	background: url(../images/menu_bg.gif) no-repeat top left;
	width: 900px;
	height: 35px;
	margin-top: 10px;
	margin-left: 17px;
}

.menu_button {
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.menu_button a:link {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #00CC33;
	font-weight: normal;
}

.menu_button a:visited {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #00CC33;
	font-weight: normal;
}

.menu_button a:hover {
	font-weight: normal;
}

/** CONTENT **/
#content_container {
	width:940px;
	margin:0 auto;	
}

#content_center {
	background: url(../images/background2.gif) top center repeat-y;
	width: 940px;
	margin:0 auto;
	margin-top: 0;
	float: left;
}

#fcontent_center {
	width: 940px;
	margin:0 auto;
	float: left;
}

#content_block_left {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 180px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

#content_block_right {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 175px;
	padding-right: 20px;
	padding-left: 10px;
	float: right;
}

#content_body {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 500px;
	padding: 10px;
	float: left;
	border-right: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}

#fcontent_block_left {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 230px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
}

#fcontent_block_right {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 240px;
	padding-right: 20px;
	padding-left: 10px;
	float: right;
}

#fcontent_body {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 380px;
	padding: 10px;
	float: left;
}

.content_height {
	width: 0px;
	height: 470px;
	float:left;
}

/** FOOTER **/
#footer_container {
	background: url(../images/footer_bg.gif) top left repeat-x; 
/*	border-top: 5px solid #48d004;   */
	background-color: #2a7c01;
	height: 35px;
	padding-top: 8px;
	width: 100%;
	margin-bottom: 0;
}

#footer_center {
	width: 920px;
	height: 30px;
	padding-top: 5px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer_center a:link {
        color: #FFFFFF; 
        text-decoration: none;
}

#footer_center a:active {
        color: #FFFFFF;
        text-decoration: none;
}

#footer_center a:visited {
        color: #FFFFFF;
        text-decoration: none;
}

#footer_center a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.clear {
	clear: both;
}

/** FRONT PAGE **/
.heading {
	margin-top: 10px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.heading a:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}

.heading a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}

.heading a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #00CC00;	
	text-decoration: underline;
}

.sub_heading {
	font-size: 12px;
}

.sub_heading a:link {
	color: #333333;
	text-decoration: none;
}

.sub_heading a:visited {
		color: #333333;
		text-decoration: none;
}

.sub_heading a:hover {
	color: #00CC00; 
	text-decoration: underline;	
}

/** SUB MENU **/
.modheading {
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-stretch: expanded; */
	font-size: 9pt;
	text-transform: uppercase;
	padding-bottom: 3px;
	color: #666;
	border-bottom: 7px solid #009900;
	width: 159px;
}

.modimage {
	width: 159px;
	margin-top: 10px;
	text-align: center;
	height: 60px;
}

.modsubmenu {
	margin-top: 10px;
}

.modlink {
	padding-bottom: 5px;
}

.modlink a {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

.modlink a:hover {
	text-decoration: none;
}

