@charset "UTF-8";


td {
	padding-left: 10px;
	padding-right: 10px;
}

ul#mainlevel {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#mainlevel li {
	display: inline; /* Shows each item side-by-side */
	list-style-type: none; /* Gets rid of the bullet points */
}
 
ul#mainlevel a {
	display: block;
	padding: 0 1em; /* Provides horizontal separation between menu items */
	float: left;
}

.contentheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

.MainPageWrapper {
	background-color: #000000;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	top: 0px;
	position: relative;	/*background-image: jdoc:include type="modules" name="background";*/
}
.ContentWrapper {
	height: 600px;
	width: 775px;
	margin-left: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.BannerWrapper {
	height: 70px;
	width: 775px;
}
.Logo {
	height: 70px;
	width: 247px;
	position: relative;
}
.LogoImage {
	position: absolute;
	top: 10px;
}
.SectionTitle {
	height: 70px;
	width: 528px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFF66;
	position: absolute;
	left: 247px;
	top: 0px;
}
.TopMenu {
	height: 20px;
	width: 775px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	text-align: center;
	text-decoration: none;
}
.TopMenuCentering {
}
.BodyWrapper {
	height: 410px;
	width: 788px;
}
.ContentWrapper {
	height: 400px;
	width: 390px;
}
.LeftColumn {
	height: 508px;
	width: 385px;
	position: absolute;
	left: 0px;
	top: 90px;
	overflow: hidden;
}
.HighlightArea {
	height: 280px;
	overflow: auto;
	padding-left: 30px;
	padding-top: 20px;
}
.CategoryTitle {
	height: 90px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF99;
	text-align: right;
	font-weight: normal;
}
.ContextualMenu {
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	text-align: center;
	text-decoration: none;
}
.RightColumn {
	position: relative;
	height: 400px;
	left: 400px;
	top: 0px;
	width: 420px;
}
.Content {
	width: 380px;
	padding-left: 0px;
	position: absolute;
	padding-right: 15px;
	bottom: 0px;
	overflow: auto;
	max-height: 400px;
}

