body {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid red;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #cccccc;
}

.newsTitle {
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid red;
}

.sectionTitle {
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 2px;
}

.sectionTitle a:link, .sectionTitle a:visited {
	text-decoration: none;
}

.facilityTitle {
	font-weight: bold;
	letter-spacing: .5px;
	text-decoration: none;
	text-align: left;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid red;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #cccccc;
}

.top {
	font-size: 10px;
	text-align: right;
	margin-right: 15px;
	margin-bottom: 10px;
}

.opening {
	text-align: center;
	color: white;
	font-size: 165%;
	font-weight: bold;
	background-color: #999999;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 8px, 0, 8px, 0;
}

.openBox {
	border: 1px solid black;
	border-bottom: 3px solid black;
	
}

.bold {
	font-weight: bold;
}
	
table#header {
	background-color: black;
	border-bottom: 1px solid red;
	height: 100px;
	color: #cccccc;
}
	
#banner img{
	position: relative;
	left: 20px;
	top: 15px;
}
	
td#left {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0;
}

table#headerNav a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

table#headerNav a:link, table#headerNav a:visited {
	color: white;
}

table#headerNav a:hover {
	color: gold;
}

table#overview {
	border: 1px solid #000;
}

table#overview td {
	padding: 6px;
	border: 1px solid #999;
	text-align: center;
	background-color: #ccc;
	color: maroon;
}

.mainTitle {
	text-align: center;
}

td.contentList a {
	display: block;
}

li.day {
	font-size: 14px;
	color: maroon;
	text-decoration: underline;
	margin-top: 8px;
}

#subNav {
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
	
#subNav a {
	color: #666666;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid #cccccc;
	text-align: center;
}
	
#subNav a:hover {
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}
	
#subNav a:visited {
	color: #cccccc;
}
	
#subNav #location {
	text-align: left;
	background-color: black;
	color: white;
	margin: 0 4px 0 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
	letter-spacing: 1.25px;
}
	
#main {
	margin: 25px 10% 25px 10%;	
}

#firstQuestion {
	background-color: #cccccc;
	border: 1px solid black;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#firstQuestion2 {
	vertical-align: middle;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}

#commentQuestion {
	background-color: #cccccc;
	border: 1px solid black;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}

#joinQuestion {
	background-color: #cccccc;
	border: 1px solid black;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}
	
#footer {
	text-align: center;
	background-color: black;
	border-top: 1px solid red;
	height: 50px;
	color: #cccccc;
}

/* #mphoto {
	background-color: #999999;
	color: blue;
	font-size: 10px;
	text-align: center;
	padding: 1px;
}

#mphoto a {
	text-decoration: none;
	font-weight: bold;
}
#main p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	line-height: 1.25;
} */
	
#main h1 {
	font-size: 200%;
	text-align: center;
}
	
#main h2 {
	font-size: 166%;
	text-align: center;
}
	
td#bottomRow {
	text-align: center;
	font-weight: bold;
}

table#news {
	margin: 5px 10px;
}

table#news th {
	background-color: orange;
	color: #333333;
	text-align: center;
	border-top: 3px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px dotted #333333;
	font-size: 14px;
	padding: 5px;
}

table#news td.newsItem {
	font-size: 10px;
	border-bottom: 3px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px dotted #333333;
	padding: 2px 2px 2px 4px;
}

table#news td.updated {
	font-size: 10px;
	text-align: right;
	font-style: italic;
	padding: 3px;
}

td.image {
	border: 1px solid #333333;
	border-left: 3px solid #333333;
	text-align: center;
	background-color: #cccccc;
}

td.description {
	padding: 3px;
	font-size: 10px;
	border: 1px solid #666666;
	border-right: 3px solid #666666;
}
	
table#scheduleTable tr {
	padding: 10px 2px;
}

table#scheduleTable td {
	
}

.day {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: maroon;
	border-bottom: 1px solid maroon;
	padding-top: 20px;
}

td.classTitle {
	color: maroon;
	vertical-align: top;
	width: 130px;
}

td.time {
	font-weight: bold;
	vertical-align: top;
	width: 70px;
}

.scheduleDescr {
	padding-bottom: 15px;
}

table.images td {
	padding: 10px;
	text-align: center;
	width: 33%;
}

table.images img {
	border: 1px solid black;
}

.indent {
	margin: 0 0 0 8px;
}

p img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #000;
}
	
/* tworks footer styles */

#tworks {
	margin: 8px 10% 5px 22%;
	padding: 4px 0 0 30px;
	height: 25px;
	background: url(images/tw_cog_trans.gif) top left no-repeat;
	text-align: left;
	vertical-align: center;
	letter-spacing: .4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#tworks a {
	font-weight: bold;
}