@charset "utf-8";
/* CSS Document */




html,body, #wrapper {
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
   
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
     
   }
   
   
body {
	background-color:#1A5E50;
	background-image:url(images/bg.jpg); background-repeat:repeat-x; background-position:bottom; background-attachment:fixed;


}



.headertable {
 border-width: 0px 0px 0px 0px;

}

.headertable td {
	font-size: 13px;
	text-align: center;
	 margin: 0px;
    padding: 0px;

}

.headertable td a:link, .headertable td a:visited, .headertable td a:active {
	color: #fff;
	text-decoration: none;
}

.headertable td a:visited {
color: #fff;
	text-decoration: none;
}

.headertable td a:hover {
	color: #6A8CA6;
	text-decoration: none;
}


.dropdowncontainer {
	position: relative;
	padding: 0x;
	padding-bottom: 0px;
	margin: 0px;
	text-align: left;
	visibility: hidden;
	display:block;
	
}


.dropdown {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;

	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
	width: 130px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
	
}

.dropdown br {
	display: none;
}

.headertable td .dropdown a
{
	border: 1px solid #000;
	border-top: none;
	display: block;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.headertable td .dropdown a:link, .dropdown a:visited, .dropdown a:active

{
	background-color: #2B8C6F;
	color: #000000;	
}

.headertable td .dropdown a:hover

{
	background-color: #2E6CB8;
	color: #fff;	
}

.dropdownsub {
	position: absolute;
	left: 179px;
	top: 0px;
	visibility: hidden;
	z-index: 998;
	text-align: left;
	font-size: 12px;
	width: 180px;
}

.dropdownsub br {
	display: none;
}



#headers {
border-bottom:1px solid #000;
font-size:18px;
padding-bottom: 0px;
color: #1A5E50;

margin: 0px 500px 0px 0px;



}

#headers_right {
border-bottom:1px solid #000;
font-size:18px;
padding-bottom: 0px;
color: #1A5E50;
margin: 0px 0px 0px 0px;



}

#news {
	padding-left:15px;
	margin-left:10px;
	padding-bottom:60px;
	width:250px;



}

a:link {
	color: #1A5E50;
	
	text-decoration: none;
}
a:visited {
	color: #1A5E50;
	
	text-decoration: none;
}
a:active {
	color: #1A5E50;
	
	text-decoration: none;
}
a:hover {
	color: #1A217B;
	text-decoration: none;
}
	

