body  {
	background-color: #FFFFFF;
	background-image: url(images/main_bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
}
#container { 
	width: 790px;
	background: white;
	margin: 6px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 2px outset #003366;
} 

#header {
	background-image: url(images/okt_header_bdr.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: "Marker Felt", Georgia, sans-serif;	
}
#oktLogo {
	width: 230px;	
	margin: 0;
	padding: 3px;
	height: 137px;
}
.headcell {
	padding: 3px;
	width: 35%;
	vertical-align: middle;
	height: 137px;
	color: #036;
}
#headlist ul {
	font-size: large;
	list-style-type: none;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: .24em;
}
#header h2 {
	margin: 0;
	padding: 3px;
	font-family: "Times New Roman", Times, serif;
}	

#leftbar {
	float: left;
	width: 208px;
	padding: 3px;
	margin: 0;
	background: url(images/okt_menu_bg.gif);
	font-family: "Marker Felt", Georgia, sans-serif;
}
/* start navigation menu */
#navmenu {
	padding: 4px;
	height: 300px;
	width: 200px;
}
div#navmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navmenu li {
	position: relative;
	width: 180px;
	padding: 3px;
	margin: 1px 0;
}
div#navmenu li ul {
	position: absolute;
	width: 180px;
	height: auto;
	left: -999em;
}
div#navmenu li li {
	width: 180px;
	height: auto;
	padding: 0;
	margin: 0;
}
div#navmenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #036;
	display: block;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	border: 1px solid #036;
}
div#navmenu a:link, div#navmenu a:visited {
	background-color: #FFCC66;
}
div#navmenu a:focus, div#navmenu a:hover, div#navmenu a:active {
	background-color: #BACDEA;
	width: 181px;
}
div#navmenu li:hover ul, div#navmenu li.sfhover ul {
	top: 3px;
	left: 192px;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
}

/* end menu */
#leftLogo {
	padding: 4px;
	height: auto;
	width: 200px;
	text-align: center;
}
div#leftLogo h3 {
	font-family: "Marker Felt", Georgia, sans-serif;
	color: #036;
	padding-bottom: 10px;
}


#mainContent {
	margin: 0 0 0 212px;
	padding: 0 6px;
	background: white;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.markerstyle {
	font-family: "Marker Felt", Georgia, sans-serif;
	font-weight: normal;
}


div#footer {
	padding: 0 10px 0;
	background-image: url(images/okt_footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
	height: 36px;	 
} 
div#footer p {
	margin: 0;
	padding: 10px 0 6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align: center;
	color: #252525;
}
div#footer a {
	text-decoration: none;
	color: #252525;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
