body {
	background-color: #7D7DFF;
	margin: 0;
	padding: 0;
	border-width:0px;
}
#outer {
	margin:0px auto;
	min-width: 781px;
	max-width:1011px;
	position: relative;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#headercontainer {
	height: 6em;
	position: relative;
	width: 100%;
}
#body {
}
#twocolumns {
	margin-left: 160px;
}
#columncontainer {
	width: 100%;
	overflow: visible;
	position: relative;
}
#maincolumncontainer {
	float: right;
	overflow: visible;
	position: relative;
	width: 99%;
	padding-right: 1%;
}
#maincolumn {
	padding-left: 0.8em;
}
#leftcolumncontainer {
	float: left;
	margin-left: -160px;
	overflow: visible;
	position: relative;
	width: 160px;
	padding-top: 100px;
}
#leftcolumn {
	margin-bottom: 10px;
}
#footer {
	clear: both;
	width: 100%;
}
#logo {
}
.clear {
	clear: both;
	font-size: 0px;
	background-color: #CCFF66;
	line-height: 0px;
	margin: 0px;
}
#sitetitle {
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 787px;
}

#sitetitle {
	position: absolute;
	left: 140px;
	top: 5px;
}
#jumplinks a{
	font-size: 0.6em;
	color: #000066;
/*	display: block;*/
	width: 300px;
}
#jumplinks a img{
	border: 0px;
}
#jumplinks a span{
 width: 0px; 
 overflow: hidden; /* Hides the text. */ 
 position: absolute; /* Prevents it affecting page layout. */ 
 }
#jumplinks a:hover span, #jumplinks a:active span, #jumplinks a:focus span {
	overflow: visible;
	width: 200px;
	background-color: #C1FFC1;
}
#jumplinks a:hover, #jumplinks a:active, #jumplinks a:focus {
	font-size: 1em;
	width: auto;
}
#jumplinks {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 100;
	height: 2em;
	width: 200px;
}
#logoContainer {
	position: absolute;
	left: 5px;
	top: 5px;
}
#content h1 {
	margin-top: 0em;
	font-size: 4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
}
#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
#content h3 {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	font-size: 1.2em;
}
#content h4 {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	font-size: 1.0em;
}
#content h5 {
}
.ohindex ul {
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
p {
	margin-bottom: 0.5em;
	padding-top: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
#content a img {
	border: 1px;
	border-color: black;
	border-style: solid;
}
.floatright {
	float: right;
}
#content {
}
.small_center {
	font-size: .8em;
	text-align: center;
}
.width100 {
	width: 100%;
	clear: both;
	padding-top: 10px;
}

