@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #FFFFFF;
	background-color: #5F5F5F;
	background-image: url(../graphics/darkgrey.jpg);
	background-repeat: repeat-y;
}
p {
	line-height: 150%;
	margin: 0px;
}
.bodytextdark {
	font-size: 10pt;
	color: #2C2C2C;
	font-weight: bold;
}
.bodybold {
	font-weight: bold;
}
.bodytextdarkfilm {
	font-size: 9pt;
	color: #2C2C2C;
	font-weight: bold;
}
.bodytextlight {
	font-size: 9pt;
	color: #5F5F5F;
}
.bodysmalldark {
	font-size: 8pt;
	color: #2C2C2C;
}
.bodysmall {
	font-size: 8pt;
	font-weight: normal;
}
.bodyfilm {
	font-size: 9pt;
}
.bodyfilmbold {
	font-size: 9pt;
	font-weight: bold;
}
.devider {
	font-size: 9pt;
	color: #999999;
}
.eventstitle {
	font-size: 8pt;
	color: #FFFFFF;
}
.headingwhite {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.headinghome {
	font-size: 10pt;
	color: #FF00CC;
	font-weight: bold;
}
.headingaboutus {
	font-size: 10pt;
	color: #99CC00;
	font-weight: bold;
}
.headingevents {
	font-size: 10pt;
	color: #9900FF;
	font-weight: bold;
}
.headingpastevents {
	font-size: 10pt;
	color: #FF9900;
	font-weight: bold;
}
.headingred {
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}
.headinglorca {
	font-size: 10pt;
	color: #33CC00;
	font-weight: bold;
}
.headingcivilwar {
	font-size: 10pt;
	color: #FFFF00;
	font-weight: bold;
}
.headingcontact {
	font-size: 10pt;
	color: #0099FF;
	font-weight: bold;
}
.eventsred {color: #FF0000}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.dark:link {
	text-decoration: none;
	color: #2C2C2C;
}
a.dark:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.dark:visited {
	color: #2C2C2C;
	text-decoration: none;
}
#logocontainer {
	height: 25px;
	width: 100%;
	position: absolute;
	background-color: #2C2C2C;
	top: 50px;
}
#menucontainer {
	position: absolute;
	width: 200px;
	top: 125px;
	left: 50px;
}
#maincontainer {
	position: absolute;
	left: 325px;
	top: 125px;
	width: 550px;
}
