body
{
	background-image:url(images/bg.gif);
	background-color:#C8D8E7;
}

#siteContainer
{
	margin:14px auto;
	padding:0px auto;
}
.seperator
{
	line-height:1px;
	height:1px;
	overflow:hidden;
	background-image:url(images/seperator.gif);
}
.footerLink , .footerLink:visited , .footerLink:hover, .footerLink:active 
{
	text-decoration:none;
	color:#0A246A;
	font-size:10px;
	font-family:Arial;
	background-color:White;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	height:28px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:28px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-width:0px;
	background-color: Transparent;
	height:16px;
	padding-right:6px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: white;
	border-width:0px;
	height:16px;
	padding-right:6px;
	
}
.MainMenu_MenuIcon {
	display:none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-width:1px;
}
.MainMenu_MenuBreak {
	border-width:0px;
	background-color: transparent; 
}

.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}
