body,p,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	color:#000000;
	text-align:center;
	padding-bottom:15px;
}

#container {
	width:740px;
	text-align:left;
	margin: 0 auto;
}

a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0073DE;
	line-height: 26px;
	background: url("../images/star.gif") no-repeat;
	padding-left:25px;
	margin-bottom:10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin:20px 0 0 0;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	margin:5px 0 0 0;
}

#header {
	background-color:#000;
	margin-bottom:10px;
}

#header #content {
	width:740px;
	margin:0 auto;
}

#header #content #logo {
	height:115px;
}

#header #nav {
	background-color:#DDDDDD;
	height:25px;
}

#header #nav #items {
	padding-top:4px;

}

#header #nav #items .selected {
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}

#header #nav #items .new {
	font-weight:bold;
}

#header #nav #items .selected:hover {
	text-decoration:none;
}

.specialheading {
	margin-bottom:2px;
}

.specialpara {
	margin-top:2px;
}

.thinheading {
	background: url("../images/back3a.jpg") no-repeat;
	color:red;
	font-weight:bold;
	height:23px;
	padding-left:5px;
}
.thinheading.date {
	font-style:italic;
}

.wideheading {
	background: url("../images/wideheading.jpg") no-repeat;
	color:red;
	font-weight:bold;
	height:23px;
	padding-left:5px;
}
.wideheading.date {
	font-style:italic;
}

.newspanel {
	background-color:#DEDEDE;
	border-left:1px solid #ADADAD;
	border-right:1px solid #ADADAD;
	text-align:center;
}

.newspanel h5 {
	color:#ff0000;
}

.red { color:#ff0000; }

ul {
	margin-top:5px;
	margin-bottom:10px;
}

.adbreak {
	margin:10px 0;
	border-top:1px dashed black;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

select.eventselect {
	font-size:9px;
}

.link {
	padding-top: 20px;
	border-bottom:1px dashed #A6A6A6;
}

.link.nodots {
	border:0;
}

.link.picture {
	text-align:center;
}


.tabulardata table, .tabulardata table td {
	border:0;
}

.tabulardata table {
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}

.tabulardata table td {
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}

.tablepadding td {
	padding:2px 10px 2px 2px;
}

.borderdatatable, .borderdatatable td {
	border:0;
}

.borderdatatable {
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}

.borderdatatable td {
	border-bottom:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
}

.required {
	color:red;
	font-size:13px;
}

/*
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 */
}

#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;
}
