.MenuCell {
	width: 168px;
}
.ContentCell {
	width: 614px;
}
.TextCell {
	background-image: url(/half-white.gif);
	width: 595px;
	padding: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
}
.CenterLogo {
	left: 15px;
	position: relative;
}
.LogoSpace {
	left: 15px;
	position: relative;
	height: 117px;
}
.SiteHeader {
	border-bottom-style: outset;
	text-align: right;
}
.SiteName {
	font-family:  "MS Sans Serif";
	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;
	}
.MenuSubItem {
	color: Yellow;
	font-size: 10pt;
	text-decoration: none;
	}	
.ErrMsg {
	color: Red;
	font-weight: bold;
	font-size: larger;
}	
.SimpleLink {
	color: blue;
}
.Spacer {
	width: 6px;
}	
a:hover.MenuSubItem {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color:#FFE4B5;
	}
a:hover.MenuItem {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color:#FFFACD;	
	}	
.BottomPadding {
   padding-bottom: 3px;
}	