@charset "UTF-8";

#sitecontainer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	height: 725px;
	width: 1000px;
	position: static;
	font-weight: normal;
	background-position: 880px;
	background-repeat: no-repeat;
}
body { 
	color: #000;
	height: 725px;
	width: 1000px;
	position: static;
	font-weight: normal;
	background-position: 880px;
	background-repeat: no-repeat;
	margin:0 auto; 
}
#copyheader {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-family: "Trajan Regular";
	background-color: #FFF;
	width: 700px;
	margin-left: 100px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#leftcolumn {
	float: left;
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	width: 250px;
}
#rtcolumn {
	width: 700px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}
#spacer {
	height: 20px;
}
#dt {
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 1
.em;
	text-align: center;
	font-weight: bold;
	font-size: .9em;
}
h3 {
	font-weight: normal;
	font-size: 0.8em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 

#footer {
	font-size: 0.7em;
	text-align: right;
}

-->
</style>