body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
}
p 	{
	font-size: 0.75em;
}
.webdesign {
	color: #CCCCCC;
	text-align: right;
	visibility: visible;
	top: 2px;
	right: 2px;
	font-size: 0.85em;

}
a.webdesignlink {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 0.65em;
}
a.webdesignlink:hover {
	color: #000000;
}
table.general {
	font-size: 0.75em;
}

table.events {
	font-size: 0.75em;
	border: 1px solid #333333;

}
tr.eventlistlive {
	color: #000000;

}
tr.eventlistgrey {
	color: #666666;
	background-color: #33CCFF;

}
table.weblinks {
	font-size: 0.75em;
}
td.weblinks {
	font-size: 1em;
}
table.contactus {
	font-size: 0.75em;
}
table.contactus select, table.contactus input, table.contactus textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #0099CC;
}
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-size: 0.85em;
	font-weight: bold;
	color: #CC0000;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #CC0000;
}

li	{
	font-size: 0.75em;
	padding: 0px 5px 10px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	vertical-align: top;

}
dl	{
	font-size: 0.75em;
	text-indent: 0em;
}

dt {
	text-indent: 0em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
input.errHilite, select.errHilite, textarea.errHilite {
	padding: .1em ! important;
	background-color: #FFCCCC ! important;
	border: 0.15em solid #FF0000;
}
.disclaimertext {
	color: #666666;
	font-size: 0.65em;
	font-style: italic;
}
.smalltext {
	font-size: 0.7em;
	font-style: italic;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	height: 1px;
}
.eventheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	font-size: 0.75em;
}
.linksheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
	font-size: 0.75em;
}
.hpimage {
	overflow: visible;
	visibility: visible;
	z-index: auto;
	height: 530px;
	width: 255px;
	left: -10px;
	top: -10px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #000000;

}
.hptitletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.hpsidecont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	overflow: visible;
	position: absolute;
	z-index: auto;
	height: auto;
	width: 68%;
	left: 265px;
	top: 20px;
}
.hphmbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	width: 98%;
	left: 0px;
	padding: 5px;
	height: auto;
	}
.hplogobox {
	overflow: visible;
	visibility: visible;
	z-index: auto;
	width: 98%;
	left: 0px;
	padding: 5px;
	height: auto;
	text-align: center;
}
.vidhldr {
	z-index: 0;

}

div#jquery-lightbox{
    z-index: 1001;
}

div.newsFlash {
    margin: 10px 100px;
    border: 1px solid #666;
    background: #FFF;
    padding: 10px;
}

div.newsFlash h2 {
    color: #990000;
}

div.newsFlash p.startdate {
    float: right;
}
#navigation a {
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 10px;
    font-weight: bold;
    border-right:  1px solid #FFFFFF;
}
#navigation a.last {
    border-right: none;   
}
#navigation a:hover {
    background: #777777;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #000;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
border-bottom: 1px solid #fff;
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #fff;
font-size: 10px;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #777;
color: #fff;
}
