body
{
	background-color: #241F20;
	margin-top: 0px;

}

#page
{ 
	
	width: 750px;
	background-color: #e4e6d1;

}

#header2
{
	padding-bottom:10px;


}

#header2 .topMenu a
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none; 

}
#header2 .topMenu a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #B3492C;
	text-decoration: none; 

}
#leftbar
{
	
	width: 192px;
	background-color: #7C6A60;

}
#leftbar .links
{
	margin-left:20px;
	padding-bottom:8px;
	
		

}

#leftbar .links a
{
	font-family: Verdana;
	font-size: 11px;
	color: #F5F5ED;
	text-decoration: none;


}

#leftbar .links a:hover 
{
	
	
	color: #241F20;
	
	

}




.case_review1
{
	font-family: Verdana;
	font-size:10px;
	color: #000000;

}
.case_review_box
{
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;

	width: 148px;
	background-color: #241f20;
	
	margin-bottom: 5px;
	padding-top: 2px;

	border: 0px;
}

 
#mainContent
{

	background-color: #e4e6d1;	
	width: 547px;


}


#mainContent a
{
	color: #8A1F02;
	font-family: Arial;
	font-size: 12px;

}
#mainContent a:hover
{
	color: #241F20;
	font-family: Arial;
	font-size: 12px;

}

#mainContent p, #mainContent li{
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	
		 
}
#mainContent .pic
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:1px;
	background-color:#580404;


}

#mainContent blockquote
{
	
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;


} 


#mainContent h1
{
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #8A1F02;
	margin:0;	

}
#mainContent h2
{
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
	color: #8A1F02;
	

}
#mainContent h3, .con2
{
	font-family: Times New Roman;
	color: #241F20;
	font-size: 18px;
	
	margin: 0px;
	padding-top: 15px;
}

#mainContent h4
{
	font-family: Times New Roman;
	color: #8A1F02;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	
}



#mainContent #home-links p
{
	font-size: 11px;


}
#mainContent #home-links a
{
	font-size: 10px;


}
#mainContent hr
{

	color: #241f20;
	background-color:#241f20;
	border:0;
	height: 1px;
	

}



#border-left
{
	padding-left: 5px;

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BDBBBC;

	margin-left-width: 2px;

 
}



#footer
{
	background-color: #241f20;
   	text-align: center;
	height: 60px;
	

}

#copyright
{
	font-family: Verdana;
	 font-size: 11px;
	color: #BFADA3;
	padding-bottom: 5px;
	padding-top: 10px;
}



#footer ul
{
       
	font-family: Verdana;
	 font-size: 11px;
        color: #ffffff;


	 padding: 5px;
        margin: 0;
        list-style-type: none;

}
#footer ul li
{
        
        display: inline;
      


}

#footer li a
{
    	 font-family: Verdana;
	 font-size: 11px;
        color: #ffffff;
        text-decoration: none;
      	  padding-left:20px;
        padding-right:20px;

}

#mainContent .headline 
{

	color: #000000;
	

}





/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeftTopics ul {
	padding:0;
	margin-left:20px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0px;

	list-style:none;
	z-index:10;
}
/* position relative so that you can position the sub levels */
#menuLeftTopics li {
	position:relative;
	z-index:10;
}

/* get rid of the table */
#menuLeftTopics table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */
#menuLeftTopics a{
	display:block;
	color: #F5F5ED;
	text-decoration: none;
	margin-bottom: 4px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.2pt;
	word-spacing: 0pt;
	width: 130px;
}

a.bulletLeft {
	width:105px;
}
/* style the link hover */
#menuLeftTopics a:hover{
	text-decoration:underline;
	background-image: url(images/leftStar.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}


#menuLeftTopics ul ul li a{
color: #ffffff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeftTopics ul ul {
	visibility:hidden;
	position:absolute;
	top:-30px; 
	left:115px;
	width:150px;
	background:#580404;
	
	z-index:10;
	border: 1px solid #000000;
	padding:5px;
	list-style: none; 
}
/* make the second level visible when hover on first level list OR link */
#menuLeftTopics ul :hover ul{
	visibility:visible;
}

.error
{
	list-style:none;

}

.submitbutton
{
	background-color:#66554C;
	color:#ffffff;
	border: 0;
	width:60px;
	
	

}

.headlines
{
	list-style:none;
	margin:0;
	padding:0;

}

.padding
{
	padding-left:8px;
	padding-right:8px;
	padding-top:0;
	padding-bottom:0;

}