@charset "utf-8";
/* CSS Document */
.Heading1 /* More links under new and welcome */
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	FONT-SIZE: 28px;
	FONT-WEIGHT: 100; color: #FFF;
}
.Heading2 /* More links under new and welcome */
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	FONT-SIZE: 16px;
	FONT-WEIGHT: 100; color: #FFF; font-style:italic;
}
.Heading3 /* Under construction */
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	FONT-SIZE: 28px;
	FONT-WEIGHT: 100; color: #000;
}
.Heading4 /* Heading control for Articles Page */
{
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	FONT-SIZE: 28px;
	FONT-WEIGHT: 100; color: #000;
}

.Text3 /* Disclaimer Text */
{
	COLOR: #ffffff;
	FONT-FAMILY: Garamond; font-size: medium; font-weight:100; 
}

.Text5 /* Formats the titles on the Overview page */
{
	COLOR: #717B85;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px;
	FONT-WEIGHT: 100;
}

.Text6 /* Formats the titles on the Attorney page */
{
	COLOR: #333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: 100;
}
.Text7 /* Font color for Javascript Clock */
{
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	FONT-WEIGHT: 100;
}
.Text8 /* Formats the titles on the Attorneys Name */
{
	COLOR: #333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px; font-style: normal;
	FONT-WEIGHT:bold;
}
.Text9 /* Formats the footer text */
{
	COLOR: #717B85;
	FONT-FAMILY: Garamond
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
}
.Text10 /* Formats the titles on the Attorneys Name */
{
	COLOR: #717B85;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px; font-style: normal;
	FONT-WEIGHT:bold;
}
.Text11 /* Formats the titles on the Attorneys Name */
{
	COLOR: #717B85;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 16px; font-style: normal;
	FONT-WEIGHT:bold;
}
.Text12 /* Formats the titles on the Attorneys Name */
{
	COLOR: #F00;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px; font-style: normal;
	FONT-WEIGHT:bold;
}

.More /* More links under new and welcome */
{
	COLOR: #FF9900;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif; 
	FONT-SIZE: 12px;
	FONT-WEIGHT: BOLD;
	text-decoration: none;
}
/* This section controls the color flip for the top menu */
   #menu 
   { 
   width: 10px; 
   } 
   #menu a 
   { 
   display: block; 
   padding: 8px; 
   margin-bottom:  inherit; 
   border: none; 
   color: #003399; 
   font: Georgia, "Times New Roman", Times, serif;
   text-decoration:none;
   background-color: #E1E3E3;
   } 
   #menu a:hover { 
   background-color: #666; 
   color: #FFF; 
   } 
.Background1 /* Body Section Background color */
{
	background-color:#FFFFFF;
}
.Background2 /* Header and Footer Section Background color */
{ 
 	background-color:#000000;
}
.Background3 /* Outside Spanning Columns background color */
{
	background-color:#FFFFFF;
}
.Background4 /* Outside Spanning Columns background color for Top Nav. */
{
	background-color:#E1E3E3;
}

/* START CSS FOR HREFS */	
	A
	{
		COLOR: #003399;
		FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
		FONT-SIZE: 12px;
		TEXT-DECORATION: NONE;
	}
	A:VISITED
	{
		COLOR: #003399;
		FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
		FONT-SIZE: 12px;
		TEXT-DECORATION: NONE;
	}
	A:ACTIVE
	{
		COLOR: MAGENTA;
		FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
		FONT-SIZE: 12px;
		TEXT-DECORATION: underline;
	}
	A:HOVER
	{
		COLOR: #FF9900;
		FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
		FONT-SIZE: 12px;
		TEXT-DECORATION: UNDERLINE;
	}


