@charset "utf-8";
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body {
	width: 760px;
	background-image: url(images/left-column-background.jpg);
	background-repeat: repeat-y;
}
.backtotop {
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: #999999;
	text-decoration: overline;
}

#header {
	width: 760px;
}
#content {
	width: auto;
	background-color: #000000;
}
#left {
	float: left;
	width: 185px;
	background-image: url(images/left-column-background.jpg);
	height: auto;
}
#right {
	float: right;
	width: 575px;
	background-image: url(images/background-right.jpg);
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	width: 760px;
	background-color: #333333;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.headings {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #006600;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
	text-transform: capitalize;
	border-bottom-style: inset;
	border-bottom-color: #999999;
}
