td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000000;
	}
	
body {
	background-color:#27282c;
	font-size: 11px;
	line-height:16px;
	}
	
	
a	{
	color:#630c0e;
	font-weight:bold;
	text-decoration:none;
	}	

a:hover	{
	color:#630c0e;
	}	
	
.WhiteBody {
	background-color:#FFFFFF;

	}	
	
.WhiteBodyTxt{
	padding:8px;
	background-color:#FFFFFF;
	vertical-align:top;
	width:620px;
	}

h1 {
	font-size: 12px;
	font-weight: bold;
	color:#0c0a84;
	padding:0; 
	margin:0;
}	

.IndexTestimonialBox{
	background-color:#cbcccc;
 	color:#000000;
	padding:8px;
	width:206px;
	border:#6b6c6c solid 1px;
	}

.IndexTestimonialHdr{	
	font-weight:bold;
 	color:#630c0e;
	}
	
.LeftNav{
	background-color:#630c0e;
	vertical-align:top;
	}
	
.LeftNavContact{
	background-color:#630c0e;
	vertical-align:bottom;
	}
		
.LeftNavBtns {
	width:200px;	
	display:block;
	color:#ffffff;
	padding:6px 0px 6px 0px;
	border-bottom:#FFFFFF solid 1px;
	font-size:12px;
	padding-left: 19px
	}

.LeftNavBottomBtns {
	display:block;
	color:#ffffff;
	padding:6px 0px 6px 0px;
	font-size:12px;
	}
	
a.LeftNavBottomBtns {
	color:#ffffff;
	font-weight:normal;
	padding-left: 19px
	}
	
a.LeftNavBottomBtns:hover {
	color:#ffffff;
	font-weight:bold;
	}
	
a.LeftNavBtns{
	color:#ffffff;	
	font-weight:normal;
	}

a.LeftNavBtns:hover{
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	}

.LeftReportBtn {
	background-image:url(../images/FreeReportsBg.jpg);
	background-repeat:repeat-x;	
	display:block;
	color:#000000;
	padding:10px 0px 6px 0px;
	font-size:12px;
	text-align:center;
	height:33px;
	}
	
a.LeftReportBtn {
	color:#000000;	
	}
	
a.LeftReportBtn:hover {
	color:#000000;	
	font-weight:bold;	
	background-image:url(../images/FreeReportsBg.jpg);
	}

.Footer{
	height:35px;
	background-image:url(../images/FooterBg.jpg);
	background-repeat:repeat-x;
	padding-left:8px;
	padding-top:4px;
	padding-right:8px;
	padding-bottom:0px;
	}	
	
.FooterTxt{
	font-size:9px;
	color:#000000;
}

a.FooterTxt{
	color:#000000;
	font-weight:normal;
}


	

/***********************Accordion Menu***********************************/


h3 {
	font-size: 12px;
	color:#ffffff;
	text-indent:12px;
	font-weight:normal;
	border-bottom: 1px solid #ffffff;
	margin:14px 0px 14px 0px;
	}

h3:hover {	
	color:#ffffff;
	font-weight:bold;
	}
	
.arrowlistmenu{
	width: 220px; /*width of accordion menu*/
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	width:220px;	
	display:block;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	cursor: hand;
	cursor: pointer;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/	
	font-weight:bold;
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu ul li{
	padding-bottom: 4px; /*bottom spacing between menu items*/
	}

.arrowlistmenu ul li a{
	color: #f5d3d3;
	display: block;
	padding-left: 24px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px dashed #8f6069;
	font-size: 11px;
	font-weight:normal;
	}

.arrowlistmenu ul li a:visited{
	color: #ffffff;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #ffffff;
	font-weight:normal;
	background-image:url(../images/Arrow.gif);
	background-repeat:no-repeat;
	}



	

	
	
	



