/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}

body {
	background-color: #000000;
	margin-top: 0px;
}

p.stageText {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

p.stageTextLast {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}

p.footer {
	color: #FFFFFF;
	font-size: 8pt;
	line-height: 1.2em;
	margin-top: 10px;
}

p.news {
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

li.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	float: inherit;
	position: relative;
	text-align: left;
	cursor: default;
	background-color: #FFFFFF;
	border: none;
	border-bottom: none;
	border-right: none;
}

h1 {
	font-size: 18px;
	color: #990000;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

#stageArea {
	background-image: url(images/stageBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#leftCol {
	background-color: #b06c3f;
	font-size: 10px;
	color: #FFFFFF;
}

#rightCol {
	background-color: #b06c3f;
}

#wrapper {
	background-color: #b06c3f;
}

.date {
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Start of the Drop Down CSS Coding */

#content {
	width: 902px;
	background-color: #000000;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #b06c3f;
	border-width: 0 5px;
	color: #b61219;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #ccc8bd;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-left: solid 1px #b06c3f;
	background-color: #ccc8bd;
}

li>ul {
	top: auto;
	left: auto;
	background-color: #ccc8bd;
}

li li {
	display: block;
	float: none;
	border: 0;
	background-color: #ccc8bd;
}

li:hover ul, li.over ul {
	display: block;
}