body {
	font-family: helvetica, arial, sans-serif;
	color: #505050;
	background: #425A75;
}

/* TYPOGRAHPY *****************/
h1, h2, h3, h4, strong { font-weight: bold; padding: 5px 0; }
#content h2 { font-size: 16px; }
#content h3 { font-size: 14px; }
em { font-style: italic; }
#leftnav_info p { padding-bottom: 10px; }
#leftnav h3 { text-align: center; }

#wrapper {
	width: 616px;
	margin: 0 auto;
}
#top_links {
	text-align: right;
	padding: 15px 5px 15px 0;
	font-size: .7em;
}
#top_links a {
	text-decoration: none;
	color: #FFF;
	padding-right: 15px;
}
#header {
	text-indent: -9000px;
	background: url('../images/header.png') no-repeat;
	height: 104px;
}
#main_nav {
	float: left;
	background: #C4C4C4;
	width: 100%;
}
#main_nav li {
	display: inline;
	float: left;
}
#main_nav li a {
	display: block;
	padding: 9px;
	text-decoration: none;
	color: #505050;
}
#main_nav li a:hover, #main_nav a.active {
	background: #E8E8E8;
}

/* SUBNAV **********************************/
#subnav {
	clear: both;
	width: 100%;
	height: 30px;
	background: #E8E8E8;
	font-size: 14px;
	border-bottom: 1px solid #c4c4c4;
}
#subnav li {
	display: inline;
}
#subnav a {
	float: left;
	padding: .65em 1em;
	color: #505050;
	text-decoration: none;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav #active {
	font-weight: bold;
}

/* CONTENT ****************************/
#content_container {
	border-top: 1px solid #ACACAC;
	background-color: #F2F2F2;
}
#content {
	font-size: 14px;
	line-height: 120%;
	color: #505050;
	padding: 27px 38px;
}
#content p {
	padding: 7px 0;
}
#content ul {
	list-style: disc inside;
	margin-left: 20px;
}

/* NEWS ******************************/
.news_item { padding-bottom: 25px; }

/* LEFT NAV *************************/
#leftnav_container {
	overflow: auto;
	width: 100%;
	background: url('../images/column_back.png') repeat-y transparent;
}
#leftnav {
	float: left;
	width: 150px;
	padding-top: 10px;
}
#leftnav_content {
	width: 450px;
	float: right;
	font-size: 14px;
}
#leftnav li {
	padding: 10px 20px;
}
#leftnav a {
	text-decoration: none;
	color: #505050;
	font-size: 12px;
	display: block;
}
#leftnav a:hover { color: black; }
#leftnav_info {
	padding: 20px;
}
#image {
	text-align: center;
	padding: 30px 0;
}
.class_section { padding: 15px 0; }

/* BROCHURE ****************************/
#brochure {
	background: #C6C6C6;
	border: 2px solid #787878;
	width: 150px;
	float: right;
	margin: 13px 0 15px 18px;
}
#brochure h1 {
	margin-left: 40px;
	margin-top: -30px;
}
#brochure_description {
	margin: -10px 0;
}
#brochure_content {
	padding: 15px;
	text-align: center;
}

/* APPLICATION ************************/
#application {
	width: 225px;
	margin: 0 auto;
	background: #C6C6C6;
	border: 2px solid #787878;
}
#application a {
	text-decoration: none;
}
#app_desc{
	font-size: 16px;
	position: relative;
	top: -8px;
	left: 10px;
}
#application_content {
	padding: 15px;
}

/* FACADMIN *************************/
#content table#editnews tr th {
	text-align: left;
	font-weight: bold;
}
#content table#editnews tr td {
	padding-right: 15px;
}

/* CALENDAR TABLE *********************/
.calendar {
	width: 100%;
	table-layout: fixed;
}
.calendar td {
	padding: 10px;
	background: #C6C6C6;
}
.calendar th {
	background: #425A76;
	color: #FFF;
	padding: 10px 0;
}

/* TYPICAL DAY ************************/
#typical_day {
	width: 400px;
	background: #C6C6C6;
	border: 2px solid #787878;
	padding: 10px;
}

/* FOOTER **************************/
#footer {
	clear: both;
	height: 25px;
	text-align: right;
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	background: #E8E8E8;
	font-size: .8em;
}
#footer a {
	position: relative;
	top: 5px;
	right: 4px;
	color: #898989;
	text-decoration: none;
}
#bottom_links {
	font-size: .7em;
	color: #FFF;
	padding-top: 7px;
}
#bottom_links a {
	color: #FFF;
	text-decoration: none;
}
