@import "global.css";
#main .content {
	padding-left: 45px;
}

#toppanel
{
    height: 30px;
	font-size: 24px;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #000;
	margin-left: 10px;
	line-height: 20px;
} 
	
.sections
{
	border: solid 0px red; 
	width: 572px;
}

a, a:hover
{
    color: #069;
    font-weight:normal;
	text-decoration: none;
}

.sectionPara
{
	padding-left: 10px;
	padding-bottom: 6px;
}

.listPara
{
	padding-left: 20px;
	padding-bottom: 6px;
	
}

.listItem
{
	background: transparent url("../images/bullet.gif") no-repeat 0px 3px;
	padding-left: 15px;
}

.subheading
{
	margin-top:10px;
	font-weight: bold;
	color:#069;
	padding-left: 10px;
	padding-bottom: 6px;
}

#bottomline
{
	border-top: solid 1px #267EB0;
    margin-top: 20px;
    width: 770px;
}
