BODY, body {background-image: url(background.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: bottom center; margin: 0px;}
div.ControlContainer { padding-bottom: 10px;}
div.MenuBar {border-bottom: 1px solid black; border-top: 1px solid black; padding-bottom: 5px; padding-left: 10px; padding-top: 5px; text-align: left; vertical-align: middle;}
div.MenuContainer { padding-bottom: 5px; padding-top: 10px;}
table.PageContainer {border-left: 1px solid black; border-right: 1px solid black; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; padding-top:10px; width: 800px; height: 590px;}
div.FooterContainer { border-top: 1px solid black; color:black; font-family: arial; font-size: 10px; font-weight: normal; }
div.FooterContainer a:link, div.FooterContainer a:visited { text-decoration: underline; font-family: arial; font-size: 10px; font-weight: normal; }
div.FooterContainer a:hover { color: red; text-decoration: underline; font-family: arial; font-size: 10px; font-weight: normal; }
div.HeaderContainer { }
span.SiteTitle_Text {font-family: Tahoma; font-size: 18px;}
			
.bottompane {
	padding-top: 5px;
}

.contentpane {}

.leftpane {
	padding-right: 5px;
	width: 180px;
}
.rightpane {
	padding-left: 5px;
	width: 180px;
}

.toppane {
	padding-bottom: 5px;
}

.MainMenu_MenuItem {
	background-color: transparent;
	border: 0;
	color: black;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	border: 0;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	text-decoration: underline;
}

.MainMenu_SubMenu {
	background-color: white;
	margin: 0 0 0 1px;
	padding: 0px;
	border: 1px solid black;
	z-index: 1000;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: lightgrey;
	border: 0px;
	padding: 0px;
	text-decoration: none;
}
