p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
img {
	border: none;
}
a, a:visited {
	color: #039;
}
a:hover {
	color: #222;
}
h1 {font-size: 1.8em; color: #039; margin: 0 0 1em;}
h2 {font-size: 1.6em; color: #390; margin: 1.5em 0 .5em;}
h3 {font-size: 1.2em; color: #039; margin: 1.5em 0 .5em;;}
h4 {font-size: 1.1em; color: #390; margin: 1.5em 0 .5em;;}
h5 {font-size: 1em; color: #039; margin: 1.5em 0 .5em;;}
hr {
	border: none 0;
	border-top: 1px solid #DDD;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	background: #ccc;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 956px;
	background: url(../img/bg.gif) repeat-y;
	overflow: auto;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
#header {
	width:956px;
	height: 338px;
	background: url(../img/header.jpg) no-repeat;
}
/* --- navigation --- */
ul#nav {
	position: relative;
	top: 258px;
	margin: 0 0 0 20px;
	padding: 0;
}
ul#nav li {
	list-style-type: none;
	display: block;
	float: left;
}
ul#nav li a {
	margin: 0 6px;
	padding: 6px 14px;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
}
ul#nav a:link, 
ul#nav a:visited {
	color: #039;
	text-decoration: none;
}
ul#nav a:hover,
ul#nav a:focus {
	color: #fff;
	background: #390;
}
/* = Sub Navigation = */
ul#nav ul {
	clear: both;
	position: absolute;
	top: 36px;
	left: 20px;
	height: 26px;
}
ul#nav ul li {
	display: inline;
	width: auto;
	position: relative;
	top: 0;
	line-height: 1em;
}
ul#nav ul li a {
	display: inline;
	margin: 0 6px;
	padding: 6px 14px;
}
ul#nav ul li a:link, 
ul#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
ul#nav ul li a:hover,
ul#nav ul lia:focus {
	background: #039;
}
#content {
	width: 876px;
	padding: 0 40px 40px;
	font-size: 1.2em;
	line-height: 1.6em;
	float: left;
}
div#leftcol {
	margin: 0 20px 20px 0;
	float: left;
	clear: left;
}
div#leftcol p {
	margin-top: 0;
	width: 200px;
}
div#centercol {
	width: 300px;
	float: left;
}
.imageright {
	position: relative;
	z-index: 100;
	margin-right: -360px;
	float: right;
	clear: both;
}
.imagelocation {
	position: relative;
	z-index: 100;
	margin-top: -36px;
	margin-right: -360px;
	float: right;
	clear: both;
}
/* accordion content */
.accordion_content {
	padding: 0;
}
.accordion_content a.menuitem {
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0;
	text-decoration: none;
}
.accordion_content a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 0;
	left: 0;
}
/* end accordion content */
div#rightcol {
	margin: 0 0 0 60px;
	width: 290px;
	float: left;
}
div#rightcol h2 {
	color: #390;
}
div#rightcol a {
	text-transform: uppercase;
	font-weight: bold;
}
div#rightcol br {
	margin-bottom: 20px;
}
#player {
	display:block;
	width:290px;
	height:218px;
	margin-bottom: 20px;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#footer {
	margin: 0px auto;
	position: relative;
	width: 956px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font-size: 1em;
	color: #222;
}
#footer h2 a, #footer h2 a:visited {
	color: #222;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #039;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font-size: .9em;
	color: #EEE;
}
#footer h3 a, #footer h3 a:visited {
	color: #EEE;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #039;
}
