body{
	margin:0px 0px;
	padding:0px 0px;
}
.mainlinks
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:17px;
	font-weight:normal;	
	text-decoration:none;
}
.mainlinks:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#b22826;
	font-size:17px;
	font-weight:normal;
	text-decoration:underline;
}
.body_content
{ 
	margin:0; 
	background-color: white;
	text-align:justify;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 12.5px;
	line-height: 22px;
	color: #e4572c;
}

.headings
{
	font-family:calibri;
	font-size: 30px;
	color: #e4572c;
	font-weight:normal;
	letter-spacing:1.5px
}
.subheadings
{
	font-family:"Myriad Pro";
	font-size: 15px;
	color: #e4572c;
	font-weight:normal;
	letter-spacing:1px
}
.footer
{
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 16px;
}
.footerlink
{
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: underline;
}

.footerlink:hover 
{
	color: #666;
	text-decoration: none;
}
.topbg
{
	background-color:#ea5f0c;
}
.links
{
	color: #999;
	text-decoration: none;
	font-weight:normal;
}
.links:hover
{
	color: #666;
}
li
{  
	list-style-position: outside; 
	list-style-type: circle;
	margin: 0 0 0  2em;
	padding: 0 0 0 0.2em;
}
hr
{
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	color: red;
	border: none 0;
	border-top: 1px dashed #dcdcdc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}