HTML, BODY {
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #5DC35D;
	font-family: Arial, sans-serif;
}

A:link {
	color: black;
	text-decoration: none;
}
A:visited {
	color: #087331;
	text-decoration: none;
}
A:hover {
	color: black;
	text-decoration: underline;
}

A:link IMG {
	text-decoration: none;
}
A:visited IMG {
	text-decoration: none;
}
A:hover IMG {
	text-decoration: none;
}

.adminHref:link {
	color: lightblue;
	text-decoration: none;
	}

.adminHref:visited {
	color: lightblue;
	text-decoration: none;
	}

.adminHref:hover {
	color: lightblue;
	text-decoration: underline;
	}

P, LI, TD, TH, DIV {
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px;
}

UL, OL {
	margin: 0px 0px 0px 23px;
	padding: 0px;
}

.main_content_div LI {
	list-style-image: url(list_image.gif);
	text-align: justify;
}
.main_inner_content_div P {
	margin-bottom: 15px;
	text-align: justify;
}

.right_content_div LI {
	list-style-image: url(list_image1.gif);
	text-align: left;
}



.main_inner_content_div .news_text_div P {
	margin-bottom: 0px;
}

.main_content_div UL, .main_content_div OL {
	margin-bottom: 15px;
}

.right_content_div UL, .right_content_div OL {
	margin-top: 5px;
	margin-bottom: 15px;
}


H1, H2, H3, H4 {
	margin: 0px;
	padding: 0px;
	color: #005116;
}
	
H1 {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}

H2 {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}


FORM {
	margin: 0px;
	padding: 0px;
}




/* other styles */

TABLE.outer_big_table {
	height: 100%;
	width: 100%;
}

TD.outer_big_td {
	text-align: center;
}

TABLE.inner_big_table {
	height: 100%;
	width: 990px;
	background-image: url(back_01.gif);
	background-position: 0px -66px;
	background-repeat: repeat-y;
	background-color: #05591E;
	margin-right: auto;
	margin-left: auto;
}

TD.inner_big_td {
	vertical-align: top;
}

TABLE.big_table {
	width: 990px;
	background-image: url(01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


TR.header_tr {
	height: 182px;
}


.header_tr TD.left_td {
	vertical-align: top;
	text-align: right;
}

.header_tr .left_td DIV.logo_div {
	margin-top: 28px;
	margin-bottom: 6px;
	margin-right: 5px;
}
.header_tr .left_td DIV.sub_logo_div {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FEFEFE;
	width: 215px;
	text-align: left;
	margin-left: auto;
	margin-right: 5px;
}


.header_tr TD.right_td {
	width: 222px;
	vertical-align: top;
}

.header_tr .right_td DIV {
	text-align: right;
	margin-top: 74px;
}


TABLE.bottom_nav_table {
	width: 100%;
}
.bottom_nav_table TD {
	text-align: center;
	padding: 10px 5px;
}

.bottom_nav_table A:link {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.bottom_nav_table A:visited {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.bottom_nav_table A:hover {
	color: #CECECE;
	text-decoration: none;
}




.top_nav_tr .left_td DIV.border_div {
	margin-left: 12px;
	text-align: right;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 2px;
	background-color: #90D947;
}

.top_nav_outer_div DIV.one_nav_div {
	float: right;
	position: relative;
	bottom: -2px;
	font-weight: bold;
	border-bottom: #90D947 solid 2px;
	padding-left: 6px;
}
.top_nav_outer_div DIV.active_div {
	border-bottom: none;
}
.top_nav_outer_div .one_nav_div DIV.link_div {
	border-right: #90D947 solid 2px;
	border-left: #90D947 solid 2px;
	border-top: #90D947 solid 2px;
	background-color: white;
	background-image: url(back_03.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 6px 4px 7px 6px;
	font-size: 12px;
}

.top_nav_outer_div .one_nav_div DIV.triangle_div {
	position: absolute;
	right: 0px;
	top: 0px;
}
.top_nav_outer_div .one_nav_div DIV.triangle_div[class] {
	right: 0px;
}

.top_nav_outer_div .one_nav_div DIV.right_triangle_div {
	right: -1px;
}

.top_nav_outer_div .active_div DIV.triangle_div {
	right: 0px;
}
.top_nav_outer_div .active_div DIV.right_triangle_div {
	right: -1px;
}


.top_nav_outer_div .one_nav_div A {
	display: block;
	border-right: #77C901 solid 2px;
	border-left: #77C901 solid 2px;
	border-top: #77C901 solid 2px;
	background-color: #77C901;
	padding: 6px 4px 5px 6px;
	font-size: 12px;
	overflow: hidden;
	color: black;
	text-decoration: none;
}
.top_nav_outer_div .one_nav_div A:hover {
	background-image: url(back_03.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}



.centre_part_tr TD.left_td {
	padding-left: 12px;
	height: 650px;
	vertical-align: top;
}
.centre_part_tr TD.right_td {
	width: 222px;
	height: 650px;
	vertical-align: top;
}

DIV.main_content_div {
	border-left: #77C901 solid 2px;
	border-bottom: #77C901 solid 2px;
	border-right: #77C901 solid 2px;
	background-color: White;
	height: 640px;
	min-height: 640px;
}
DIV.main_content_div[class] {
	height: auto;
}

DIV.name_div {
	background-color: #CECECE;
	padding: 3px 32px;
}

DIV.main_inner_content_div {
	padding: 20px 32px;
}



.one_news_div IMG.clock_img {
	position: relative;
	bottom: -2px;
	margin-right: 5px;
}

.one_news_div DIV.news_head_div {
	margin-bottom: 8px;
	color: #087331;
	font-weight: bold;
}

.one_news_div .news_head_div SPAN.date_span {
	color: black;
	font-weight: bold;
	padding-right: 5px;
}

.one_news_div DIV.more_div {
	font-weight: bold;
	text-align: right;
}

DIV.one_news_div {
	margin-bottom: 10px;
}



TABLE.partners_table {
	width: 752px;
}
.partners_table TD {
	text-align: center;
	padding: 20px 5px;
}



DIV.right_content_div {
	border: #90D947 solid 2px;
	background-color: #DADADA;
/*	padding-bottom: 150px;*/
	margin: 0px 13px 40px 14px;
}

.right_content_div DIV.head_div {
	background-color: #359C26;
	padding: 5px 13px;
	font-weight: bold;
}


DIV.copyright_div {
	text-align: center;
	color: white;
	font-size: 11px;
	margin-bottom: 13px;
}


TABLE.counters_table {
	width: 100%;
}
.counters_table TD {
	text-align: center;
}



.listing_table P {
	margin-bottom: 0px;
}
.listing_table UL, .listing_table OL {
	margin-bottom: 0px;
	margin-top: 10px;
}

input {font-family: verdana; font-size: 8pt;}
select {font-family: verdana; font-size: 8pt;}
textarea {font-family: verdana; font-size: 8pt;}
