﻿DIV#headerDiv
{
	background: url('../images/header.png') no-repeat 0px 0px;
	height:229px;
}

DIV#headerDiv ul {
list-style-type: none;
height: 45px;
width: 800px;
margin: auto;
padding-top:180px;
margin-left:35px;
}

DIV#headerDiv li {
float: left;
}

DIV#headerDiv ul a {
padding-right: 15px;
padding-left: 15px;
display: block;
line-height: 40px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 21px;
color: #cd281f;
}

DIV#headerDiv ul a:hover {
color:#cd281f;
text-decoration:underline;
}


        
.Current
{
	text-decoration:underline;
	font-style:italic;
	font-weight:bold;
}
