﻿body 
{
	background:#009900;
	background-image:url(../Images/bg.jpg);
	background-repeat:repeat-x;			
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	margin-top:20px;
	color:#666666;
}

h3
{
	color:Gray;
	font-family:Times New Roman;
	font-weight:bold;
}

a
{
	color:#009900;
}

a:hover
{
	color:Orange;
}	

#main
{
	margin:0 auto;
	width:904px;	
}

#header
{
	background-image:url(../Images/top.gif);
	height:52px;
	color: Green;
	width:900px;
}

#banner
{
	background:#009900;
	background-image:url(../Images/banner.gif);
	height:200px;
	width:900px;
	
}

#search
{
	float:right;
	width:250px;
	margin-right:20px;
	margin-top:10px;
	text-align:right;
}

#date
{
	float:left;
	width:200px;
	margin-left:20px;
	margin-top:20px;
}

#headerlinks
{
	float:right;
	width:550px;
	margin-right:20px;
	margin-top:20px;
	text-align:right;
}

.search
{
	border:0;
	background:#f0f0f0;
	background-image:url(../Images/input.gif);
	width:145px;
	height:18px;
	padding-left:5px;
	padding-top:3px;
}

#middle
{
	background:#f0f0f0;
	height:23px;
	width:890px;		
	border-bottom:solid 1px gray;
	text-align:center;
	padding-left:10px;
	padding-top:7px;
	color:Green;
	font-family:Verdana, Courier;
}

.arrow
{
	background-image:url(../Images/arrow.gif);
	width:16px;
	height:16px;
	float:left ;	
}

.seperator
{
	height:1px;
    font-size: 1px;
    line-height: 1px;
    border-bottom:dotted 1px gray;
    padding :0 5px 0 5px;
}

#content
{
	background:#fff;	
	width:900px;
	height:auto ;	
}

#sidenav
{
	width:185px;
	border-right:solid 1px gray;
	float:left;
	height:auto;
	margin:40px 10px 0 10px;
	padding:0 15px 0 15px;
	line-height:250%;
	color:Green;
	text-align:left;
}

#sidenavlinks
{
	background-color:#efefef;
	background-image:url(../Images/linksbg.jpg);
	background-repeat:no-repeat;
	width:185px;
	/*height :161px;*/
	padding-top:45px;
	padding-left:5px;
}

#calendar
{
	padding-bottom:5px;
	width :190px ;
	height :auto;
	line-height :150%;
	background-color:#090;	
}

#footer
{
	background-image:url(../Images/bottom.gif);
	height:48px;
	color: Green;
	width:900px;
	text-align:center;
	line-height:150%;
	padding:5px 0 0 0;
}

#contentarea
{
	width:630px;
	position:relative;
	padding:30px 0 5px 0;
	/*this in conjunction with the float left in the sidenav let the main content flow*/
	margin:0 0 0 250px;	
	line-height:170%;
	border:solid 1px #fff; /*firefox fix to remove space between footer and content*/	
}



