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

html,body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: sans-serif;
 font-size:0.9em;
background-color: #e1e1e1;
color: #379287;
} 

#fixed {
   min-height:100%;
   position:relative;
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
background-color: #ffffff;}

#nav{
	position:relative;
	height: 40px;
	overflow:auto;
margin-right: 10px;
padding-top: 10px;}

#nav a {text-decoration:none;
font-style: normal;
font-weight: normal;
color: #ffffff;
}

#header{
 position:relative; 
 height: 115px; 
 width: 930px;
 display:block;
 overflow:auto;
background-image: url(../images/header1_bg.png);
background-repeat: no-repeat;
color: #ffffff;
font-size: 20px;
padding-left: 30px;}
#header h1,
#header h2,
#header p {
	margin-left:2%;
	padding-right:2%;
}
#active2 #tab2,
#active3 #tab3,
#active4 #tab4,
#active5 #tab5 {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.banner{
font-size: 2em;
font-weight: bold;}

.greenyblue {
color: #379287;
}

.bodytext {
	color: #379287;
	font-size: small;
}

.style1 {
color: #379287;
font-size: small}

#ul {
	font-size: x-small
}

#body{
padding:16px;
padding-bottom:60px;
}
#body a{
text-decoration:none;
font-style: normal;
font-weight: bold;
color: #246159;
}

#footer {
    position:absolute;
	bottom:0;
	clear:both;
	float:left;
	width:930px;	
	height:50px; 
    background-color:#ffffff;  
    display:block;
    overflow:auto;
    color: #379287;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}

#footer a{
text-decoration:none;
font-style: normal;
font-weight: normal;
color: #379287;
}