/*Layout Styles */
html,body {
	margin:0px;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	padding:5px;
}
/* Layout */
div#container {
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 2px solid #bf2430;
	padding: 0px;
	width: 800px;
}
div#header {
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
/*	height: 150px;*/
}
div#content {
	padding: 0px;
	background-color: #FFFFFF;
	border-color:#bf2430; 
	border-width: 2px;
	border-style: solid none solid none;
	height:1%;
}
div#footer {
	margin: 0;
	width:790px;
	padding:5px;
	font-size: 9px;
	color:#000000;
}
div#title {
	margin: auto;
	height:50px;
	line-height:50px;
}
/* New Styles */
.textBoxEvent {
	border: medium solid #bf2430;
	float: right;
	width:60%;
	margin: 0 10px 0 10px;
	text-align:center;
}
.textBoxVendor {
	border: medium solid #bf2430;
	margin: 10px 0 10px 10%;
	width:80%;
	text-align:center;
	padding:10px;
}
.textBoxNote {
	border: medium solid #bf2430;
	margin: 10px 0 10px 10%;
	width:80%;
	text-align:center;
	padding:10px;
}
a.event:link {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
a.event:visited {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
a.event:hover {
	color: #990033;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

.eventTableGreen {
	border:4px solid #1EB53A;
	border-collapse:separate;
}
.eventTableGreen TD {
	border:1px solid #1EB53A;
}
.eventTableOrange {
	border:4px solid #F77F00;
	border-collapse:separate;
}
.eventTableOrange TD {
	border:1px solid #F77F00;
}
.eventTableRed {
	border:4px solid #EF2B2D;
	border-collapse:separate;
}
.eventTableRed TD {
	border:1px solid #EF2B2D;
}
.eventTablePurple {
	border:4px solid #872B93;
	border-collapse:separate;
}
.eventTablePurple TD {
	border:1px solid #872B93;
}

/* Special Layout */
div #rightbox {
	float:right;
	padding: 0 0 0 0px;
	margin:0px;
}
div #leftbox {
	float:left;
	padding:0 10px 0 0;
}
.centerbox {
	padding:10px;
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
.summercell1 {
	padding:8px 0 0 0;
	text-align:center;
	vertical-align:top;
}
.summercell2 {
	padding:5px;
	vertical-align:top;
}
/* End Layout */

/* Special Styles */
.titleh2 {
	font-size:24px;
	text-align:center;
	color:#0033ff;
}
div#header h1{
	margin:0;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	/*color: #003300;*/
	color:#ffffff;
	text-align: center;
}
div#title h1{
	margin:0;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.logotablecell {
	padding:0 5px 0 5px;
	text-align:center;
	border:0;
}
	
div#content p {
	padding: 0 10px 0 10px;
}
p.space {
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
}
p.header16 {
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
}
p.close {
	margin: 0;
	padding:0;
}
.floatleft {
	float:left;
	margin:0 5px 5px 0;
}
.floatright {
	float:right;
	margin:0 0 5px 5px;
}
a.photo:link img {
	border-width: 0px;
}
a.photo:visited img {
	border-width: 0px;
}
a.photo:hover img {
	border-width: 0px;
}
.BoardTitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
/* General Styles */
.textError {
	color: #FF0000;
	font-weight:bold;
}
	
.text28 {
	font-size:28px;
}

.textBlue36 {
	font-size:36px;
	color:#2D6699;
}
.textRed48 {
	font-size:48px;
	color:#FF0000;
}
.textRed {
	color:#FF0000;
}
.center {
	text-align:center;
}
.boxparagraph {
	padding:0;
	font-size:10px;
	text-indent:-1em;
	margin-bottom:0;
}
/* TITLES */
/*.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-position: center center;
	vertical-align: middle;
}*/
.texttitlewhite24 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height:36px;
}
.titletext {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.texttitlewhite {
	font-size: 12px;
	color: #FFFFFF;
	line-height:24px;
}
.texttitlelarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:36px;
}
.texttitlewhitelarge {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.textTitleMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.textTitleWhiteMed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.textTitleWhiteSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.texttitlelargeGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #379138;
}

/*  TEXT  */
.text9 {
	font-size: 9px;
}
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text22 {
	font-size: 22px;
}
.textalign {
	text-align:justify;
	margin:5px 5px 10px 5px;
	padding:5px 5px 10px 5px;
}
.textJustify {
	text-align:justify;
}
.text10white {
	font-size: 10px;
	color:#FFFFFF;
}

.textleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	font-weight: normal;
	text-align: left;
}

.textCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.textxxsmallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}

.textxsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	height: 10px;
}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
}

.textsmallindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	padding-right: 5px;
	padding-left: 5px;
}
.textSmallIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: -10px;
	padding-left: 10px;
	line-height: 12px;
}

.textSmallJustify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-align: justify;
}
.textSmallCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


.textMedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: none;
	font-weight: normal;
	text-align: left;
}

.textMedium14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textMedium16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.textMedium16Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.textTimesLargeWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.textblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textMargin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	font-weight: normal;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* TEXT BOXES  */
.sponsorBox {
	border: thin solid #1EB53A;
}
.textBox {
	border: medium solid #EF2B2D;
}

.textBoxGreenWide {
	border: 10px solid #D3DEB5;
}
.box {
	border: thin solid #003399;
}
.textBoxRedWide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	border: 10px solid #FF0000;
}
.boxBlue {
	border: thin solid #666699;
	padding:0;
	margin:0;
}

.border {
	border: 2px solid #BBAEE7;
}

.textBoxBlack {
	border: thin solid #000000;
}


/* LIST   */

.bulletedlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
}

ul {
	list-style-image: none;
	margin-left: 0;
	padding-left: 20px;
}
.doublespace {
	margin-left: 0;
	padding: 0 0 5px 10px;
	margin:0 0 0 10px;
}

.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 25px;
	vertical-align: baseline;
}
.listleft {
	margin-left: 0em;
	padding-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	text-align: justify;
}



/* SPECIAL  */

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.calHoliday {
	font-size: 10px;
	font-style: normal;
	color: #F77F00;
	letter-spacing: 0em;
	font-weight: bold;
}
.calentry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #872B93;
	letter-spacing: 0em;
	font-weight: bold;
}
.caltime {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	letter-spacing: 0em;
	font-weight: bold;
}
.calendarday {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.calendarmonth {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.sidenavbar {
	font-size: 10px;
	color: #000000;
}

a.sidenavbar:link {
	color: black;
	font-size: 10px;
	text-decoration: none;
}
a.sidenavbar:visited {
	color: black;
	font-size: 10px;
	text-decoration: none;
}
a.sidenavbar:hover {
	color: #990033;
	font-size: 10px;
	text-decoration: none;
}
a.cal:link {
	color: #872B93;
	letter-spacing: 0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.cal:visited {
	color: #872B93;
	letter-spacing: 0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
a.cal:hover {
	color: #990033;
	letter-spacing: 0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}




.serifBlue48 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #003399;
	text-align: center;
}
.textCenter14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
