a:link {color: #E5110D; text-decoration: underline;}
a:visited {color: #E5110D; text-decoration: underline;}
a:hover {color: #E5110D; text-decoration: underline;}
a:active {color: #E5110D; text-decoration: underline;}

body
{
font-size: 14px;
font-family: sans-serif, arial, verdana;
text-align: left;
margin: 0;
background-color: #EEF3E2;
}

.footer
{
text-align: center;
font-size: 12px;
padding-top: 15px;
height: 2em;
width: 100%;
background: url('images/bottom.jpg') top repeat-x;
background-color: #EEF3E2;
}

/*inside headers*/

.title
{
font-size: 22px;
font-weight: bold;
padding-bottom: 12px;
text-align: left;
color: #E5110D;
}

.header
{
font-size: 18px;
font-weight: bold;
padding-bottom: 2px;
text-align: left;
color: #666666;
}


/*navigation*/


ul
{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
float: left;
background: url('images/logo_small.jpg') no-repeat top right;
margin-bottom: 20px;
padding-bottom: 20px;
margin-top: 10px;
font-size: 12px;
border-bottom: 1px ridge #E5110D; 
}

ul li a
{
float:left;
text-decoration:none;
color: #E5110D;
background-color: white;
margin:5px;
padding-right: 10px;
text-align: center;
border-right: 1px solid black;
}

li 
{
display: inline;
}

ul li.on
{
float: left;
color: black;
background-color: white;
margin: 5px; 
padding-right: 10px;
text-align: center;
border-right: 1px solid black;
}

ul li a:link {text-decoration: underline;}

ul li a:visited {text-decoration: underline;}

ul li a:hover 
{
text-decoration: underline;
}

ul li a:active 
{
text-decoration: underline;
}

