/*	
	************************************************
	CSS 
	
	v.1.0
	************************************************
*/


body {
	background: #7D8853;
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
}
html>body {
	height: 100%;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* -- CONTAINER -- */
table#container2 {
	width: 720px;
	height: 100%;
	margin: 0px auto;
	background: #242D03;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-top: 0px;
	border-bottom: 0px;
}
table#container2 td {
	vertical-align: top;
	height: auto;
}

table#container {
	background: #242D03;
}
table#container tr {
	background: #242D03;
}
table#container td {
	background: #242D03;
	vertical-align: top;
}




/* -- MASTHEAD -- */
table#container td#masthead {
	width: 720px;
	height: 334px;
}
table#container td#submasthead {
	width: 720px;
	height: 172px;
}
table#container td#subheads {
	width: 720px;
	height: 46px;
	background: repeat-x #FFF;
}
table#container td#subheads h1 {
	color: #FFF;
	margin: 21px 0px 0px 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}




/* -- NAV -- */
table#container td#nav {
	width: 179x;
	background: repeat-y #99A66C;
}

/* homepage */
table#container td#nav ul {
	margin: 0px;
	padding: 0px;
}
table#container td#nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 179px;
	height: 36px;
}
table#container td#nav li.program {
	background: no-repeat;
}
table#container td#nav li.facilities {
	background:  no-repeat;
}
table#container td#nav li.staff {
	background:  no-repeat;
}
table#container td#nav li.photos {
	background:  no-repeat;
}
table#container td#nav li.contact {
	background:  no-repeat;
}
table#container td#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	width: 159px;
	font-size: 12px;
}
table#container td#nav a:hover {
	font-weight: bold;
}

/* sub pages */
table#container td#subnav {
	width: 720px;
	background:  repeat-x;
}
table#container td#subnav ul {
	margin: 0px;
	padding: 0px;
}
table#container td#subnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	width: 144px;
	height: 36px;
}
table#container td#subnav li.program {
	background:  no-repeat;
}
table#container td#subnav li.facilities {
	background:  no-repeat;
}
table#container td#subnav li.staff {
	background:  no-repeat;
}
table#container td#subnav li.photos {
	background:  no-repeat;
}
table#container td#subnav li.contact {
	background: no-repeat;
}
table#container td#subnav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 13px 0px 0px 20px;
	width: 85px;
	font-size: 12px;
}
table#container td#subnav a:hover {
	font-weight: bold;
}





/* -- CONTENT -- */
/* homepage */
table#container td#home-content {
	width: 511px;
	padding: 20px 10px 0px 20px;
	background: #CED5B7;
	color: #121702;
}
table#container td#home-content h1 {
	font-family: "Swiss721BT Thin", Helvetica, Geneva, Arial, sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
table#container td#home-content p {
	line-height: 1.3em;
	font-size: 11px;
}
table#container td#home-content p a:link {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: underline;
}
table#container td#home-content p a:hover {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: none;
}
table#container td#home-content p a:visited {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: underline;
}
/* sub pages */
table#container td#subcontent-left {
	width: 179px;
	background: #FFF;
	padding: 20px 0px 0px 0px;
}
table#container td#subcontent-left p {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
}
table#container td#subcontent-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
table#container td#subcontent-left li {
	width: 100%;
}
table#container td#subcontent-left li a {
	display: block;
	color: #505735;
	background: #FFF;
	padding: 7px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
table#container td#subcontent-left li a:hover {
	background: #505735;
	color: #FFF;
}


table#container td#subcontent-right {
	background: #FFF;
	width: 541px;
	padding: 20px 10px 0px 20px;
}
table#container td#subcontent-right h1 {
	font-weight: bold;
	font-size:11px;
	line-height:1.3em;
	color: #505735;
	margin: 0px;
	padding: 0px;
}
table#container td#subcontent-right p {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
}
table#container td#subcontent-right p a:link {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: underline;
}
table#container td#subcontent-right p a:hover {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: none;
}
table#container td#subcontent-right p a:visited {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	text-decoration: underline;
}
table#container td#subcontent-right ol {
	color: #505735;
	line-height: 1.3em;
	font-size: 11px;
	list-style-type: upper-roman;
}
table#container td#subcontent-right ul {
	color: #8F9D5F;
	line-height: 1.3em;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
table#container td#subcontent-right ul li {
	color: #505735;
	list-style-type: disc;
	list-style-position: inside;
}
table#container td#subcontent-right h2 {
	color: #505735;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
table#container td#subcontent-right table#schedule {
	background: #FFF;
	border: 0px;
	color: #505735;
	border-top: 1px solid #8F9D5F;
	border-bottom: 1px solid #8F9D5F;
	width: 400px;
}
table#container td#subcontent-right table#schedule tr.odd {
	background: #EEE;
}
table#container td#subcontent-right table#schedule tr {
	background: #FFF;
}
table#container td#subcontent-right table#schedule td {
	padding: 5px;
	background: #FFF;
	border-bottom: 1px dashed #DDD;
}
table#container td#subcontent-right table#schedule td.time {
	font-weight: bold;
}


/* -- FOOTER -- */
table#container td#footerleft {
	border-top: 10px solid #FFF;
	padding: 10px 0px 0px 20px;
	font-size: 11px;
	color: #FFF;
	height: 50px;
}
table#container td#footerleft a:link, a:hover, a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
}
table#container td#footerright a:link, a:hover, a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
}
table#container td#footerright {
	border-top: 10px solid #FFF;
	padding: 10px 20px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
	height: 50px;
}

.red {color: #BD3F05 !important}
