@charset "ISO-8859-1";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/opeg_bkgd_ottobug.png);
	background-repeat: repeat;
}

#container {
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 650px;
	height: auto;
	background-image: url(../images/containerbkgd.jpg);
	background-repeat: repeat-y;
} 

#header_ {
	left:0px;
	top:0px;
	height:40px;
	background-image: url(../images/header.gif);
	width: 650px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 32px;
	text-indent: 18px;
	word-spacing: 7px;
}

#headermain_ {
	left:0px;
	top:40px;
	width:650px;
	height:119px;
	background-image: url(../images/headermain.jpg);
}

#menu_ {
	left:0px;
	top:159px;
	width:650px;
	height:20px;
	text-align: center;
	background-image: url(../images/menu30h.gif);
}

#sidebar_ {
	width:203px;
	background-image: url(../images/sidebar.jpg);
	float: left;
	background-repeat: repeat-y;
	height: auto;
}

#footer_ {
	width:650px;
	background-image: url(../images/footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	height: 50px;
	background-position: center top;
	clear: both;
	text-indent: 25px;
}

#container #sidebar_ table {
	font-size: 13px;
	text-align: center;
}
#container #maincontent_ table tr td {
	font-size: 13px;
	vertical-align: top;
}
#container #sidebar_ table tr td {
	font-weight: normal;
	color: #6BA3E0;
}
#container #sidebar_ table {
	text-align: left;
	font-weight: bold;
}
#container #header_ a {
	font-size: 13px;
}
