@charset "utf-8";
/* CSS Document */

label {
	display: block;
}

textarea {
	width:600px;
}

body {
background:#000;
}

legend {
color: #ddd;
padding-left: 5px;
padding-right: 5px;
}


/* default links */
a:link
{
	text-decoration: none;
	color: #fc3;
}

a:visited
{
	text-decoration: none;
	color: #fc3;
}

a:hover
{
	text-decoration: none;
	color: #fff;
}

/* main navigation */
#mainNav ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#mainNav ul a
{
	color: #fff;
	font-size:11px;
	text-decoration: none;
}

#mainNav ul a:hover
{
	color: #ddd;
}

#mainNav li
{
	margin-left:0;
	padding-bottom:6px;
}

.defaultlist ul
{
	list-style-type: none;
}

.defaultlist ul a
{
	color: #fff;
	text-decoration: none;
}

.defaultlist ul a:hover
{
	color: #fc3;
}

.defaultlist li
{
	padding:4px;
}

.sidepanellist ul
{
	list-style-type: none;
}

.sidepanellist li
{
	margin-left:0;
	padding-bottom:10px;
}

.sidepanellist ul a
{
	color: #fff;
	text-decoration: none;
}

.sidepanellist ul a:hover
{
	color: #fc3;
}

label
{
	font-size:0.8em;
	display: block;
}

.dateheader
{
	font-size:9px;
	color:#ccc;
}

.textinput
{
	background:#999;
	font-size:0.8em;
	margin-top:4px;
	margin-bottom:8px;
}

.topcontent {
	margin-top:50px;
}

.videolist {
	margin-bottom:20px;
}

.iconlist img {
	margin-left:20px;
	margin-bottom:10px;
}

.bannerimage {
	margin-left:20px;
	margin-bottom:30px;
}

.bannerheader {
	margin-top:30px;
	margin-bottom:10px;
}

.lista td {
	vertical-align:top;
	padding:4px;
}

.bookbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 200px;
	width: 180px;
}


#subNav
{
padding: 0;
height: 30px;
}

#subNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#subNav li
{
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subNav a
{
color: #fc6;
display: inline;
width: auto;
text-decoration: none;
background: #000;
margin: 0;
padding-right: 10px;
}

#subNav a:hover, #subNav a:active { color: #ddd; }

.defpar
{
	float:left;
}

.defpar img
{
	margin-right: 10px;
}

.selectRT
{
	color:#fff;
	background-color:#333;
	border: solid 1px #fff;
	width:400px;
}

.smallText
{
	font-size:0.8em;
}
