﻿body {
	height:100%;
    border:0px;
    margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
}
#wrapper {
    padding:0;
    margin: 0 auto;
    width: 800px;
}

#content	{
	width:800px;
	height:auto;
	min-height:100%;/*for mozilla*/
	background-color:white;
}

#content2	{
	width:625px;
	height:100%;
	float:right;
	background-color:white;
	position:relative;
}

#bottomnav	{
	height:3px;
	width:800px;
	background-color:#f2d401;
}














#navleft	{
	float:left;
	color:black;
	width:150px;
	min-height: 100%;
	height:100%;
	display:block;
	background-image: url('images/leftnews.jpg');
	background-repeat: repeat-y;
	position:relative;
}

#header	{
	font: normal normal bold 100% Verdana;
	height: 150px;
	background-image: url('images/header.jpg');
	text-align: center;
	color: #f2d401;
	font-size: large;
}
#footer {
	font: normal normal bold 100% Verdana;
	height: 150px;
	width: 800px;
	background-image: url('images/footer.jpg');
	text-align: center;
	color: #000000;
	font-size: x-small;
}

.topmenu {
   color: #072472;
   font-family: Arial;
   font-size: 13px;
   ;
}
.topmenu A:link {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   text-decoration: none;
}
.topmenu A:visited {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   text-decoration: none;
}
.topmenu A:hover {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 13px;
   text-decoration: underline;
}

