body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-image: url(images/BMG_06.jpg);
	line-height:12pt;
	margin: 0;
	padding: 0;
	color: #000000;
}
.twoColFixLt #container { 
	width: 763px;
	
	
	
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 63px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	
}
.twoColFixLt #mainContent {
float:right; 
	width: 700px;
} 
.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;
}
.dark8 {
font-size:8pt;

color:#000000;
text-decoration:none;
padding-top:3px;
}
.dark8:hover  {
font-size:8pt;

color: #CC3300;
border-bottom: #CC3300 1px dotted;
}
.light8 {
font-size:8pt;
text-align:center;
color:#ffffff;
text-decoration:none;
}
.light8:hover  {
font-size:8pt;
text-align:center;
color: #FFCC00;
border-bottom: #FFCC00 1px dotted;
}
.menu {
font-size:8pt;
text-align:left;
color:#000000;
text-decoration:none;
padding-top:8px;
margin-left:12px;
}
.menu:hover  {
font-size:8pt;
color: #CC3300;
border-bottom: #CC3300 1px dotted;
}
h7 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
font-weight:bold;
color: #003366;
text-decoration:none;
line-height:30px;
}
h8 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11pt;
font-weight:bold;
color: #990000;
text-decoration:none;
line-height:22px;
}
.midTable{
background: #85674F url(images/BMG_30.jpg) repeat-x top;
}
.leftTable{
background: #C8BBB5 url(images/bg_tbl2.jpg) repeat-x top;
border:#FFFFFF 1px solid;
padding:10px;
}
label, label input {
display: block;
}
label {
margin: 5px 0;
}
.error, label span {
color: red
}
label span {
margin-left: 1ex;
}
input {
background: white url(images/textfield.gif) repeat-x;
border: 1px solid #bbb2b7;
margin-top: 2px;
color: black; /* it's necessary to have both color and background defined on form elements */
}
