html { margin: 0; padding: 0; }
body { margin: 0; padding: 0; 
       font-family: Arial, Helvetica, sans-serif; 
	   color: #000000; 
	   font-size: 9pt;
	   background-image: url(../images/bodyback.jpg); 
	   background-repeat: no-repeat; 
	   background-position: center 0px; 
	   background-color: #000000;
	   }
	   

/* LAYOUT - DO NOT CHANGE */
#mainContainer { width: 994px; margin-left: auto; margin-right: auto; }
#header { height: 150px; text-align: right;}
#bodyWrap { width: 994px; }
#leftCol { width: 200px; float: left; text-align: center; }
#contentWrap { width: 794px; float: left; margin-left: auto; background-color: #ffffff;}
#centerCol { width: 594px; float: left; background-color: #ffffff;}
#rightCol { width: 200px; float: right; background-color: #ffffff; text-align: center; }
a img { border: none; }
/* END LAYOUT */

.clear { clear: both; }
.pad4 { padding: 4px; }

.headerL1 { color: #ffffff; font-size: 11pt; font-weight: bold; line-height: 25px; }
.topMenu, .topMenu a { color: #ffcc33; font-size: 12pt; font-weight: bold; line-height: 35px; text-decoration: none;}
.contactLink, .contactLink a {
	color: #33cc33;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	line-height: 35px;
	text-decoration: none;
}

#leftCol a { color: #ffcc33; font-size: 12pt; font-weight: bold; text-decoration: none; }

