﻿body 
{
	background:#ffffff;
	color:#404040;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
}

h1
{
    color:#000000;
    text-align:center;
}

h2
{
    color:#000000;
}
h3
{
    color:#000000;
}
h4
{
    color:#000000;
}

a:link {color: #007000}
a:visited {color: #007000}
a:active {color: #007000}   
/*a:hover {color: white; background: #008000}*/

#TopOfMasterPage
{
    height: 104px;
/*    background-image: url('Images/TopBackground.jpg');*/
    background-repeat:repeat-x;    
    background-color: #6b819b; 
    color: #e0e0e0;
}

#MainMenu
{
    background-image: url('Images/MenuBackground.jpg');
}

#MainMenu .Item
{
    color: #e0e0e0;
    width:150px; 
    height:32px;
    text-align: center; 
    font-weight: bold;
	font-size:16px;    
}

#MainMenu .DynamicItem
{
    color: #e0e0e0;
    width: 150px;
    height: 30px;
    text-align: left;
    font-size: 14px;
    background-color: #6a7f9a;
    color: #e0e0e0;
    padding-left: 8px;
}


