/* CSS Document */

/*--------------------BODY--------------------*/
body {
	background-repeat:repeat;
	text-align:center;
	background-color: #e0e0e0;
	top: 0px;
	position: relative;
	}
div.body {
	width: 760px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	z-index:0;
	overflow:visible;
	top: 0px;
	clip: rect(10,auto,auto,auto);
	}
div#content {
	border-left: 2px solid #620131;
	border-right: 2px solid #620131;
	border-bottom:2px solid #620131;
	border-top: 2px solid #620131;
	}
fieldset {
	margin-left: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*--------------------NAVBAR--------------------*/
div#navBar {
	position:relative;
	width:764px;
	height:147px;
	z-index:1;
	left:0px;
	top: 0px;
	background-color:#e0e0e0;
	}
div.navBtn {
	position:absolute;
	width:125px;
	height:24px;
	text-align:center;
	}
div#nav1 {
	left:55px;
	top:92px;
	}
div#nav2 {
	left:185px;
	top:92px;
	}
div#nav3 {
	left:315px;
	top:92px;
	}
div#nav4 {
	left:445px;
	top:92px;
	}
div#nav5 {
	left:55px;
	top:118px;
	}
div#nav6 {
	left:185px;
	top:118px;
	}
div#nav7 {
	left:315px;
	top:118px;
	}
div#nav8 {
	left:445px;
	top:118px;
	}
div.navBtn a {
	padding-top:3px;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
div.navBtn a:link, div.navBtn a:visited {
	background-image:url(images/navBtn.jpg);
	background-repeat:no-repeat;
	}
div.navBtn a:hover, div.navBtn a:active {
	background-image:url(images/navBtn_ro.jpg);
	background-repeat:no-repeat;
	}
/*--------------------SIDEBAR--------------------*/
td.sideBar {
	width:185px;
	background-color:#e0e0e0;
	vertical-align:top;
	}
td.sideBar p {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
	}
td.sideBar h1 {
	margin-left:15px;
	margin-top:15px;
	text-transform:uppercase;
	color:#620131;
	font-size:11pt;
	font-weight:600;
	text-decoration:none;
	border-bottom:3px dotted #620131;
	font-family:tahoma, sans-serif;
	}
td.sideBar a {
	color:#A8778D;
	text-decoration:none;
	font-weight:bold;
	font-size: 9pt;
	font-family:tahoma, sans-serif;
	}
td.sideBar a:link, td.sideBar a:visited {
	font-style:normal;
	}
td.sideBar a:hover, td.sideBar a:active {
	font-style:oblique;
	}
/*--------------------CONTENT--------------------*/
td.content {
	width:585px;
	background-color:#EEEEEE;
	background-image: url("images/wire.jpg");
	background-repeat: repeat-y;
	background-position:top left;
	vertical-align:top;
	border-right: 1px solid #620131;
	}
td.content p {
	margin-left:45px;
	margin-right:15px;
	margin-top:10px;
	margin-bottom:10px;
	color:#333333;
	font-size:9pt;
	font-family:tahoma, sans-serif;
	}
td.content h1 {
	margin-left:45px;
	margin-top:15px;
	text-transform:uppercase;
	color:#620131;
	font-size:11pt;
	font-weight:600;
	text-decoration:none;
	border-bottom:3px dotted #990000;
	font-family:tahoma, sans-serif;
	}
td.content a {
	color:#990000;
	font-weight: bold;
	}
td.content a:link {
	font-style: normal;
	text-decoration: none;
	}
td.content a:visited {
	font-style: normal;
	text-decoration:none;
	}
td.content a:hover {
	font-style: normal;
	text-decoration:overline underline;
	}
td.content a:active {
	font-style:oblique;
	text-decoration: none;
	}
/*--------------------ACCENT--------------------*/
div.accent {
	border:3px #999933 solid;
	background-image: url("images/bg_accent.gif");
	background-repeat: repeat;
	margin-bottom:20px;
	}
div.accent a {
	color:#999933;
	font-weight:bold;
	text-decoration:none;
	font-size:9pt;
	font-family:tahoma, sans-serif;
	}
div.accent a:link, div.accent a:visited {
	font-style:normal;
	text-decoration:none;
	}
div.accent a:hover, div.accent a:active {
	font-style:oblique;
	text-decoration:none;
	}
/*--------------------MISC--------------------*/
table.form td {
	vertical-align:top;
	}
table.pic {
	width:330px;
	border:1px solid #990000;
	background-color:#BFE3F9;
	vertical-align:top;
	}
td.caption {
	border-top:1px solid #990000;
	}
td.image {
	background-color:#620131;
	height:80px;
	}
td.imageDown img {
	margin-left:20px;
	vertical-align:bottom;
	}
img.strip {
	border: 1px solid #000000;
	margin-top:5px;
	}
p.caption {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	color:#333333;
	font-weight:normal;
	font-size: 9pt;
	font-family:tahoma, sans-serif;
	}
p.small, span.small {
	margin-top:15px;
	margin-bottom:0px;
	color:#FFFFFF;
	font-size:7pt;
	font-style:normal;
	font-family: tahoma, sans-serif;
	}
p.small a {
	color:#FFFFFF;
	font-weight:normal;
	font-style: normal;
	text-decoration: underline;
	}
form#jumpMenu, form#jumpMenu select, form#jumpMenu option {
	color:#333333;
	font-size:7pt;
	font-family:tahoma, sans-serif;
	}
/*----------------------------------------------------------LISTS-----------------------------------------------------------*/
ul.bullet {
	margin-left:65px;
	margin-top:0px;
	color:#333333;
	font-size: 9pt;
	font-family:tahoma, sans-serif;
	}



/*-------------------------------------------------------NON-ASSOCIATED----------------------------------------------------*/
.pink {
	color: #FF00FF;
	font-weight:bold;
	}
	
	
	
/*-------------------------------------------------------EVENTS PAGES--------------------------------------------------------*/
body.eventBody {
	color:#333333;
	font-family:tahoma, sans-serif;
	}
body.eventBody table {
	background-color: #CCFFFF;
	margin-left:auto;
	margin-right:auto;
	font-size:9pt;
	}
body.eventBody a:link {
	color: #0099CC;
	font-size:7pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	}
body.eventBody a:visited {
	color: #0099CC;
	font-size:7pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	}
body.eventBody a:hover {
	color: #0099CC;
	font-size:7pt;
	font-weight: bold;
	font-style: normal;
	text-decoration:overline underline;
	}
body.eventBody a:active {
	color:#0099CC;
	font-size:7pt;
	font-weight: bold;
	font-style:oblique;
	text-decoration: none;
	}
a.home:link {
	color:#E35757;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family:tahoma, sans-serif;
	}
a.home:visited {
	color:#E35757;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
	font-family:tahoma, sans-serif;
	}
a.home:hover {
	color:#E35757;
	font-weight: bold;
	font-style:oblique;
	text-decoration: none;
	font-family:tahoma, sans-serif;
	}
a.home:active {
	color:#E35757;
	font-weight: bold;
	font-style:oblique;
	text-decoration: none;
	font-family:tahoma, sans-serif;
	}

