@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

#sidebar1 a{text-decoration:none; color:#000000}
#sidebar1 a:hover{text-decoration:underline;}
#sidebar1 ul{list-style-type:none;margin-left:15px;padding-left:2px;}

#sidebar1 ul li:hover{list-style-type:circle}

.menuHeader{font-weight:bold;margin-left:-5px;}

.twoColElsLt #container { 
	width: 70em;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	margin-top:10px;
} 

.twoColElsLt #sidebar1 {
	float: left; 
	width: 12em; 
	background: #EBEBEB; 
	padding: 15px 0; 
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColElsLt #mainContent {
 	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.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;
}

#dFooter{
	text-align:center;
	font-size:10px;
  color:#CCCCCC;
}

#dFooter a{
	color:#CCCCCC;
	text-decoration:none;
}

#dFooter a:hover{
	text-decoration:underline;
}

.dLink{
	padding-left:10px;
	/*display:none;*/
}

h3{margin-top:2px;margin-bottom:2px;border-bottom:1px thin #CCCCCC;}
h3:hover{text-decoration:underline;cursor:pointer};

pTitle{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:4px;
	
}