/* CSS Document */

body
{
/*	background-color: #3b5a80; */
   background-color: #7ebc7d; 
}

table.title
{
	background-color: #fff;
	width: 793px;
}
td.title
{
	text-align:center;
	font: 25px Georgia, Times New Roman, Times, serif; 
	color: #108810;
}

#nav a
{


	margin: 0 0;          /* the 1st number describes the top and bottom margins, 
							the 2nd number describes the left and right margins */
	padding: 0px 0px 0px 0px;  /* left, top right bottom */
	font: bold 13px sans-serif;
	color: #3b5a80;
	text-decoration: none;
}

#nav a:hover
{
	color: black;
	font: bold 13px sans-serif;
	text-decoration: none;
}

#nav a:active
{
	color: white;
	text-decoration: none;
}

#legal a
{
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

#legal a:hover
{
	color: #666666;
}


#links a
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3b5a80;
	text-decoration: none;
}

#links a:hover
{
	color: #666666;
}

#body_links a
{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #6699cc;
	text-decoration: none;
}

#body_links a:hover
{
	color: #ffcc33;
}											

#copyright
{
	font-size: .6em;
	color: #666666;
	font-face: arial, sans-serif;
}

#copyright a
{
	font: arial, sans-serif;
	color: #3b5a80;
	text-decoration: none;
}

#copyright a:hover
{
	color: #000000;
}

#body_copy
{
	font-size: 18px;
	color: #000000;
	font-face: arial, sans-serif;
}