/* CSS Document */
body{
 	background-color: #F8FCD1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*NAVAGATION*/
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
}
/*HOME SUB HEADERS*/
.bodyTextSubHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BFE0F6;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.bodyTextSubHeader a:link{
	color: #0099FF;
	text-decoration: underline;
}
.bodyTextSubHeader a:visited{
	color: #0099FF;
	text-decoration: underline;
}
.bodyTextSubHeader a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.bodyTextSubHeader a:active{
	color: #FF6600;
	text-decoration: underline;
}

/* MAILING LIST */
.mailing_list{margin:10px 5px;}
	.mailing_list p{font-family: Geneva, Arial, Helvetica, sans-serif; font-size:12px; text-align:center; color:#c0e0f6;}
	.mailing_list p.borders{border:2px solid #c0e0f6; border-left:0; border-right:0; margin:20px 0; padding:10px 0;}
	.mailing_list a{color:#FF6600; font-size:14px; text-transform:uppercase; margin:10px 0; padding:2px;}
	.mailing_list a:hover{text-decoration:none; background:#FF6600; color:#FFF;}

/*REST*/
.bodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #003366;
	letter-spacing: normal;
	word-spacing: normal;
}

.bodyText a:link{
	color: #0099FF;
	text-decoration: underline;
}
.bodyText a:visited{
	color: #0099FF;
	text-decoration: underline;
}
.bodyText a:hover{
	color: #FF6600;
	text-decoration: underline;
}
.bodyText a:active{
	color: #FF6600;
	text-decoration: underline;
}
.imageBorders {
	border: 3px solid #FFFFFF;
}
.orangeHeader {
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.subHeaders {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.bodyTable {
	background-color: #003366;
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
	display: none;
	border: 2px solid #FFFFFF;
}

.subHeaders2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.newsText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	letter-spacing: normal;
	word-spacing: normal;
}
.homeSubHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
}
.forms{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	letter-spacing: normal;
	word-spacing: normal;
}
/*EVENTS NAV*/

/**
 * Signup form
 */
form.sign-up								{}
form.sign-up p								{text-align:left;}
form.sign-up p.input-wrapper				{background:#fff; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
form.sign-up p.input-wrapper label			{display:inline-block; width:70px; height:10px; text-align:right; font-size:10px; font-weight:normal; font-style:italic; color:#666; line-height:10px; padding:10px 0 2px; overflow:hidden;}
form.sign-up p.input-wrapper input			{border:0; width:250px; font-size:14px; line-height:14px; padding:5px;}

div.error-holder							{border-style:solid; border-color:red; border-width:2px 0; text-align:left;}
div.error-holder p							{text-align:left;}
div.error-holder p.error-title				{color:#fff; font-size:14px; font-weight:bold; margin:5px;}
div.error-holder ul							{margin:0; padding:0; list-style:disc inside; color:#fff;}
div.error-holder ul li						{margin:0 0 0 20px; padding:0;}
div.error-holder ul li p					{margin:5px;}

p.thank-you									{text-transform:uppercase; font-weight:bold; font-size:14px;}
p.thank-you a								{text-transform:none; font-weight:normal;}

table.results								{}
table.results th, table.results td			{text-align:left; padding:5px;}
