body 
{

	text-align: left;
	margin: 0;
	padding: 0;
}

body, td, .Normal
{
	font-family: Verdana;
	font-size: 12px;
}


.PageContainer
{
	width: 360px;

	margin: 0 auto;
	text-align: left;
	float:left;
}


.ContentPane
{
	width:284px;
	float:right;
}
.HeaderContainer
{
	
	width:300px;
	margin:8px;
	
}
.BodyContainer, .TopPane
{

	
	background-repeat: repeat-x;
	margin:0 10 0 8;	
	background-color: #fff;
	width:329px;
}

.MenuContainer
{
	width: 141px;
	margin-right: 8px;		
	
	float:left;
}

.ContentContainer
{
	margin-left: 15px;
	float: left;
	width: 632px;
}




.Logo
{
	float: left;
	width: 259px;
	height: 177px;

}

.EmptyHeader
{
	height:40px;
	
	}
	
.HorizontalButtons
{
	background-image: url(images/small1pixel.jpg);
	height: 48px;
	vertical-align: middle;
	background-repeat: repeat-x;
}



.Buttons
{
	padding: 10px;
	text-align: left;
}

a, a:link, a:visited, a:active
{
	padding: 0px;
	text-decoration: none;
	color:#fff;

	
}

.FooterContainer
{
	text-align: right;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

.SearchContainer
{
	color: #fff; 
	width: 185px; 
	height: 30px; 
	background: url(images/searchbg.png) no-repeat right;
	text-align: left;
}

/*Menu Classes*/
.MainMenu_MenuBreak
{
	border: none;
	color: #7D8891;
	font-weight: bold;
	background-color: Transparent;
}
.MainMenu_RootMenuItem, .MainMenu_RootMenuItem_Active, .MainMenu_RootMenuItem_Hover
{
	font-size: 10px;

	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	font-family: Verdana, Sans-Serif;
	padding: 2px 0;
}

.MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_MenuItem, .MainMenu_MenuItemSel
{
	
	text-align: left;
	font-size: x-small;
	font-weight: bolder;
	font-family: Verdana, Sans-Serif;
	padding: 3px;
	border-top-color: inherit;
	border-right-color: inherit;
	border-bottom-color: #36B049;
	border-left-color: inherit;
}

.LoginLink, .LoginLink:Active, .LoginLink:Link, .LoginLink:Visited
{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.LoginLink:Hover
{
	text-decoration: underline;
}

.Search, A.Search:Active, A.Search:Link, A.Search:Visited
{
	
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}



