/* CSS Document */
body{
margin: 0 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
background-image:url('../images/bg.gif');
	background-position:center top;
	background-repeat:repeat;
}

a:link { text-decoration: underline; color:#3e6d1f}
a:visited { text-decoration: underline; color:#3e6d1f}
a:hover { text-decoration: none; color:#000000}
a:active { text-decoration: none; color:#000000}

ul {list-style-type:circle;}

.header_bg {
 background-image:url('../images/header_02_bg.gif');
}

.header_text {
padding: 20px 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#3e6d1f;
text-align:center;
background-image:url('../images/header_02.gif'); 
	background-position:right; 
	background-repeat:no-repeat;
}
	.header_text A:link, .header_text A:visited { color: #3e6d1f; text-decoration: underline; }
	.header_text A:active, .header_text A:hover { color: #000000; text-decoration: none; }

.tab {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FFFFFF;
text-align:center;
background-image:url('../images/tab_bg.gif');
}
	.tab A:link, .tab A:visited { color: #ffffff; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #f3d604; text-decoration: none; }

.tab_cp {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#f3d604;
text-align:center;
background-image:url('../images/tab_bg.gif');
}
	.tab_cp A:link, .tab_cp A:visited { color: #f3d604; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #ffffff; text-decoration: none; }

.tab_spacer {
background-image:url('../images/tab_spacer_bg.gif');
}

.sideNav {
padding: 10px 10px 30px 10px;
background-image:url('../images/box_02.gif'); 
	background-position:bottom; 
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

.titleText {
padding: 10px 0px 0px 0px;
font-size: 22px; 
font-family: Times New Roman, Times, serif; 
font-weight: bold; 
color:#4b6a27;
text-align: center;
}

.bottomNav { padding: 30px 30px 10px 30px; color: #3e6d1f; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomNav A:link, .bottomNav A:visited { color: #3e6d1f; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #000000; text-decoration: underline; }

.footer_text {
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#3e6d1f;
line-height:20px;
text-align:center;
}
	.footer_text A:link, .footer_text A:visited { color: #3e6d1f; text-decoration: underline; }
	.footer_text A:active, .footer_text A:hover { color: #000000; text-decoration: none; }
	
.copyright { line-height: 15px; color:#77773C; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color:#77773C; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color:#FFFFFF; text-decoration: none; }

