@charset "UTF-8";/* CSS Document */HTML	{	height: 100%;	}	BODY	{	margin: 0px;	font-family:Geneva, Arial, Helvetica, sans-serif;	font-size: .8em;	background-image: url(images/bkgd.jpg);	min-height: 100%;	height: 100%;	}	#wrapper	{	width: 922px;	margin: 20px auto 20px auto;	padding: 30px;	background-image: url(images/parchment.jpg);	overflow: hidden;	}	#nav	{	width: 193px;	background-image:url(images/nav_top.jpg);	background-position: top left;	background-repeat: no-repeat;	color: #FFFFFF;	font-weight: bold;	margin: 0px;	float: left;	}	#nav ul	{	list-style-type: none;	list-style-position: inside;	text-align: center;	padding-top: 55px;	margin-bottom: -15px;	margin-left: -35px;	}	#nav	li	{	padding-bottom: 1.1em;	}	#nav 	a, a:visited	{	color: #FFFFFF;	text-decoration: none;	}#nav a:hover	{	color: #dacc35;	text-decoration: underline;	}	#content	{	width: 700px;	float: right;	}	#footer	{	height: 75px;	background-image: url(images/footer.jpg);	background-position: center top;	background-repeat: no-repeat;	text-align: center;	position: relative;	width: 100%;	}	#footer p	{	padding-top: 25px;	}	.clearfooter {   clear: both;	}	H2	{	font-family: "Copperplate", Times, serif;		font-weight: bold;	font-variant: small-caps;	font-size: 2.5em;	text-align: center;	color: #16304b;	}	IMG	{	border: none;	}	TD	{	padding: 5px;	vertical-align: top;	}	A, A:visited	{	color: #c12519;	font-weight: bold;	text-decoration: underline;	}	A:hover	{	color: #16304b;	font-weight: bold;	text-decoration: underline;	}
