body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-color: #CCCCCC;
	margin: 0 86px 25px 0px;
}

/* General Link Elements */

a:link, a:visited {
	font-weight: bold;	
	color: #990000;
	text-decoration: none;	
}


a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: bold;	
}

/* Navigation Link Elements */

#sa_links a:link, #sa_links a:active, #sa_links a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: bold;	
}

#sa_links a:hover {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

/* Block Elements */

.links {
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;

}

#sa_links {
	text-align: center;
	width: auto;
	padding: 2px 16px 2px 16px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;	

}

#sa_links ul {
text-align: center;
width: auto;
padding: 4px 10px 4px 10px;
margin: 0;
}

#sa_links li {
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;	
	text-align: center;
}

#sa_text {
	width: auto;
	padding: 10px 60px 0 10px;
	background-color: #FFFFFF;
	color: #333333;
}

#sa_enroll_links {
	width: auto;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

.sa_address {
	color: #990000;
	width: auto;
	text-align: center;
	font-size: 16px;
	padding: 16px 60px 10px 10px;
	font-weight: bold;
}

.score {
	width: auto;
	text-align: center;
	padding: 16px 60px 10px 10px;
}

.sa_footer {
	width: auto;
	text-align: center;
	padding: 10px 60px 0 10px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

.left_bg {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;

}

/* Table Elements */

#sessions h2 {
	font-size: 20px;
	text-align: center;
	color: #990000;
	padding: 0;		
	margin: 12px 0 12px 0;			
}


#sessions table {
	width: 575px;
	border-collapse: collapse;
	border: 2px solid #990000;
	margin-bottom: 10px;
}

#sessions th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990000;
	color: #FFFFFF;
	padding: 6px 4px 6px 4px;		
}

#sessions td {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #999999;
}

/* Table Elements */

#schedule h2 {
	font-size: 20px;
	text-align: center;
	color: #990000;
	padding: 0;		
	margin: 24px 0 12px 0;			
}


#schedule table {
	width: 575px;
	border-collapse: collapse;
	border: 2px solid #990000;
	margin-bottom: 10px;
}

#schedule th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990000;
	color: #FFFFFF;
	padding: 4px;
}

#schedule td {
	background-color: #DDDDDD;
	font-size: 12px;
	padding: 6px;
	border: 1px solid #999999;	
	
}

.schedule_time {
	background-color: #DDDDDD;
	font-size: 12px;
	padding: 6px;
	text-align: center;
}

.schedule_activity {
	background-color: #DDDDDD;
	font-size: 12px;
	padding: 6px;
	text-align: left;
}

.sold_out {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/sold_out.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.na {
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/na.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Title Elements */

h1 {
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #990000;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;	
}

.photos_leftside {
float: left;
clear: both;
margin-top: 6px;
margin-left: 0;
margin-right: 20px;
margin-bottom: 10px;
}

.photos {
float: right;
clear: both;
margin-top: 0;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 10px;

}

#banner {
margin-top: 20px;
margin-left: 0;
margin-right: 0px;
margin-bottom: 0px;
}

#staff h2 {
	font-size: 18px;
	color: #990000;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


.update {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 12px 0 12px 0;
	padding: 6px;
	border: 1px solid #999999;
	background-image: url(images/update_bg.jpg);
	background-repeat: repeat-y;
}



#faq li {
	font-size: 12px;
	padding: 8px 0 8px 0;
	margin: 0;	
}

#faq_sub_category li {
	font-size: 12px;
	padding: 2px 0 2px 0;
	margin: 0;	
}

