body {	background-color:#666666; font-family:Arial;	text-align:center;	font-size:12px;}


a:link {color: #0000FF;text-decoration: underline;}

a:visited {   color: #0000FF;   text-decoration: underline;}

a:hover, a:active {   color: red;   text-decoration: underline;}



.MainTable
{
	background-color:White;
	border-left:solid 1px Black;
	border-right:solid 1px Black;
	
}

.MainTableCell
{
	padding: 0px 10px 0px 10px;
}

.MainContentTable
{
	width:100%;
	height:100%;
}

.LeftColumn{	 width:25%; padding:20px 3px 25px 5px;	background-color: #ece8df;	text-align:left; vertical-align:top;}
.CenterColumn{	width:50%; padding:20px 10px 25px 10px;	background-color: #f6f3ee;	text-align:left; vertical-align:top;}
.RightColumn{	width:25%; padding:20px 3px 25px 5px;	background-color: #ece8df;	text-align:left; vertical-align:top;}
.FormMenu{	width:50%; padding:20px 10px 25px 10px;	text-align:left; vertical-align:top;}



.Text1 {font-size:24px; font-weight:normal; color:#993300; text-decoration:underline;}
.Text2 {font-size:24px; font-weight:normal; color:#993300;}
.Text3 {font-size:13px;	font-weight:normal;	color:#000000;	background-color: #f6f3ee;	text-decoration: none;}
.Text4 {font-size:14px; font-weight:bold; color:#993300;}
.Text5 {font-size:12px;  color:#000000;}
.Text5small {font-size:10px;	color:#000000;}
.Text5small_w {	font-size:10px;	color:#FFFFFF;}
.Text6 {font-size:12px; }
.Text7 {font-size:17px;	font-weight:bold;color:#993300;	}
.Text8 {font-size:10px;	font-weight:bolder;	color:#993300;}
.Text9 {font-size:12px; font-weight:bold; color:#993300;}

ul {margin-top:0px; margin-bottom:0px; list-style-type:disc; list-style-position:outside;}
ul.NoBullet {margin-top:0px; margin-bottom:0px; list-style-type:none; list-style-position:outside;}
li {margin:0px 0px 0px -10px;}
li.NoBullet
{
margin:0px 0px 0px -25px;
font-size:12px;
}


.MenuTable
{
	background-image:url(images/menu_background.jpg);
}



.Attorney_Image_ThumbNail
{
	width:150px;
	height:200px;
	border:solid 1px Red;
}

.Attorney_Image
{
	width:300px;
	height:400px;
	border:solid 1px Red;
}

.Staff_Image_ThumbNail
{
	width:45px;
	height:60px;
	border:solid 1px Red;
	align=bottom;
}
.Footer
{
	padding:5px;
	font-size:11px;
	text-align:center;
	
}
.Footer1
{
	padding:5px;
	font-size:11px;
	text-align:justify;
	
}
A.down:link {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-DECORATION: underline
}
A.down:visited {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-DECORATION: underline
}
A.down:hover {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
A.down:active {
	 FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #ffffff;  TEXT-DECORATION: none
}

#hintbox
{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 100px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor
{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: navy;
margin: 3px 8px;
}
