
Body {
	background-color: white;
	text-align: center;
	margin: 0px auto 40px;
	padding: 0px 0px 0px 0px;
}

#LogoLayer {
	width: 756px;
	height: 27px;
	text-align: left;
	clear: both;
	margin: 15px auto 4px;
}

#Logo {
	margin: auto;
	height: 27px;
	width: 330px;
	text-align: left;
	display: block;
	float: left;
	clear: left;
}


#Toolbar {
	float: right;
	width: 200px;
	height: 25px;
	margin: auto;
	display: block;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	clear: right;
}

.ChangeFontIcon {
	width: 22px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	border: #FF9900 1px solid;
}

#pageheaderimage {
	width: 749px;
	height: 210px;
	overflow: hidden;
	clear: both;
	padding-top: 2px;
}

* html body #pageheaderimage {
	padding-top:0px;
	margin-top: 2px;
}

#pageheader {
	width: 756px;
	height: 223px;
	background-image: url(/Images/Background/BgHeaderImage.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: left;
	margin: 0px auto;
	padding-left: 1px;
	clear: both;
	overflow: hidden;
}



#pagebody {
	width: 756px;
	overflow: hidden;
	background-image: url(/Images/Background/BgMainArea.gif);
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	text-align: left;
	vertical-align: top;
	padding-left: 1px;
	clear: both;
}

* html body #pagebody {
	position: relative;
	top:-5px;
}

#pagebodyinnerdiv {
	margin: 35px;
	display: block;
	clear: both;
}

#pagefooter {
	width: 756px;
	height: 6px;
	background-image: url(/Images/Background/BgBottom.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
}

* html body #pagefooter {
	position: relative;
	top:-5px;
}

#ContentArea {
	width: 470px;
	margin: 0px;
	padding: 0px 0px;
	text-align: left;
	display: block;
	overflow: auto;
	float:left;
	clear: both;
	min-height:400px;
}


#MenuArea {
	width: 173px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
}

#MenuHeader, #MenuBody, #MenuFooter {
	width: 173px;
}

#MenuHeader {
	background-image: url(/Images/Menu/BgMenuHeader.gif);
	background-repeat: no-repeat;
	height: 6px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	clear: both;
}



#MenuBody {
	background-image: url(/Images/Menu/BgMenuBody.gif);
	background-repeat: repeat-y;
	overflow: visible;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	clear: both;
}

#MenuFooter {
	background-image: url(/Images/Menu/BgMenuFooter.gif);
	background-repeat: no-repeat;
	height: 9px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
}

.MenuItem, .MenuItemSelected, #MenuHeaderText {
	width: 152px;
	text-align: left;
	display: block;
	margin: 0px 10px;
	clear: both;

}

.MenuItem {
	background-color: Transparent;
}
.MenuItem:hover {
	background-color: #eeeeee;
}

.MenuItemSelected {
	background-color: #dddddd;
}


.MenuItemBullet, .MenuItemText {
	line-height: 14px;
	padding-top: 1px;
	padding-bottom: 5px;
}

.MenuItemBullet {
	color: #ff9900;
	float: left;
	margin: auto 0px auto 2px;
}

.MenuItemText {
	font-size: 12px;
	text-align: left;
	width: 132px;
	margin: auto auto auto 10px;
	display: block;
	float: left;
	clear: right;
}
* Html Body .MenuItemText {
	
}

.hidden {
	display: none;
}
