﻿body {
	background-color: #0B0471;
	color: white;
	font-size: 12pt;
}

img.HeaderLogo {
    behavior: url("/Include/Scripts/pngbehavior.htc"); 
    margin: 4px 0px 4px 0px;
}

a.Content, a:hover.Content { color: #B22222; }
a:active.Content { color: Red; }
a:visited.Content { color: gray; }

a.Footer, a:hover.Footer, a:active.Footer, a:visited.Footer {
    color: Navy; 
    text-decoration: none; 
}

td.MainMenu {
    background-image: url(/App_Themes/Customer/Images/MainMenuBackground.gif); 
    background-repeat: repeat-x;
}

.MainMenuStaticItems 
{
	font-size: 12pt;
	text-align: left;
	text-indent: 30px;
	cursor: hand;	
	background-color: Transparent;
	color: #B22222;
}

.MainMenuStaticItemsHover {
}

.MainMenuDynamicItems 
{
	font-size: 12pt;
	text-align: left;
	cursor: hand;
	background-color: Black;
	color: #B22222;
	border-width: 1px;
	border-color: Silver;
	border-style: solid;
	padding: 0px 5px 0px 5px;
}

.MainMenuDynamicItemsHover {
	font-size: 12pt;
	text-align: left;
	cursor: hand;
	background-color: #0B0471;
	color: White;
	border-width: 1px;
	border-color: Silver;
	border-style: solid;
}

td.PageContent {
    padding:5px 5px 5px 5px;
}

td.ContentNewsSeperator {
    background-image:url(/App_Themes/Customer/Images/ContentSeperator.gif); 
    background-repeat:repeat-y;
    width:21px;
}

div.NewsDate {
    text-align:right;
    font-weight:bold;
    font-size:10pt;
}

div.NewsArticalTitle {
    text-align:left;
    font-weight:bold;
    font-size:12pt;
}

div.NewsArticalSummary {
    text-align:justify;
    font-size:12pt;
}