body {	
	background-color: #333333;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align: center;
}
div#container {
	position: relative;
	top: 8px;
	width: 740px;
	background-color: #000000;
}
div#usableWidth {
	width: 740px;
	margin: auto; /* centers in the container */
}
/* */
div#topOfPage{
	margin: auto; /* centers in the block */
	text-align: center;
}
div#header{
}
#maincolumn{
float: right;
width: 160px; /*Width of MAIN column*/
background: #000000;
//*border:solid; border-color: #336699; border-width: 2px;
margin-top:5px;*//
}
#leftcolumn{
float: left;
width: 580px; /*Width of left column*/
background: #000000;
//*margin-top:5px;
border:solid; border-color: #66CCCC; border-width: 2px;*//
}
div#footer {
background-color: #666666;
text-align:center;
width: 740px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 0px;
}
div#bottom {
text-align:center;
font-style:normal; font-size:11px; color:#FFFFFF;
width: 740px;
padding-top: 10px;
padding-bottom: 5px;
padding-left: 0px;
}
div#line {
background-color:#000000;
width: 750px;
height: 10px;
}
/* */
p {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.2;

} 
A{color: #000000;}
A:visited{color: #000000;}
A:hover{color: #000000;text-decoration:none;}
h1{
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
h2{
	clear: both;
	text-align:left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom:10px;
}
h3{
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	}
