* {
	margin: 0;
	padding: 0;
}

#page {
//	font-family: verdana, arial, helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	width: 800px;
	background-color: #3E7A91;
}

#head {
	width: 800px;
	height: 87px;
	background-color: #FFFFFF;
	background-image: url(../../logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#head h1 {
	display: none;
}

#head h2 {
	padding: 55px 0 0 170px;
}

#body {
	float: right;
	width: 680px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	border-top: 12px solid #3E7A91;
}

#body h3 {
	padding: 0.5em 0 10px 50px;
}

#body h4 {
	padding: 0.5em 0 0 50px;
	font-size: smaller;
}

#body p {
	padding: 0 0 1em 50px;
	font-size: smaller;
}

#body table {
	padding: 0 0 1em 50px;
	font-size: smaller;
}

#body table-cell.Subject {
	vertical-align: top;
}

#body .image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: smaller;
	text-align: center;
}

#topics .navigation {
	margin-left: 10px;
	padding: 0 0 1em 50px;
}

#topics .meta {
	padding-left: 50px;
	margin-bottom: 10px;
	font-size: smaller;
}

#topics .feedback {
	padding-left: 50px;
	font-size: xx-small;
}

#topics h2 {
	padding-left: 50px;
	font-size: medium;
}

#sidemenu {
	float: left;
	width: 120px;
	padding-top: 12px;
	background-color: transparent;
}

#sidemenu ol {
	margin-bottom: 2em;
}

#sidemenu ol li {
	display: inline;
}

#sidemenu li a, #sidemenu li.selected {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2C5667;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	display: block;
	background-color: PowderBlue;
	padding: 3px;
	width: 120;
	height: auto;
	border: 2px solid #3E7A91;
	border-top: 0;
}

#sidemenu li.selected {
	background: #EC843F;
}

#sidemenu h2 {
	font-size: medium;
}

#footer {
	clear: both;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
	width: 800;
	height: auto;
}

