.MenuCell {
	width: 168px;
}
.TextCell {
	background-image: url(/half-white.gif);
	width: 581px;
	padding: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.CenterLogo {
	left: 15px;
	position: relative;
}
.SiteHeader {
	border-bottom-style: outset;
	text-align: right;
}
.SiteName {
	font-family: "Brush Script MT";
	font-size: 14pt;	
}
.PageName {
		text-align: left;
		left: 2;
		position: static;
		font-weight: bolder;
		font-size: 14pt;
}
.MenuTextCell {
	width: 135px;
	padding: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #6495ED;
	border-right-width: thin;
	border-bottom-width: thin;
}
.SectionName {
		text-align: left;
		left: 2;
		position: static;
		font-weight: bolder;
		font-size: 12pt;
		border-bottom-style: dashed;
		border-bottom-width: thin;
		color: White;
		margin-bottom: 6px;
}
.MenuItem {
	color: White;
	font-size: 10pt;
	text-decoration: none;
	}
.ErrMsg {
	color: Red;
	font-weight: bold;
	font-size: larger;
}	