@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #3333cc;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../Images/rtcontent.gif) 720px 200px repeat-y;
}

#maincontent {
	width:700px;
	float: left;
	padding: 20px 0 20px 6px;
}

#sidebar {
	width: 232px;
	float: right;
	color: #000000;
	padding: 55px 4px 20px 4px;
}

#footer {
	background-color: #006633;
	color: #cccccc;
	clear: both;
	padding: 10px;
	font-size: 14px;
}

#footer p {
	margin-bottom:0;
}

#MenuBar1 {
	border-bottom: 2px solid #ffffff;
}

#MenuBar1 a:active {
	top:0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	margin-bottom: 0;
}

p {
	line-height: 20px;
	font-size: 16px;
	margin: 0 0 18px 0;
}

ol li {
	margin-bottom: 18px;
}

ul li {
	margin-bottom: 12px;
}

td {
	padding:8px;
}

a:link, a:visited {
	color: #006633;
	border-bottom: #006633 dotted 1px;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
	color: #6692cb;
}

a:active {
	position: relative;
	top: 1px;
}

.picture-border {
	background-color: #dde6f4;
	padding: 3px;
	border: #cecece solid 1px;
	margin: 12px;
}

.picture-right {
	background-color: #dde6f4;
	padding: 3px;
	border: #cecece solid 1px;
	float: right;
	margin: 0 0 12px 12px;
}

.picture-left {
	background-color: #dde6f4;
	padding: 3px;
	border: #cecece solid 1px;
	float: left;
	margin: 0 12px 12px 0;
}

.align-right {
	float: right;
	margin: 0 0 12px 12px;
}

.align-left {
	float: left;
	margin: 0 12px 12px 0;
}

/* to clear floats - don't alter anything below this line */
.group:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
* html .group { /* IE6 */
	height:1%;
	}
	
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}

