body {
	margin: 0px;
	background-color: #000000;
}
body,p,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	color: #8E93DA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #F7943B;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #F7943B;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #F7943B;
	line-height: 26px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #F7943B;
	line-height: 24px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #F7943B;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #F7943B;
	line-height: 16px;
}

#navigation a {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
#navigation .selected a {
	font-weight:bold;
	font-size:12px;
	color:#F7943B;
}

#navigation .navitem {
	padding-left:20px;
}

#body {
	margin:15px;
}

.text {
	padding-left:15px;
}

.small { font-size:9px; }
.red { color:#f20000; }

.formbutton { font-weight:bold; font-size:9px; color:#fff; background:#F7943B; padding:5px; bordeR:0; cursor:pointer; }

/*
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: '.';
	display: block;
	clear: both;
}
*/

/*
Popup Layer Pic CSS
*/

#PopupLayer {
	background:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	border:2px solid black;
	padding:15px 15px 5px 15px;
	text-align:center;
}

#PopupLayer #PopupLayerLogo {
	margin-bottom:10px;
	text-align:center;
	width: 205px; /* set to be larger than logo width */

	display:none;
}

#PopupLayer #PopupLayerImageDiv {
	margin:10px 0 5px 0;
	padding:10px 0;
	border-bottom:1px solid #BCBCBC;
	border-top:1px solid #BCBCBC;
}

#PopupLayer #PopupLayerText {
	text-align:right;
}

#ajaxEventPics
{
	width: 630px;
	text-align: center;
	height: 415px; /* IE6 */
}

html>body #ajaxEventPics
{
	height: auto;
	min-height: 415px;
}
