html {
	font-size: 100%;
}

body {
	margin: 1em 2em 2em 2em;
	padding: 0;

	font-family: Helvetica, Arial, Sans-serif;
	font-size: 62.5%;
	color: #cdcdcd;
	line-height: 2em;

}

body, #header, #footer {
	background-color: #161616;
}

a img {
	border: none;
}


.skiplink {
	display:none;
}

.hidden {
	display: none;
}

.left-float {
	float: left;
}

.right-float {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	color: #B342C6;
}

a:hover {
	color: #956F00; 
	text-decoration: none;
}

.purple, .highlight {
	color: #B342C6;
}

.sleeve {
	border: solid 1px #fff;
}

#pagewrapper {
	width: 80em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #010101;
}

#header #headerlogo #logo {
	padding-top: 0.5em;
}

#violetimg {
	height: 7.3em;
	width: 5.8em;
}

#logoimg {
	height: 7.3em;
	width: 44.6em;
}

#outercontent {
	margin: 0;
	padding: 1.5em;

	border: solid 1px #B342C6;
	background: url('../images/tablebg.jpg') no-repeat top right;
}

#outercontent h1.page-title {
	margin: 0.25em 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #B342C6;
	font-size: 4em;
	letter-spacing: -0.05em;
}

#content {
	margin: 0 8em 0 0;
	font-size: 1.3em;
}

#content h1, #content h2 , #content h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -0.03em;
	color: #B342C6;
}

#content h2 {
	font-size: 2.2em;
}

#content h3 {
	font-size: 1.4em;
	margin: 0;
}

#copyright a {
	color: #B342C6; 
	text-decoration: none;
	padding: 0 1em;
	border-right: dotted 1px #B342C6;
}

#copyright a:hover {
	color: #fff; 
}

#copyright .pipe {
	padding: 0 2em;
	color: #B342C6; 
}

#quicknavlink {
	width: 60em;
}

#quicknavlink ul {padding:0; margin:0; list-style: none;}
#quicknavlink ul li {float:left; position:relative; list-style: none;}
#quicknavlink ul li ul {display: none;}
#quicknavlink ul a {
	padding: 0 1em;
	border-left: dotted 1px #B342C6;
	color: #B342C6; 
	text-decoration: none;
}

#quicknavlink ul a:hover {
	color: #fff; 
}

#leftcontent {
	width: 35em;
}

#rightcontent {
	width: 20em;
	font-size: 0.95em;
}

#rightcontent h2 {
	font-size: 1.3em;
}

/******************** news boxes ********************/
.box {
	padding-bottom: 0.5em;
	margin-bottom: 2em;
	background: #191919 url('../images/box_bottom.gif') no-repeat bottom left;
}

.box h3 {
	background: url('../images/box_top.gif') no-repeat top left;
	padding: 1em 0 0 1em;
}

.box div, .box p, .box h4 {
	padding: 0 1em 1em 1em;
}

.box_wide {
	margin-bottom: 2em;
	background: #191919 url('../images/box_bottom_wide.gif') no-repeat bottom left;
}

.box_wide h3 {
	background: url('../images/box_top_wide.gif') no-repeat top left;
	padding: 1em 0 0 1em;
}

#box_wide_biog h3 {
	background: url('../images/box_top_wide_si.gif') no-repeat top left;
}

#box_wide_news h3 {
	background: url('../images/box_top_wide_violet.gif') no-repeat top left;
}

.box_wide div, .box_wide p {
	padding: 0 1em 1em 1em;
}

/******************** nav styling ********************/
.menu {
	width: 80em;
	margin: 0;
	padding: 0;
}

.menu ul li {
	border-top: 1px solid #B342C6; 
	border-bottom: 1px solid #B342C6; 
	border-left: 1px solid #B342C6; 
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	padding: 0.25em 0;
	text-align:center; 
	color:#B342C6; 
	line-height:2em; 
	overflow:hidden;
	font-weight: normal;
	width:97px; 
	font-size: 12px;
}

.menu #gallerylink a {
	width: 112px; 
}

.menu #lastitem {
	border-right: 1px solid #B342C6; 
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative; list-style: none;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#B342C6;}
.menu ul li:hover ul {display:block; position:absolute; top: 2.6em; left:0; width:14em;}

.menu ul li a.active {background:#B342C6; color:#fff;}

#subnavcontainer {
	width: 80em;
	margin: 0;
	padding: 0;
}

#subnavcontainer ul li a, #subnavcontainer ul li a:visited {
	display:block; 
	text-decoration:none; 
	margin: 0;
	padding: 0.25em 2em;
	text-align:center; 
	background-color:#B342C6; 
	color: #fff;
	border: 1px solid #B342C6; 
	line-height:2em; 
	overflow:hidden;
	font-weight: normal;
	font-size: 12px;
}
#subnavcontainer ul {padding:0; margin:0; list-style: none;}
#subnavcontainer ul li {float:left; position:relative; list-style: none;}
#subnavcontainer ul li ul {display: none;}
#subnavcontainer ul li:hover a { color: #fff; text-decoration: underline; }
#subnavcontainer ul li a.active { color: #fc0; text-decoration: underline; font-weight: bold; }

#subnavwrapper {
	background-color:#B342C6; 
}


.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url('/images/feed-icon-14x14.png') no-repeat 0 50%;
}

a.toplink {
	text-decoration: none;
}

#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3.8em;
	margin: 0;
	letter-spacing: 0.1em;
}

#logo h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.4em;
	margin: 0;
	letter-spacing: 0.2em;
}

#audioplayer_1 {
	margin-left: 20px;
}