div.bodyheader {
	width: 740px;
	height: auto;
	margin:0 0 12px 0;
        padding:0px;
	border-top:1px solid #006600;
	border-bottom:1px solid #006600;
}

div.bodytext {
	width:740px;
}

div.leftcol {
	float: left; 
	margin: 0px 12px 0px 0px; 
	width: 180px;
}

div.leftcol img {
	margin: 12px auto; 
	float: left; 
        clear: both;
}

div.rightcol {
	 float: left; 
	 width: 540px;
}

ul.anchors  {
	margin:12px 0;
	padding:0;
	width:140px;
}

ul.anchors li {
	list-style-type:none;
	border-bottom:2px dotted #FF99FF;
	line-height:24px;
}

div.box {
	width:540px;
	height:auto;
}

.as_icon {
	float:left;
	margin:10px 20px;
	padding:0;
	width:140px;
}

.clear {
	clear:both;
}

hr.divider {
     height:1px;
     color: #003333;
     width:100%;
     clear: both;
}