body {	
	color: #fff;
	background-color: #000;
	font-family: "Times New Roman", Times, serif; 
	font-size: .8em;
	line-height: 1.166;	
}

h2 { 
	font-size: 1.5em;
	font-style: italic;
	text-align:center;
}

td {
	vertical-align:top;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#logo {
	height: 150px;
	width: 150px;
}

#logocell {
	width: 18em;
	padding-left: 1em;
}

#masthead {
	position: relative;
	left: 0;
	text-align: center;
	margin: 0.5em;
	margin-top: 4em;
	height: 7em;
	/*border: 1px solid #3f3f3f;*/
}

#masthead h1 {
	font-size: 2em;
	font-style: italic;
}

#masthead h2 {
	font-size: 1.25em;
	font-style: normal;
}

#masthead p {
	font-variant:normal;
	line-height: .25em;
}

#sidebar {
	height:auto;
	top:0;
	text-align:left;
	width: 12em;
	font-size: 1.5em;
	color:#FFF;
}

#sidebar ul { 
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}
	
#sidebar ul li {
	padding: 0.75em 0 0.75em 0;
}

#sidebar ul li div {
	width: 80%;
	padding: 4px 1em 4px 1em;
}

#sidebarsubelement {
	padding: 0.25em 0 0.25em 0;
}

#sidebar ul li div a {
	width: 10em;
	white-space:nowrap;
}

.sidebarmenuitem {
	padding:0 0 0 .75em
}

#copynotice {
	font-size:0.75em;
	margin-top: 4em;
}

#spacercell {
	width: 100px;
}

.content {
	margin: 0.5em;
	margin-right: 2em;
	margin-top: 0.75em;
	background-color:#000;
	color:#fff;
	font-size: 1.2em;
	padding-left: 0.75em;
	/*border: 1px solid #ccc;*/
}

.content ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-weight:bold;
}

.content ul ul {
	padding-left:1.5em;
	font-weight:normal;
}

.contentlink {
	color:#00FF00;
}

.anchoronly:hover {
	text-decoration:none;
}

div.subwin {
	height: 100%;
	width: auto;
	text-align: center;
	padding-top: 5px;
}

div.subwin p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#imagecaption {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

div.subwin a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
div.subwin a:hover {
	text-decoration: underline;
}
div.subwin div { margin-top: 0px; margin-bottom: 0px; }
div.subwin img { text-align: center;}

