﻿body 
{
    background-color:#9a9898;
    font-family: Arial;
    font-size: 12px;
    color:#000;
}

textarea
{
    width:300px;
}    

#content
{
    width:658px; 
    padding-left:10px;  
}  

h1
{
    color:#3f4c78;
    font-size:24px;
    margin: 0 0 0 0;
    letter-spacing:-1.0px;
}

h2
{
    color:#3f4c78;
    font-size:16px;
}

h3
{
    color:#3f4c78;
    font-size:14px;
}

b
{
    color:#3b3a3a;
}    

a
{
    color:#3b3a3a;
    font-weight:bold;
    text-decoration:underline;
}

a:hover
{
    font-weight:bold;
    text-decoration:underline;
    color:#e48b0d;
}    

.office
{
     color:#1e3f57;
     text-decoration:underline;
     font-size:16px;
} 

.freecase
{
    color:#e18d07;
     text-decoration:none;
} 

.freecase.a
{
    color:Red;
     text-decoration:none;
}   

.sitemap
{
    color:#3b3a3a;
     text-decoration:none;
     font-weight:normal;
}  

.navigation
{
     color:#3f4c78;
     text-decoration:none;
     font-size:14px;
     letter-spacing:-1px;
}

.navigation.a
{   
     color:#3f4c78;
}  

.navigation.a:hover
{   
     color:#3f4c78;
     text-decoration:none;
}          

.statetable
{
     color:#000;
     text-decoration:underline;
     font-size:12px;
     font-weight:normal;
}

.statetable.a
{   
     color:#3f4c78;
     text-decoration:underline;
     font-weight:normal;
}  

.statetable.a:hover
{   
     color:#3f4c78;
     text-decoration:underline;
     font-weight:normal;
}

table#states {
	margin-left: 40px;
	width: 				555px;
	background-color:	#FFFFFF;
}

#states td {
	background-color:	#DDDDDD;
}

#states td {
	padding: 			2px 6px;
}

#states th,
#states td,
#states td p {
	margin:				0;
	line-height:		133%;
}

#states p {
	padding:			0;
}

#states th {
	background-color:	#CCCCCC;
	text-align: 		left;
	padding: 			6px 6px;
}
#states .header th {
	vertical-align:	 	bottom;
	text-align: 		center;
	background-color:	#AAAAAA;
}

#states .alt th {
	background:			#BBBBBB;
}
#states .alt td {
	background:			#CCCCCC;
}

#left-column 
{
    width:190px;
    float:left;    
}

#middle-column
{
    width:190px;
    float:left;
    
}

#right-column 
{
    width:200px;
    float:left;   
}