body
{
	font-size: 90%;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

#page
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	
}

table
{
	width: 100%;
	padding: 0;
	margin 0;
	border-collapse: collapse;
}

td
{
	padding: 0;
	margin 0;
}


#banner .left-column
{
	width: 100%;
}

#banner .address
{
	font-size: 1.5em;
}

#banner .schedule
{
	font-size: 1.1em;
}

.image-caption
{
	font-size: 0.8em;
	text-align: center;
}


#content .left-column
{
	width: 175px;
}

#links
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#links a,
#links li.selected
{
	display: block;
	text-align: center;
	background-color: #91FFFF;
	color: black;
	width: 125px;
	font-size: 1.5em;
	padding: 10px;
	margin: 5px 0 5px 0;
	border: 1px solid navy;
}

#links a:hover,
#links li.selected
{
	background-color: navy;
	color:white;
}

/*
 *	Box Styles
 */

.box .top-left
{
	background: url(../images/upper-left.jpg) no-repeat;
	width: 23px;
	height: 23px;
	
}

.box .top-right
{
	background: url(../images/upper-right.jpg) no-repeat;
	width: 23px;
	height: 23px;	
}

.box .top
{
	background: url(../images/top.jpg) repeat-x;
	height: 23px;	
}

.box .bottom-left
{
	background: url(../images/bottom-left.jpg) no-repeat;
	width: 23px;
	height: 23px;
	
}

.box .bottom-right
{
	background: url(../images/bottom-right.jpg) no-repeat;
	width: 23px;
	height: 23px;	
}

.box .bottom
{
	background: url(../images/bottom.jpg) repeat-x;
	height: 23px;	
}

.box .left
{
	background: url(../images/left.jpg) repeat-y;
	width: 23px;
}

.box .right
{
	background: url(../images/right.jpg) repeat-y;
	width: 23px;
}

.box .center
{
	background-color: #91FFFF;
	
}

/*
 * Extras Styles
 */
#extras
{
	font-size: 1.3em;
	text-align: center;
	width: 145px;
}

#extras a
{
	display: block;
	margin: 20px 0 20px 0;
	padding: 10px;
	text-decoration: none;
}

#extras a:hover
{
	text-decoration: underline;
}

#extras img
{
	border: 10px solid #91FFFF;
}

.quote
{
	border: 1px dotted black;
	padding: 0 10px 5px 0;
}

.quote blockquote
{
	font-style: italic
}

.quote .citation
{
	text-align: right;
}

.contact-info,
.activities
{
	font-size: 1.2em;
}
