@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;
} 
#main {
	margin-bottom: 20px;
}

	
.sections
{
	border: solid 0px red; 
	width: 572px;
}
	
.point
{
	margin-top: 12px; 
	float:left ;
	border: solid 0px red; 
}

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;
	
}
.seeAlso
{
	padding-top: 6px;
	height: 1em;
	border: solid 0px orange;
}
.seeAlsoHeader
{
	float: left;
}
.seeAlsoLink
{
	float: left;
	padding-left: 6px;
}
.listItem
{
	background: transparent url("../images/bullet.gif") no-repeat 0px 3px;
	padding-left: 15px;
}

.subheading
{
	color:#069;
}

.position
{
	float: left;
	text-align: right;
	width: 20px;
	font-weight: bold;
	color: #069;
	padding-left: 12px;
	padding-right: 6px;
}

.text
{
	width:520px;
	border: solid 0px green;
	float: left;
	text-align: justify;
}

#bottomline
{
	border-top: solid 1px #267EB0;
    margin-top: 20px;
    width: 770px;
}

