﻿body
{
	background-color: #7FA1B6;
	font-family:Verdana;
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	min-height:600px;
}

.wrapper
{
	width:800px;
	height:auto;
}

.logo
{
	top:0px;
}

.container
{
	min-height:500px;
	background-color:#FDBB30;
	float: left;
}

.header
{
	width:800px;
	background-color: #00395A;
	height: 150px;
}

.headerImage
{
	float: left;
}


.center
{
	background-color:#FFFFFF;
	width:650px;
	height:auto;
	float:left;
	min-height:650px;
}

.centerContent
{
	padding:5px;
	font-size: small;
}


.rightNav
{
	background-color:#FDBB30;
	height:auto;
	width:150px;
	float:right;
	color:#620D0D;
}

.rightNavContent
{
	top:0px;
	padding:5px;
}

.rightNavContent hr
{
	color: #620D0D;
	background-color: #620D0D;
	height: 2px;
	border: solid 0px #620D0D;
}

#categoryList
{	
	list-style-type: none;
	margin-left: -30px;
	margin-top: 0px;
}

#categoryList li
{
	margin-bottom: 3px;
	font-size: .8em;
}

.footer
{
	background-color:#00395A;
	width:800px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.footer a
{
	color:#FFFFFF;
	font-size:8pt;
}

.disclaimerLarge
{
	font-size: 9pt;
	margin-top: 10px;
}
.disclaimerSmall
{
	font-size: 7pt;
	margin-top: -10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

hr
{
	color:#620D0D;
}

h1
{
	font-family:Verdana;
	color: #620D0D;
	font-size: 1.7em;
}

.centerContent a
{
	color:#620D0D;
}

.centerContent a:hover
{
	color:#FDBB30;
}

.rightNavContent a
{
	color:#620D0D;
}

.rightNavContent a:hover
{
	color:#FFFFFF;
}

/* Events Summary */

.eventSummary
{
	border: solid 1px #620D0D;
	width: 625px;
	min-height: 150px;
}

.eventSummary .leftSection
{
	width: 75px;
	float: left;
	height: 150px;
}
.eventSummary .date
{
	width: 100%;
	height: 50%;
	background: #620D0D;
	color: #FFFFFF;
	font-family: Verdana;
	text-align: center;
	line-height: 37.5px;
	font-size: larger;
	font-weight: bold;
}

.eventSummary .type
{
	width: 100%;
	height: 65px;
	background: #FDBB30;
	color: #000000;
	font-family: Verdana;
	text-align: center;
	padding-top: 10px;
	font-size: 8pt;
}

.eventSummary .details
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 530px;
}

.eventSummary .details p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.eventSummary .details .title
{
	font-family: Georgia;
	color: #620D0D;
	font-size: larger;
}

.eventSummary .actions
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 150px;
	float: right;
	padding-right: 10px;
	text-align: right;
}

/* Event Summary */

/* Event Details */

.eventDetails h2
{
	font-family: Georgia;
	color: #620D0D;
}

.eventDetails h3
{
	color: #620D0D;
}

/* Event Details */

/* Registration Form */
.RegistrationFormFieldset
{
	/*width: 425px;*/
	border: none;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.RegistrationFormFieldset li
{
	list-style: none;
	margin: 0px;
	min-height: 30px;
	height: auto;
}

.RegistrationFormFieldset ul
{
	margin: 0px;
	padding: 0px;
}

.FormField
{
	width: 230px;
}

.FloatRight
{
	float: right;
}

.FloatLeft
{
	float: left;
}

.RegistrationFormFieldset label, .Validator
{
	width: 175px;
	display: block;
	text-align: right;
	margin-right: 7px;
	float: left;
	font-size: 12px;
}

.SecondItem
{
	width: 40px !important;
}

.RegistrationFormFieldset label.Required
{
	color: #620D0D;
}

/* Registration Form */
