body {
	margin: 0px; padding: 0px; color: rgb(51, 51, 204); font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	background: url("../Images/rtcontent.gif") repeat-y 720px 200px; margin: 0px auto; width: 960px;
}
#maincontent {
	padding: 20px 0px 20px 6px; width: 700px; float: left;
}
#sidebar {
	padding: 55px 4px 20px; width: 232px; color: rgb(0, 0, 0); float: right;
}
#footer {
	padding: 10px; color: rgb(204, 204, 204); clear: both; font-size: 14px; background-color: rgb(0, 102, 51);
}
#footer p {
	margin-bottom: 0px;
}
#MenuBar1 {
	border-bottom-color: rgb(255, 255, 255); border-bottom-width: 2px; border-bottom-style: solid;
}
#MenuBar1 a:active {
	top: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px; margin-bottom: 0px;
}
h3 {
	font-size: 14px; margin-bottom: 0px;
}
p {
	margin: 0px 0px 18px; line-height: 20px; font-size: 16px;
}
ol li {
	margin-bottom: 18px;
}
ul li {
	margin-bottom: 12px;
}
td {
	padding: 8px;
}
a:link {
	color: rgb(0, 102, 51); text-decoration: none; border-bottom-color: rgb(0, 102, 51); border-bottom-width: 1px; border-bottom-style: dotted;
}
a:visited {
	color: rgb(0, 102, 51); text-decoration: none; border-bottom-color: rgb(0, 102, 51); border-bottom-width: 1px; border-bottom-style: dotted;
}
a:hover {
	color: rgb(102, 146, 203); border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
a:active {
	top: 1px; position: relative;
}
.picture-border {
	margin: 12px; padding: 3px; border: 1px solid rgb(206, 206, 206); border-image: none; background-color: rgb(221, 230, 244);
}
.picture-right {
	margin: 0px 0px 12px 12px; padding: 3px; border: 1px solid rgb(206, 206, 206); border-image: none; float: right; background-color: rgb(221, 230, 244);
}
.picture-left {
	margin: 0px 12px 12px 0px; padding: 3px; border: 1px solid rgb(206, 206, 206); border-image: none; float: left; background-color: rgb(221, 230, 244);
}
.align-right {
	margin: 0px 0px 12px 12px; float: right;
}
.align-left {
	margin: 0px 12px 12px 0px; float: left;
}
.group::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
* html .group {
	height: 1%;
}
*:first-child + html .group {
	min-height: 1px;
}
