/* CSS Document */

body
	{
		background-color: #d4e6d4;
	}


table.main
	{
		border: #f99828 solid 2px;
		
	}


td.main_content
	{
		border-left: #f99828 solid 2px;
		border-top: #f99828 solid 2px;
	}
div.copyright
	{
		font-family: "Times New Roman", Arial;
		font-size: 12px;
		color: #996600;
	}
a.links
	{
		font-family: "Comic Sans MS", "Times New Roman", Arial;
		font-size: 14px;
		color: #000000; 		
		text-decoration:  none;
	}
a.links:hover
	{
		color: #996600;
 		text-decoration:  underline;
	}
p.main_content
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	color: #000000;
	padding: 15px;
	}
p.main_content_title
	{
		padding: 15px;
		text-align:left;
	}
div.altfont
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #996600;
	}
div.nav
{
	top: auto;	
}
	p.main_content_center {

		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		padding: 15px;
		text-align:center;
		color: #000000;
}

.drop_down_menu a:link
	{
		width: 100%;
		height: 100%;
		background-color: #899f8a;
		color: #FFFFFF;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
		display: block;
	}
	
	
.drop_down_menu a:visited
	{
		width: 100%;
		height: 100%;
		background-color: #899f8a;
		color: #FFFFFF;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
		display: block;
	}
.drop_down_menu a:hover
	{
	
		width: 100%;
		height: 100%;
		background-color: #CCCCCC;
		color: #000000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;		
		padding-top: 3px;
		padding-bottom: 3px;
		display: block;
	
	}
