BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #5f7598;
	font-family: Sans-Serif, Arial, Verdana, Helvetica;
}

/* Main Page and SubPage */
.mainTable { background-color: #ffffff; }
.HeadSpace { height: 26px; }
.vTop { vertical-align: top; }
.MainMenu { height: 30px; text-align: right; padding-right: 15px; color: #0038c5; font-size: 10pt;}
.MainMenuSeparator { color: #0038c5; font-size: 10pt; }
.RootSeparator { height: 25px; }
.GoldBar { height: 2px; background-color: #caaa69; }
.MainBody { height: 480px; width: 880px; vertical-align: top; }
.ContactUs { width: 215px; vertical-align: top; background-image: url(../images/menuGrad.gif); background-repeat: repeat-x; background-position: top; }
.SubMenuTable { width: 215px; }
.SubMenu { vertical-align: top; text-align: right; width: 215px; height: 302px; padding-top: 25px; color: #0038c5; font-size: 10pt; }
.Content { background-color: #fbf8f8; vertical-align: top; border-right: solid 1px #e5e5e5; padding-left: 5px; padding-right: 5px; }
.ContentTable { width: 100%; height: 100%; }
.LeftShadow { padding-top: 6px; width: 4px; height: 100%; background-image: url(../images/leftDropShadow.gif); background-repeat: repeat-y; }
.BottomShadow { width: 100%; height: 10px; background-image: url(../images/bottomDropShadow.gif); background-repeat: repeat-x; }
.Copyright {  height: 28px; text-align: center; vertical-align: middle; color: #0038c5; font-size: 9pt;  }
.MainMenuHeight { height: 217px; }

/*  Main Menu overrides */
.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 100%;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #0038c5; 
	font-family: Sans-Serif, Arial, Verdana, Helvetica, ; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #caaa69 0px solid; 
	border-bottom: #caaa69 0px solid; 
	border-top: #caaa69 0px solid; 
	border-right: #caaa69 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuBreak 
{
	height: 30px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #fbf8f8; 
	border-left: #fbf8f8 1px solid; 
	border-bottom: #fbf8f8 1px solid; 
	border-top: #fbf8f8 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #fbf8f8; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-right: #FFFFFF 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #fbf8f8 0px solid; 
	border-left: #fbf8f8 0px solid; 
	border-top: #fbf8f8 0px solid;  
	border-right: #fbf8f8 0px solid; 
	background-color: Transparent; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #0038c5; 
	font-family: Sans-Serif, Arial, Verdana, Helvetica, ; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #fbf8f8 0px solid; 
	border-bottom: #fbf8f8 0px solid; 
	border-top: #fbf8f8 0px solid; 
	border-right: #fbf8f8 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}

.RootSelected 
{
	color: #8c8a81;
}
.RootArrow
{
	display: block;
}
.RootMenuActive
{
	color: #FFFFFF;
	background-color: #8c8a81;
}
.spacerHeight
{
	height: 30px;
}
.spacerWidth
{
	width: 20px;
}