html, body {
	width:100%;
	margin: 0; 
	padding:0;
	vertical-align:top;
	background:white; 
}
table {
	padding: 0; 
	margin: 0; 
	vertical-align:top; 
	border:0; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}
table td{
	padding:0; /* cellspadding="0" */
}
td, div, p, span, label, input {
	font:11px Tahoma, Arial, sans-serif;
	color:#4EAE32;
	margin:0; 
	padding:0;
	vertical-align:top
}
a, a:link, a:visited, a:active {
	font:11px Tahoma, Arial, sans-serif;
	color:#4EAE32;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font:bold 11px Tahoma, Arial, sans-serif;
	color:white;
	padding:5px 0 3px 0;
	margin:0;
	text-align:center;
	background:#4EAE32
}
h2 {
	font:bold 11px Tahoma, Arial, sans-serif;
	color:#4EAE32;
	padding:4px 4px 3px 4px;
	margin:0;
	/*text-transform:uppercase;*/
	border:1px solid #4EAE32;
}
h2 span {
	float:right;
	font:bold 11px Tahoma, Arial, sans-serif;
	color:#4EAE32;
}

img, a img {border:0px;}
form, ul, li {
	margin:0;
	padding:0;
	list-style-type:disc;
    list-style-position: inside ; 
    
}
.clear {
	clear:both
}
.float {
	float:left;
	display:block;
}
.floatRt {
	float:right;
	display:block;
}

#global {
	width:1000px;
	margin:0 auto;
}
#header {
	width:1000px;
	height:223px
}
.head_lt {
	width:227px;
	background:url(../images/header_lt.jpg) top left no-repeat;
}
.head_ctr {
	width:555px;
	background:url(../images/header_ctr.jpg) top left no-repeat;
	text-align:center;
}
.head_rt {
	width:218px;
	background:url(../images/header_rt.jpg) top left no-repeat;
}
.logo {
	margin:43px 13px 37px 0;
}
.menu_top td {
	background:url(../images/bg_menu_top.gif) top left no-repeat;
	text-align:center;
	padding:6px 0;
	width:111px;
	height:13px;
}
.menu_bot {
	margin:0 auto;
}
.menu_bot td {
	background:url(../images/bg_menu_bot.gif) top left no-repeat;
	text-align:center;
	padding:6px 0;
	width:111px;
	height:13px;
}
.head_ctr a,
.head_ctr a:active,
.head_ctr a:link,
.head_ctr a:visited {
	font:bold 11px Tahoma, Arial, sans-serif;
	color:#204610;
    text-decoration: none;
}
.head_ctr a:hover {
	color:#FB9922;
    text-decoration: underline;
}
/*** content ***/
#content {
	width:1000px;
	border-bottom:1px solid #C9CEC6
}
.left_column {
	width:199px;
	border-right:1px solid #C9CEC6;
	padding-right:1px;
}
	.left_column p {
		margin:2px 7px;
	}

.right_column {
	width:199px;
	border-left:1px solid #C9CEC6;
	padding-left:1px;
}
	.right_column p {
		margin:2px 7px;
	}
.center_column {
	width:596px;
	padding:0 1px 1px 1px;
}

a.next,
a.next:active,
a.next:link,
a.next:visited {
	color:#2E501C;
}
a.next_,
a.next_:active,
a.next_:link,
a.next_:visited {
	color:#2E501C;
	text-decoration:underline
}
a.next_:hover {
	text-decoration:none
}

.block01{
	border:1px solid #B8B8B8;
	border-top:none;
	background:url(../images/bg_block01.gif) bottom left no-repeat;
	width:100%;
}
	.block01 td {
		padding:4px 1px;
	}
	.block01 p {
		padding:13px 13px 0 26px;
	}
	.block01 .bot {
		padding:30px 6px 4px 1px;
		text-align:right;
	}
	.block01 a,
	.block01 a:active,
	.block01 a:link,
	.block01 a:visited {
		color:#4B882C;
		text-decoration:underline;
	}
	.block01 a:hover {
		text-decoration:none
	}
	
/*** footer ***/
#footer {
	text-align:left;
	background:url(../images/bg_footer.gif) bottom center no-repeat;
	padding:10px 3px 30px 3px
}
#footer_subpage {
	text-align:left;
	background:url(../images/bg_footer.gif) bottom center no-repeat;
	padding:10px 3px 30px 3px
}
.links {
	text-align:center;
	padding:7px 10px 17px 10px;
}


/*** menu ***/
.left_menu,
.right_menu {
	width:94px;
	padding:0 3px;
}
.content {
	width:796px
}
.content2 {
    width:899px
}
.inner {
	width:100%;
}
	.inner td {
		border-right:1px solid #C9CEC6;
		border-left:1px solid #C9CEC6;
		padding:1px 1px 0 1px;
	}
	.inner .td1 {
		padding:15px 10px 10px 12px;
	}
	.inner p {
		margin:15px 0 0 0;
	}
.path {
	border:1px solid #4EAE32;
	padding:3px 5px;
}
.border {
	border:1px solid #4EAE32;
	padding:2px;
	margin-right:9px;
	float:left;
}
.contact_form {
    margin:0;
    padding:0 26px;
}
.contact_form .td1 {
    width:70px;
}
.contact_form .txt,
.contact_form .txt2,
.contact_form .area {
    width:257px;
    border:1px solid #4EAE32;
    color:#4EAE32;
    font:11px Tahoma, Arial, sans-serif;
}
.contact_form .txt2 {
    width:200px
}
.contact_form .area {
    height:50px;
    overflow:auto;
}
#tit_error
    {
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0px;        
        background-color: #E0E0E0;
        color: #808080;
        font-weight: bold;        
        padding-left: 10px;
    }
#errors
    {
        margin-left: 2px;
        margin-right: 2px;
        background-color: #FFD5D5;
        color: #808080;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
#ex_
    {
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;        
    }
#ex_ a,
#ex_ a:active,
#ex_ a:link,
#ex_ a:visited 
    {
        color:#4B882C;
        text-decoration:none;
        font-weight: bold;
    }
#ex_ a:hover 
    {
        text-decoration:underline;
    }
#ex_ div
    {
        width: auto;
        
    }
#td_ex_                    
    {
        text-align: right;
        padding-right: 10px;
    }
#li_stat 
    {
        list-style-type: disc;
        list-style-position:    inside ;
        margin-left: 15px;
    }    
#li_stat li
    {
        list-style-type: disc;
        list-style-position: inside ;
        margin-left: 15px;
    }        
#ex_h
    {
        padding-right: 40px;
    }    