/* CSS Document */
body	{
	background-color:#999999;
	margin-top:50px;
}

table, p {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #666666;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:24px;
	color: #426b87;
	}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	color: #426b87;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	color: #426b87;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:14px;
	color: #426b87;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:12px;
	color: #426b87;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:9px;
	color: #426b87;
}

a:visited, a:link, a:active	{
	color: #AAAAAA;
	text-decoration: underline;

}
a:hover	{
	background-color: #999999;
	background-color: #eeeeee;
	color: #333333;
}


#left_columm {

	width: 300px; 
}

.content_padded {
	padding: 20px;
}



#footer	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center;
	font-size: 12px; 
	font-weight: normal;
}
#footer a {
	font-size: 11px; 
	color: #053b61;
	text-decoration:none;
}
#footer a:hover {
	font-size: 11px; 
	color:#053b61;
	background-color: #e7f3da;
	text-decoration:underline;
}

#copyright	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 

	text-align: center;
	font-size: 11px; 
	font-weight: normal;
	color: #053b61;
}

#site_credit	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #cccccc;
}
#site_credit	a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #cccccc;
}

#site_credit	a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: 9px; 
	font-weight: normal;
	color: #333333;
}
