@import "global.cssx";

#main .content {
	padding-left: 45px;
	width: 570px;
}
#toppanel
{
	font-size: 24px;
	color: #000;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	height: 25px;
	width: 400px;
	padding-top: 25px;
}
	
.sections
{
	border: solid 0px red; 
    width: 561px;
}

a, a:hover
{
    color: #666666;
    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.gifx") no-repeat 0px 3px;
	padding-left: 15px;
}

.subheading
{
	margin-top:10px;
	font-weight: bold;
	color:#BB402A;
	padding-left: 10px;
	padding-bottom: 6px;
}

#bottomline
{
	border-top: solid 1px #267EB0;
    margin-top: 20px;
    width: 761px;
}

