body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #DBDACE;
}
.subbody{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #46310F;
	font-weight: bold;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited 	{
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #336699;
}
#nav1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav1 a:visited 	{
	color: #FFFFFF;
	text-decoration: none;
}
#nav1 a:hover 	{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #46310F;
}
.quote{
	font-style: italic;
	color: #990000;
	padding-left: 35px;
}
#greybar{
	width: 70px;
	height: 100%;
	background-image: url(../images/spacer_greybar.gif);
 }
 #links {
 	width: 150px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 25px;
	padding: 5px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #EEEEEE;
 }
 #links ul{
 	}
 #links li{
 	margin-left: -15px;
	margin-bottom: 5px;
 	}
 .linkstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	margin-bottom: -5px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
 }