body {
	width:100%;
	margin: auto;
	border: none;
	font-family: verdana, sans-serif; 
    font-size: 9pt; 
	color: #000000;
}

a{
	font-family: verdana, sans-serif; 
    font-size: 10pt; 
	text-align:center;
	color: #ff0000;
}
a:hover{
	font-family: verdana, sans-serif; 
    font-size: 10pt; 
	text-align:center;
	color: #000000;
}
h1 {
	font-size: 17px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
h3 a, h3 a:hover, h3 a:visited, h3 a:active{
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 0px;
	padding-bottom: 0px;

}
h4 {
	font-size: 12px;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: underline;

}
h4 a, h4 a:hover, h4 a:visited, h4 a:active{
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: underline;

}

#rotateImage {
	float: left;
	width: 299px;
	height: 303px;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#quickLinks {
	float: left;
	width: 170px;
	height: 303px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	background-color: #eaebeb;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#quickLinks ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
}
#quickLinks li {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 13px; /*link text is indented 19px*/
	border-bottom: 0px;
	list-style-type: none;
	background: url(deimages/redArrow.gif) no-repeat top left; /*custom bullet list image*/	
	background-position: 0 .5em;
	border-bottom: #9e9f93 1px solid;
	line-height: 20px;
}
#quickLinks li a {
	text-decoration: none;
	color: #000000;
}

#banners {
	float: left;
	width: 299px;
	height: 303px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #999999;
}

#newsHeader {
	clear: left;
	float: left;
	width: 284px;
	height: 24px;
	padding-left: 15px;
	margin: 0px;
	background-color: #dcddde;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	line-height: 24px;
	color: #000000;
}
#featureCampHeader {
	float: right;
	width: 485px;
	height: 24px;
	padding-left: 15px;
	margin: 0px;
	background-color: #dcddde;
	line-height: 24px;
	border-bottom: 1px solid #999999;
	color: #000000;
}

#news {	
	clear: left;
	float: left;
	width: 269px;
	min-height: 226px;
	height: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	border-right: 1px solid #999999;
	font-size: 8pt; 
}
#news ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
}
#news li {
	padding-top: 2px;
	padding-bottom: 20px;
	border-bottom: 0px;
	list-style-type: none;
}
#news li a {
	font-size: 8pt; 
}

#camps {	
	float: right;
	width: 500px;
	height: 231px;
	margin: 0px;
}
#camps ul {
	margin: 0px;
	padding: 0px;
	text-decoration: none;	
}
#camps li {
	width: 134px;
	display: block; 
	float: left; 
	padding-top: 2px;
	padding-left: 27px; /*link text is indented 19px*/
	border-bottom: 0px;
	list-style-type: none;
	background: url(deimages/redArrow.gif) no-repeat top left; /*custom bullet list image*/	
	background-position: 14px .8em;
	line-height: 26px;

}
#camps li a {
	
}


#camps li ul {
	border-top: #9e9f93 1px solid;
	width: 165px;
	margin-left: -13px;
	
}

#camps li ul li {
	width: 145px;
	border-left: #9e9f93 1px solid;
	margin-left: -3px;
	display: block; 
	float: left; 
	height: 195px;
	padding-left: 9px;
	padding-top: 15px;
	padding-bottom: 2px;
	border-bottom: 0px;
	list-style-type: none;
	background: none;		
	line-height: normal;
	font-size: 8pt; 
}

#contentColumns {
	clear: left;
	height: auto;
	display: table;
	width: 800px;
	background: url(deimages/bkgd.jpg) repeat-y; /*custom bullet list image*/	
	
}

#leftColumn {
	float: left;
	min-height: 195px;
	height: 100%;
	padding: 15px;
	width: 269px;
	color: #fff;
	font-weight: bold;
} 

#leftColumn h3, #leftColumn h3 a, #leftColumn h3 a:active, #leftColumn h3 a:hover, #leftColumn h3 a:visited  {
	color: #ee3424;
	padding-top: 15px;
	margin: 0px;
	font-size: 10pt; 
	text-decoration: none;
} 
#leftColumn p {
	padding: 0px;
	margin: 0px;
}

#leftColumn a {
	color: #FFE61F;
}


#mainColumn {
	height: 100%;
	width: 486px;
	margin-left: 299px;
	padding: 15px;
	padding-right: 0px;
	text-align: left;
} 

#mainColumn form, #mainColumn input {
	font-family: verdana, sans-serif; 
    font-size: 10pt; 
	color: #000;
	margin: 2px;
}
#mainColumn input[type="text"]{
 width: 100%;
 padding: 0px;
 margin: 0px;
 
}

#mainColumn input[type="text"][name='fieldId[1]'] {
	width: 300px;
}
#registerNow {
	display: table;
	min-height: 48px;
	background-color: #0055a4;
	width: 486px;
	border-left: 299px solid #000;
	padding: 15px;
	padding-right: 0px;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;

} 
#registerNow h3 {
	color: #ffff00;
	padding: 0px;
	margin: 0px;
	font-size: 10pt; 
}
#registerNow a {
	color: #FFE61F;
} 

.new_row {
	display: table;
	width: 800px; 
	padding: 0px;
	margin: 0px;

}


.eventList ul li {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	list-style: none;
	text-align: left;

}

.eventForm {
	margin: 20px;
	padding-top: 10px;
	text-align: left;

}