body {
	background-image: url(/images/bg/bg_main2.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #EEE;
	font-family: Georgia, serif;
	font-size: 0.8em;
	color: #515151;
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #993399;
}

h1 {
	font-variant: small-caps;
	font-size: 4em;
	margin: 10px 0 0 0;
	line-height: 1em;
}

h2 {
	font-size: 2em;
	margin: 20px 0;
	padding: 0;
}

h4 {
	font-size: 1.7em;
	margin: 0;
}

img {
	border: none;
}

#container {
	margin: 0 auto;
	background-color: white;
	width: 700px;
	overflow: auto;
}

div.hr1 {
	font-size: 0em;
	width: 100%;
	height: 2px;
	background-color: #CCC;
	margin: 0;
	padding: 0;
	clear: both;
}

div.hr2 {
	font-size: 0em;
	width: 100%;
	height: 1px;
	background-color: #993399;
	margin: 0;
	padding: 0;
	clear: both;
}

#homesplash {
	margin-top: 15px;
	width: 500px;
	float: left;
}

#homenav {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	text-align: right;
	width: 150px;
	margin: 0;
	padding: 30px 50px 10px 0;
	float: right;
	font-size: 2.2em;
	line-height: 1em;
	word-wrap: break-word;
}

#homenav a {
	color: #9933CC;
	text-decoration: none;
}

#homenav a:hover {
	text-decoration: underline;
}

#topnav {
	width: 100%;
	height: 50px;
	color: white;
	background-color: #993399;
	overflow: hidden;
}

#topnav h1 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	color: white;
}

#subnav {
	height: 1.5em;
	line-height: 1.5em;
	font-size: 1.2em;
	padding: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #993399;
}

#subnav strong {
	color: #CCC;
	font-weight: normal;
}

#subnav a, #subnav a:active, #subnav a:visited {
	text-decoration: none;
	color: #515151;
}

#subnav a:hover {
	color: #993399;
}

#footer {
	margin-top: 5px;
	color: #515151;
	text-align: center;
}

#footer a, #footer a:active, #footer a:visited {
	color: #515151;
	text-decoration: none;
}

#footer a:hover {
	color: #993399;
}

table.datatbl {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table.datatbl th {
	border: 1px solid #CCC;
	background-color: #993399;
	color: white;
}

table.datatbl tr {
	border: 1px solid #CCC;
}

table.datatbl td {
	font-size: 0.9em;
	padding: 3px 5px;
}

.roweven {
	background-color: #EEE;
}

.innerpad {
	margin: 10px 15px;
	line-height: 1.5em;
}

blockquote {
	border: 1px solid #000;
	margin: 0px;
	padding: 10px;
	background-color: #EEE;
	quotes: "\201C" "\201D";
}

blockquote:before {
	content: open-quote;
	font-weight: bold;
}

blockquote:after {
	content: close-quote;
	font-weight: bold; 
}
