@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
label {
	float:left;
	width:150px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	padding: 0 0 0 10px;
	margin: 0;
}
legend {
	padding: 10px;
	margin: 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;	
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:125%;
}
h2 {
	font-size:112.5%;
}
h3 {
	font-size:100%
}
.bodyClass #container { 
	width: 960px;  
	background: #FFFFFF;
	background-image:url(../images/bodyrepeat.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; 
} 
.bodyClass #header { 
	margin:0;
	padding: 0;  
} 
.bodyClass #headerbar {
	background-image:url(../images/headerbar.jpg);
	background-repeat:no-repeat;
	height:31px;
	line-height:31px;
}
.bodyClass #headerbar #sidebar1header {
	font-family:Georgia,"Times New Roman",Times,serif;
	float: left; 
	width: 180px; 
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.bodyClass #headerbar #sidebar2header {
	font-family:Georgia,"Times New Roman",Times,serif;
	float: right; 
	width: 240px; 
	color:#000000;
	font-weight:bold;
	text-align:center;	
}
.bodyClass #headerbar #contentheader {
	font-family:Georgia,"Times New Roman",Times,serif;
	margin: 0 250px 0 180px; 
	padding: 0 10px;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.bodyClass #sidebar1 {
	float: left; 
	width: 180px; 
	padding: 0; 
}
.bodyClass #sidebar1 ul {
	padding:0;
	margin: 5px 0 0 0;
}
.bodyClass #sidebar1 li {
	width: 140px;
	height: 25px;
	line-height:25px;
	list-style:none;
	font-size: 87.5%;
	margin:10px 0 0 18px;
	padding:0;
}

.bodyClass #sidebar1 li a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;	
	display:block;
	border: 1px solid #cccccc;
	text-align:center;
}
.bodyClass #sidebar1 li a:hover {
	color:#ff3333;
	background-color:#FFFFFF;
}
.bodyClass #sidebar1 li.current a {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.bodyClass #sidebar2 {
	float: right; 
	width: 250px; 
	padding: 0; 
	font-size: 87.5%;	
}
.bodyClass #sidebar2 li {
	list-style-image:url(../images/bullet.jpg);
	font-weight:bold;
  margin: 10px 0;
}
.bodyClass #sidebar2 li li {
	list-style-image:none;
	list-style:disc;
	font-weight:normal;	
	margin: 5px 0;
}
.bodyClass #mainContent { 
	margin: 0 250px 0 180px; 
	padding: 0; 
	font-size: 87.5%
} 
.bodyClass #footer { 
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:47px;
	line-height:47px;	
	margin:0;
	padding:0;
} 
.bodyClass #footer p {
	color:#000000;
	font-weight:bold;
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;	
}
.textbox {
	padding: 0 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}