.pagemaster
{
	border: solid 1px black;
}
.contentpane
{
	width: 100%;
	
}
.menupane
{
	width: 182px;
}
#footer 
{
	background-image: url(Footer.jpg);
	background-repeat:no-repeat;
	height: 126px;
}
#header
{
	background-image: url(Header.jpg);
	background-repeat:no-repeat;
	height: 132px;
}
#contentTable
{
	background-color: #BAD8F4;
}
/* Main Menu */

.MainMenu_MenuContainer 
{
	font-family: Tahoma;
	width: 182px;
	
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem 
{
	color: White;
	
}

.MainMenu_MenuIcon 
{
	background-color: #095da6;
}

.MainMenu_SubMenu 
{
	color: Black;
	background-color: #095da6;
	border-color: #095da6;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel 
{
	background-color: #BAD8F4
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}




















