
body {
	background-color:#9C9C9C;
	color: #FFFFFF;
	min-width: 700px;
	text-align: center;
	height: 100%;

	font-family: "Helvetica", "Trebuchet MS" , sans-serif;
	font-size: 10.5pt;
}

#wrapper {
	margin: 0.5em auto;
	width:900px;
	text-align: left;
	background-color:#000000;
	padding: 40px;
}


.right {
	float: right;
}

img.right {
	float: right;
	padding-top: 2em;
	padding-right: 1em;
}

.left { 
	float: left;
}


.doubleline {
	height: 3px;
	width: 100%;
	border-top: thin solid white;
	border-bottom: thin solid white;
	margin-top: 3px;
	margin-bottom: 3px;
}

.top {
	height: 32px;
	width: 100%;
	margin-bottom:2px;
}

.top img {
	vertical-align:middle;
}

.footer {
}

.middle {
	padding-top:3px;
	height: 450px;
}

.barmenu {
	height: 29px;
	line-height:29px;
	background-image:url(/static/graphics/assets/navtile2.png);
}

.barmenu a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 29px;
}

.barmenu li:hover {
	background-image:url(/static/graphics/assets/navtilehover.png);
}

.barmenu a:hover {
	color:#000000;
}

.barmenu ul {
	margin: 0;
	padding: 0;
}

.barmenu li {
	list-style: none;
	white-space: nowrap;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

.barmenu img {
	padding-right: 20px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

.barselected {
	background-image:url(/static/graphics/assets/navtilehover.png);
}

.barselected a {
	color:#000000;
}

.sidemenu {
	width: 101px;
	background-color:#333333;
	margin-right:3px;
	font-size:90%;
	height:100%;
	float:left;
}

.sidemenu ul {
	margin: 0px;
	padding: 3em 0 0 0;
}

.sidemenu li {
	margin-top: 0.2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	list-style:none;
	padding-left:0.5em;
	background-color:#696969;

}

.sidemenu a {
	text-decoration: none;
	color: #FFFFFF;
}

.sidemenu a:hover {
	color: #000000;
}

#sideselected {
	background-color:#9C9C9C;
}

#sideselected a {
	color: #000000;
}

.search {
	display:none;
	margin-top:4em;
}

.content {
	font-size: 100%;
	line-height: 1.2em;
	width:530px;
	height:440px;
	overflow:auto;
	float:left;
	padding-left:1.0em;
	padding-right:0.5em;
	padding-top: 7px;
}

#googlemap {
	height: 440px;
	width:530px;
	position: absolute;
	top: 130px;
}

.content table {
	width:90%;
}

.footnote {
	font-size: 70%;
	text-align:center;
}

.narrowcontent {
	font-size: 80%;
	width:260px;
	height:450px;
	float:right;
	padding-left:1.0em;
	padding-right:0.5em;
	overflow:auto;
}

.plusone {
	font-size: 130%;
}

.narrowcontent a:link {
	color: white;
}
.narrowcontent a:visited {
	color: white;
}


.widecontent {
	font-size: 80%;
	width:552px;
	height:450px;
	float:left;
	padding-left:1.0em;
	padding-right:0.5em;
}

.content h3 {
	font-size: 110%;
	margin-bottom: 0;
	border-bottom: 2px gray solid;
}
.narrowcontent h3{
	font-size: 110%;
	margin-bottom: 0;
	border-bottom: 2px gray solid;
}

.content span {
	color: orange;
}

.narrowcontent span {
	color: orange;
}

.playlist {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.spacer {
	width: 20px;
	border-bottom: thin gray solid;
	height: 40px;
}

.thumb {
	border: thin gray solid;
	width: 100px;
	height: 50px;
}

.thumb img {
	border: none;
}

.plabel td {
	text-align: right;
}

.pcenter td {
	text-align:center;
}


