﻿body
{
    margin: 0px;
}

#divHeader
{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #414E5A;
	min-width: 630px;
}

#divLogo
{
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: #D1E0ED;
}

#divMainMenu
{
	margin: 3px 0 1px 0;
	padding: 3px 0 3px 10px;
	background-color:#30639F;
}

.MainMenuStaticItem
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.MainMenuStaticItem:link 
{
    color: #FFFFFF;
}

.MainMenuStaticItem:visited
{
    color: #FFFFFF;
}

.MainMenuStaticItem:hover 
{
    color: #FFFFFF;
	text-decoration: underline;
}

.MainMenuDynamicItem
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #30639F;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.MainMenuDynamicItem:link
{
    color: #FFFFFF;
}

.MainMenuDynamicItem:visited
{
    color: #FFFFFF;
}

.MainMenuDynamicItem:hover {
	text-decoration: underline;
}

.MainMenuEmptyUrlItem
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.MainMenuEmptyUrlItem:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

