﻿html { overflow: -moz-scrollbars-vertical !important; }

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: whitesmoke; /* #F2F1E1; */
	text-align: center;
}

#page
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	background: #e2e0bc url('images/menu.gif') no-repeat bottom left;
}

#title
{
	height: 100px;
	/* background: #e2e0bc url('images/banner.jpg') no-repeat; */
	background-position: right;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 100px;
	vertical-align: middle;
	border-bottom: solid 3px #244904; /* #333300;*/
}

#footer
{
	text-align: center;
	background-color: #244904;
	color: white;
	padding: 4px 0px 4px 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	margin-left: 150px;
	padding: 10px 10px 10px 10px;
	min-height: 450px;
	background-color: #FBFBF8;
}

.pageTitle
{
	font-size: 1.2em;
	font-weight: bold;
}

#menubar
{
	width: 150px;
	float: left;
	position: absolute;
	top: 110px;
	left: 0px;
}

#menubar ul
{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.menuitem
{
	padding-left: 25px;
	line-height: 250%;
	text-decoration: none;
	color: #244904;
	display: block;	
}

.menuitem:hover
{
	background-color: #244904; /* #333300;*/
	color: white;
}

.eventTitle, .resultTitle
{
	font-weight: bold;
}

.eventLogo
{
	border: none;
}

.pageTitle
{
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

.paragraphTitle
{
	font-weight: bold;
	font-size: 1.2em;
	color: #244904;
}

#rightColumn
{
	width: 200px;
	position: absolute;
	float: right;
	top: 120px;
	right: 0px;
	z-index: 2;
}

.link, .link:visited
{
	color: #244904;
}

/* Photo Gallery style section */
.ImageLink
{	
	border: solid 1px Black;
}

.GalleryLink
{
	color: Black;
	text-decoration: none;
}

.GalleryLink:hover
{
	text-decoration: underline;
}

/* Tab Strip Styles */
#tabStrip
{
	margin-left: -10px;
	margin-top: -5px;
	margin-bottom: 15px;
}

#tabStrip div
{
	display: inline;
	padding: 5px 20px 5px 20px;
	background-color: #244904;
	color: white;
	margin-left: 0px;
	margin-right: 0px;
}

#tabStrip a, #tabStrip a:visited
{
	color: White;
	text-decoration: none;
}

#tabStrip a:hover
{
	text-decoration: underline;
}

/* Event Table Style */
.eventTableStyle
{
	padding: 5px 5px 5px 5px;
}

.eventTableAlternateStyle
{
	padding: 5px 5px 5px 5px;
	background-color: #e2e0bc;
}

/* TextBox style */
.textbox
{
	width: 250px;
}

.redText
{
	color: red;
}

.titleBar
{
	background-color: #e2e0bc;
	width: 100%;
	font-weight: bold;
	line-height: 2em;
}