@charset "UTF-8";
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 */
	background-image: url(body_bg.png);
	background-repeat: repeat;
	background-position: left;
}
.top_bg {
	background-image: url(pics/header_bg.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 161px;
	width: 100%;
}
.navbar {
	background-image: url(pics/header_bg.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 22px;
	width: 100%;
}
.maincell_container2 {
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	background-image: url(body_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.maincell_contents2 {
	background-repeat: repeat-x;
	background-position: left;
	margin: auto;
	height: 430px;
	width: 700px;
}
.footerbar {
	background-image: url(pics/buttons/navbar_bg.png);
	background-repeat: repeat-x;
	background-position: left;
	height: 15px;
	width: 100%;
}
.maintext {
	font-size: 12px;
	padding: 95px 36px 10px 75px;
	text-align: justify;
}
.nav ul{
padding:0 0 0 0;
margin: 0 0 0 0;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-style:oblique;
#font-weight:bold;
color: #330000;
background:transparent;
list-style:none;
}
.nav ul li{
display:inline;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size:small;
}

.nav ul li a{
margin: 0 0 0 0;
padding: .4em .7em .46em .7em;
color:#000000;
text-decoration:none;
border-left:2px solid #FF9900;
background:transparent;
}

.nav ul li a:hover{
color:#CC0000;
text-decoration:none;
border-left:2px solid #FF3300;
}
.picturefloatright {
	float: right;
	border: 1px none #000000;
	margin: 2px;
}
.picturefloatleft {
	float: left;
	margin: 2px;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}.main_content_style {
	text-align: justify;
}
.main_left_panel {
	padding-left: 2px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FF6600;
	padding-right: 2px;
}
.main_right_panel {
	padding-right: 2px;
	padding-left: 2px;
}.centermain {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.centermain_header {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 600px;
}
.maincell_container {
	background-repeat: repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
	background-image: url(body_bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.maincell_contents {
	background-repeat: repeat-x;
	background-position: left;
	margin: auto;
	height: 430px;
	width: 950px;
}
