body {margin: 0 0 0 0}
 
A:link {color: #8C1517}
A:visited {color: #8C1517}
A:active{color: #8C1517}
A:hover {color: #000000}

#title 
{   display: block;
	background-color: #CCCC66; 
 	color: #000000;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid #000000;	
}
	
#topbar 
{
    border-bottom: 1px solid #CCCCCC; 
	height: 20px;
	background-color: #ECECDF;
	padding: 5px;
	font-size: 0.8em; 
	font-family: Tahoma, Helvetica, sans-serif} 
	
#bottombar{
	background-color: #ECECDF;
	font-size: 0.8em; 
	font-family: Tahoma, Helvetica, sans-serif;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	clear: left;
}

#nav {width: 200px;
	  border-right: 1px solid #CCCCCC;
	  background-color: #ECECDF;
	  height: auto;
	  float: left;
	  }

#content {
	width: 60%;
	float: left;
	padding: 10px;
	height: 621px;
	margin-right: 5px;}
			  
#news {width: 100px
   		border-bottom: 2px solid #CCCCCC;
		}

.bottomaddress 
{
	text-align: center; 
	font-size: 10px; 
	font-family: Tahoma, Helvetica, sans-serif
}

.tableList {
	padding: 0px 5px 0px 9px;
	margin: 5px 0 5px 0;  
	list-style-type:none;
	line-height: 15px;
	font-size: 95%;
}

th {color: #FFFFFF; 
     background-color: #8C1517; 
	 border-bottom: 1px solid #000000;
	 font-size: 0.8em; 
	 font-family: Geneva, Helvetica, sans-serif}
	 
li {padding-bottom: 5px}