/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	body {
		background: url(../images/website_v2_template/images/bodyBG.jpg) center repeat-y #202020;
		padding: 0px;
		margin: 0px;
	}
	
	div#mainContainer {
		width: 100%;
		text-align: center;
		height: auto;
		
	}
	
	div#header {
		width: 873px;
		height: 213px;
		
		margin: 0 auto;
		border-bottom: 2px solid #333;
		text-align: left;
	}
	
	div#menu, div#footer {
		margin: 0 auto;
		text-align: left;
		width: 873px;
	}


	div#footer {
		color: #fff;
		text-align: center;
		min-height: 80px;
		padding: 20px;
	}
	
	div#footer a {
		color: #e59f13;
	}
	
	#nav {
		z-index: 10;
	}
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		
	}
	
	#nav ul {
		position: relative;
		top: 34px;
		

		
	}
	
	#nav a {
		display: block;
		width: 170px;
	}
	
	#nav li { /* all list items */
		float: left;
		width: 89px; /* width needed or else Opera goes nuts */
		border-right: 2px solid #333;
		background: #0E0E0E;
		color: #fff;
		padding-top: 4px;
		padding-left: 6px;
		padding-bottom: 6px;
		font-size: 11px;
		border-bottom: 2px solid #333;
		
		
		
	}
	
	#nav li:hover {
		
	}
	
	#nav li img {
		border: 0px;
		margin-top: 5px;
		margin-left: 5px;
	}
	
	#nav li a {
		color: #fff;
		text-decoration: none;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		top: 240px;
		width: 146px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		border-top: 2px solid #333;
		z-index: 1000;
	}
	
	#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#nav ul li {
		width: 150px;
		padding-top: 10px;
		padding-left: 6px;
		border-right: 2px solid #333;
		min-height: 15px;
		border-left: 0px;
		background-color: #0F0D0D;
		
		
	}
	
	#nav ul li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 10px;
		color: white;
		padding-top: 2px;
	}
	
	#nav ul {
		border-left: 8px solid #5581b0;
		margin-left: -6px;

	}
	
	#nav ul li:hover {
		background: url(../images/website_v2_template/images/buttons/yellowButtonBG.jpg) #BA8212;
	}
	

	
	li#home {
		width: 91px;
		border-right: 0px;
	}
	
	div#main {
		margin: 0 auto;
		text-align: left;
		width: 873px;
		background-color: white;
		border-bottom: 2px solid #333;
		min-height: 1300px;
		background: url(../images/website_v2_template/images/column1_bg.gif) left repeat-y white;
		
	}
	
	div#main07Summer {
		margin: 0 auto;
		text-align: left;
		width: 873px;
		background-color: white;
		border-bottom: 2px solid #333;
		min-height: 1300px;
		background: url(../images/website_v2_template/images/column1_bg_07Summer.gif) left repeat-y white;
		
	}
	
	div#leftColumn {
		width: 227px;
		float: left;
		padding-top: 65px;

	}
	
		div#leftColumn08 {
		width: 227px;
		float: left;
		padding-top: 65px;
		background-color: #FFFFCC;
	}
	
	div#rightColumn {
	width: 398px;
	margin-left: 2px;
	float: left;
	padding-left: 20px;
	background-color: #ffffff;
		
	}
	
	div#rightColumn07Summer {
		width: 624px;
		margin-left: 2px;
		float: left;
		/*padding-left: 20px;*/
		
	}
	
	div#rightColumn p {
		padding-right: 20px;
	}
	
	div#col3 {
		width: 225px;
		/* margin-left: 800px; */
		float: left;
		background-color: #fffcd9;
		
	
	}
	

	
	div#topBlueBar {
	width: 226px;
	height: 58px;
	background-color: #5581B0;
	}
	
		div#topPinkBar {
		width: 226px;
		height: 58px;
		background-color: #EB2C37;
		}
	
	div#logoArea {
		width: 873px;
		border-bottom: 2px solid #333;
		background-color: #fff;
		margin: 0 auto;
	}
	


#fullText {
	visibility: hidden;
}

p {
	line-height: 16px;
	margin-bottom: 10px;

}

div.normalContent {
	padding: 20px;
	position: relative;


}

a {
	color: #281F16;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

div.borderBottom {
	border-bottom: 2px solid #26251E;
}

h2, .h2 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

h3, .h3 {
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.yellow {
	color: #e59f13;
}


.yellowBG {
	background-color: #e59f13;
}

.red {
	color: #CC0000;
}
.redBold {
	color: #CC0000;
	font-weight: bold;
	}

.redBG {
	background-color: #8f0707;
}



.white {
	color: #fff;
}

.black {
	color: #000;
}

.bold {
	font-weight: 700;
}

span {
	font-size: inherit;
	color: inherit;
}



.topSpace {
	margin-top: 15px;
}

.topSpaceDouble {
	margin-top: 30px;
}

.rightSpace {
	margin-right: 15px;
}

.leftSpace {
	margin-left: 15px;
}

.leftSpaceDouble {
	margin-left: 30px;
}

.bottomSpace {
	margin-bottom: 15px;
}

.rightSpaceDouble {
	margin-right: 30px;
}

.bottomSpaceDouble {
	margin-bottom: 30px;
}

.flushLeft {
	margin-left: -20px;
}

.flushRight {
	margin-right: -20px;
}

.image {
	text-indent: -9999px;
	background-repeat: no-repeat;
	
}

.italic {
	font-style: italic;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignRight {
	text-align: right;
}

table.schedule {
	width: 100%;
}

table.schedule td {
	width: 33%;
}

.yellowBarBG {
	background: url(../images/website_v2_template/images/yellowBarBG.gif) repeat-y left;
	padding-left: 50px;
}

.redBarBG {
	background: url(../images/website_v2_template/images/redBarBG.gif) repeat-y left;
	padding-left: 50px;
}

i {
	font-size: inherit;
}	

.fullText p {
	line-height: 16px;
}

.awardTitle {
	color: #EDB80A;
	font-size: larger;
	font-weight: bold;
}

.contentRow2 {
	padding-bottom: 20px;
	padding-left: 20px;
}

.cdTitle {
	font-weight: bold;
}

input, textarea {
	border: 1px solid #333;
	padding: 5px;
}

ul.normal, ol.normal {
	padding-left: 20px;
	line-height: 16px;
	padding-bottom: 20px;
}

h3 {
	font-size: 13px;
}

h3 a {
	font-size: inherit;
}

.right {
	text-align: right;
}

.topSpaceHeader {
	margin-top: 75px;
}

.boardNameBold {	
	color: #5581b0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.boardTitle { color: #5581b0; font-style: italic; }

.boardName {
	color: #5581b0;
	text-transform: uppercase;
	font-size: 12px;
}
div#topBrownBar {
	width: 226px;
	height: 58px;
	background-color: #8C340F;
}
.turquoise {
	color: #728582;
}

.turquoiseBold {
	color: #728582;
	font-weight: bold;
	
	}
