/* CSS Document */



BODY {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:13px;
	text-align:justify;
	background-color: #fcfcfc;
	background-image:url(images/bg3.gif);
	margin-left: 0px;
	margin-top: 0px;
}
    
	
a {
	color: #036e20;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

H1 {
	font-size:24px;
	color:#036e20;
	line-height:20px;
	}
	
H2 {
	font-size:24px;
	color:#df9212;
	line-height:20px;
	margin-top:0px;
	}	
	
H3 {
	font-size:16px;
	color:#016c1e;
	line-height:20px;
	margin-top:0px;
	}	
	
H4 {
	font-size:14px;
	color:#016c1e;
	line-height:20px;
	margin-top:0px;
	}
	
.table1 td{
	border-collapse:collapse;
	padding:5px;
}

#border {
	width: 870px;
	border:12px solid #f2f0f0;
	border-top:0;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#d7edfb;
	margin-top:0;
	padding-top:0;
	}

/* banner area */


#banner {
	clear:both;
	
}

/* Navigation */

#nav {
	width:auto;
	background-color:#f2f0f0;
	height:32px;
	clear:both;
	padding-left:3px;
	}

ul#navlist {
		margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
		float:left;
}

ul#navlist li {
        float: left;
        font-family: arial;
        font-size: 13px;
		font-weight:bold;
        margin: 0;
        padding: 8px 0 8px 0;
        
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 8px 21px 8px 21px;
        color: #FFF;
        text-decoration: none;
}


ul#navlist li#active {
       
       
}

#navlist a:hover {
        color: #FFF;
        background-color: #333;
}

.lime {
	background-color: #afb314;
}

.orange {
	background-color: #df9212;
}

.darkred {
	background-color: #6f0214;
}

.green {
	background-color: #036e20;
}

.yellow {
	background-color: #cdcb34;
}

.blue {
	background-color: #007ea3;
}

.lightblue {
	background-color: #56b1ea;
}

.red {
	background-color: #c21c38;
}
-->

#content {
	float:left;
	clear:both;
	width:100%;	
}

#leftColumn {
	float:left;
	width:518px;
	margin-left:30px;
}

#rightColumn {
	float:right;
	width:272px;
	padding-top:45px;
	margin-right:22px;
}

#internalColumn {
	float:left;	
	width:560px;
}

#internalColumn2 {
	float:left;	
	width:820px;
	margin-left:30px;
}

.image {
	border:1px solid #333;
	margin-bottom:20px;
}

.map {
	float:right;
	clear:both;
}

/*- Submenu--------------------------- */

#submenu {
    float:left;
	border-top:1px solid #c5c919;
	width:224px;
	margin-left:20px;
	margin-right:30px;
    display: inline;
	margin-bottom:4px;
        }
		
#submenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
		
        }

#submenu img {
    border: none;
}

#submenu li a {
          background-image:url(images/subBG.gif);
		  background-repeat:no-repeat;
		  background-position:center left;
		  voice-family: "\"}\"";
          voice-family: inherit;
        border-bottom:1px solid #c5c919;
		
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
        text-decoration: none;
		display: block;
		width:204px;
		text-align:left;
        }

#submenu li a:link, #submenu li a:visited {
        color: #333;
		font-weight:bold;
        }

#submenu li a:hover, #submenu li #current { 
       color: #007ea3;
         background-image:url(images/subBG_over.gif);
		  background-repeat:no-repeat;
		  background-position:center left;
        }
		
-->

#footer {
	clear:both;
	height:30px;
	width:870px;
	padding-top:20px;
	font-size:10px;
}

#footerLeft {
	float:left;	
	padding-left:30px;
}

#footerRight {
	float:right;	
	padding-right:30px;
}