body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topSectionTitle {font-size: x-large}

.topSection {
	background-color: #4c6c8f;
	height: 100px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid;
	border-left: none;
	z-index: 10;
	visibility: visible;
}
.topSectionLogo {
	top: 23px;
	position: absolute;
	left: 23px;
}
.topSectionText {
	left: 326px;
	position: absolute;
	height: 100px;
}
.topSectionTextTable {
	color: #FFFFFF;
	height: 100px;
}

.menuSection {
	top: 100px;
	position: absolute;
	width: 230px;
	left: 0px;
	background-color: #4C6C8F;
	border-top: none;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: none;
	font-size: 85%;
	z-index: 5;
	height: 100%;
}

.menuSection ul {
	list-style-type: none;
	padding-left: 20px;
}

.menuSection ul li {
	width: 95%;
	border-top: 1px solid #8888cc;
}

.menuSection ul ul {
	list-style-type: none;
	padding-left: 30px;
}

.menuSection a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menuSection a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuSection a:hover {
	color: #ffcc00;
	text-decoration: none;
}
.menuSection a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menuSectionHeading {
	font-weight: bolder;
	color: #cfdced;
}

.menuSection li {
	color: #cfdced;
}

.menuSectionBottom {
	position: relative;
	height: 100%
	top: 100%;
}

#lastEdited {
	color: #cfdced;
	margin-left: 25px;
	font-size: smaller;
	margin-right: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: right;
}

.bodyContent li {
	padding-bottom: 1em;
}

.bodyTitle {
	top: 102px;
	position: absolute;
	padding: 5px 10px;
	background-color: #CCCCCC;
	z-index: 0;
	visibility: visible;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	font-weight: bold;
	left: 230px;
	border-right-width: 2px;
	height: 18px;
	vertical-align: middle;
}

.bodyText {
	position: absolute;
	left: 250px;
	top: 130px;
	padding: 5px;
	font-size: 90%;
	margin-right: 20px;
}

.bodyText a:link {
	color: #4c6c8f;
	text-decoration: none;
}
.bodyText a:visited {
	color: #4c6c8f;
	text-decoration: none;
}
.bodyText a:hover {
	color: #4c6c8f;
	text-decoration: underline;
}
.bodyText a:active {
	color: #4c6c8f;
	text-decoration: none;
}

.question {
	padding-top: 1em;
	font-weight: bold;
	font-size: large;
}

.answer {
	padding-top: 1em;
	margin-left: 20px;
}

.answer pre {
	font-size: +1;
	border: 1px solid #dddddd;
	padding: 5px;
	background: #f8f8f9;
	margin-left: 20px;
	margin-right: 20px;
}

