html, body{ 
	background-color: #e7e5dc; 
	border-width: 2px; 
	color:#464646;
	font-family:"Trebuchet MS",Verdana,sans-serif;
	 margin:0; 
	 padding:0; 
	 text-align:center; 
} 
 
#wrapper{ 
    border-style: solid; 
    border-width: 1px; 
    width: 780px;
	margin: 25px auto;
	
 
} 
#addressbar{
background-color: #f5e5cb;
height:30px;
}
 
#header{
 border-width: 1px;
 position: static; 
 width:100%;
 height:95px;
 background-image:url(../images/bg_header.gif);
} 

#content{

	background-color: white;
	margin:0;
}

 
#maincol{  
 position: relative; 
 width:80%;
 float:right;
 }
 
#content p {
margin-left:15px;
 }
 
#nav {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
  width: 100%;    
  float: left; /* Contain floated list items */
position: relative;
}
#nav li {
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-top: 20px;
  margin: 0;
  float: left;
}
#nav a {
  float: left;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  width: 155px;
}
#nav #nav_con a {
}
#nav a:hover {
  background: #b2d9ff;
}

table#default {
    left: 20%;
    position: relative;
    border-style: solid;
    background-color:#FFFFFF;
    
}

table#default td {
    border-style: none;
    border-color: #000;
    padding: 5px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #f0f0f0;

}

.toprow {
    font-style: italic;
    text-align: center;
    background-color: #f5e5cb;

}

.leftcol {
    border-left-width: 2px;
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

} 

#footer{
 	background-color: #bcd6f3;
 	margin: 0px;
 	height: 60px; 
 	clear:both;
}

#addressbar p{
 	padding-top: 5px;
 	letter-spacing: 0px;
 	font-size: medium;
 	margin-top: 0px;
 	margin-left: 5px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	text-align: center;
 	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
 }


#leftcolumn {
 height: 870px;
 background-color: #bcd6f3;
 background-image:url(../images/menubg.jpg);
 background-repeat: repeat-x;
 width:20%; 
 float:left;
}

#footer p {
	font-size: x-small;
	padding-top: 5px;
 	letter-spacing: 0px;
 	margin-top: 0px;
 	margin-left: 5px;
 	margin-bottom: 0px;
 	margin-right: 0px;
 	text-align: center;
 	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

 }

h1 {
 	color: #0053a6;
 	font-style: italic;
 	font-size: 2em;
 	text-align: center;
 	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif;
 }

img.intro {
 	padding: 2px;
 	margin-left: 10px;
 	margin-top: 0px;
 }

#flash {
 	border-style: none;
 }

h4 {
 	margin-left: 15px;
 }

img.float {
 	clear: both;
 	margin-right: 70px;
 	float: right;
 	position: static;
 }
img.absol{
	margin-bottom: 25px;
	position: relative;
	margin-left: 55px;
	margin-top: 15px;

}
img.float2{
clear: both;
 	margin-right: 20px;
 	float: right;
 	position: static;

}
