/**********   GENERAL STYLES   **********/
body, html {
	margin: 0px; 
	padding: 0px;
	background: #FFFFFF;
    height: 100%;
	position:absolute;
	top=0px;left=0px;
}

body, td { 
	font-family: Arial, Verdana, Tahoma, Times New Roman, sans-serif; 
	font-size: 12px; 
	color: #707070;
}

a, a:hover{
   font-family: inherit;
   font-size: inherit;
   color: #e58620;
}

h1 {
	margin: 0px;
	padding: 10px 0px 15px 0px;
	color: #4e7b8f;
	font-size: 18px;
	font-family: Tahoma;
	font-weight: bold;
}

h2 {
   margin: 0px;
   padding: 0px 0px 15px 0px;
   color: #e58620;
   font-size: 15px;
   font-family: Tahoma;
   font-weight: bold;		
}

h3 {
   margin: 0px;
   padding: 0px 0px 10px 0px;
   color: #4e7b8f;
   font-size: 13px;
   font-family: Tahoma;
}

hr {
   color: #F1F5F7;
}

.menuframe {
	background: #497386;
}

.menu {
	background: #32576A;
	font-family: Arial, Verdana, Tahoma, Times New Roman, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF;
}

div.submenu {
	width: 180px;   
	position: absolute;
	visibility: hidden;
	margin: 0px;   
	z-index: 3;    
}

.submenu table {
   position: relative;
   bottom: 1px;
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
   background: #4B788D;
}

.submenu td {
   padding: 3px 9px;
}

.submenu a, .submenu a:hover {   
    text-decoration: none;
    color: #E1E5E7;
	font-family: Arial, Verdana, Tahoma, Times New Roman, sans-serif; 
	font-size: 12px; 
}

.submenu a:hover {
    font-weight: bold;
    color: #FFFFFF;
}

.contentframe {
	background: #F3F1E8;
}

.banner {
	font-family: Tahoma;
	font-size: 12px;
}

.news {
   vertical-align: top;
   font-size: 11px;
   padding: 0px 0px 20px 0px;
}

.newshead {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	background: #e58620;
	padding-left : 3;
	padding-right : 2;
}
.news a, .news a:hover{
   vertical-align: center;
   font-size: 11px;
   font-weight: normal;	
   font-family: Tahoma;
   text-decoration: underline;	
   color: #e58620;	
}

.subscrsubmit{
	height: 19px;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #e58620;
	border: solid 1px #D1D1D1;
	margin : 6px 5px 5px 5px;
}

.subscrtext{
	font-family: Tahoma;
	font-size: 11px;
}

h3.subscrhead{
	color: #707070;
   	font-family: Tahoma;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}

input.subscrform{
	border: solid 1px #D1D1D1;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #F3F1E8;
	color: #707070;
}

ul{
	margin : 0px 0px 18px 24px;
}

li{
	margin : 0px 0px 3px 0px;
}

