.mainTable {
	position: relative;
	height: 768px;
	width: 100%;
	top: 0px;
	vertical-align: middle;
	margin: auto;
}

.flashContent {
	height: 430px;
	width: 100%;
}

.body {
	background-color: #FCF6D6;
	margin: 0;
	text-align: center;
}

.menu_item {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002A5F;
	height: 38px;
	text-align: left;
	text-indent: 10px;
	line-height: 38px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.menu_item:hover {
	color: #bedef4;
	background-image: url(images/menu_item_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
}
.events_top_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #134b95;
	text-indent: 20px;
	text-align: left;
}
.event_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #c1001f;
	text-indent: 20px;
	text-align: left;
}
.event_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bottom_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f2e9c8;
	text-decoration: none;
}
.medium_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.input_text, .input_password{
	font-size:8pt;
	height:14px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

.input_button, .input_submit, .input_reset{
	font-size:9pt;
	height:18px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}

.textarea_text{
	border-width:1px;
	border-color:#000000;
	border-style:solid; 
}
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
