@charset "UTF-8";
/* CSS Document */

p {
	margin: 0px; padding: 0px;
}

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 1.8;
	font-family: Helvetica, sans-serif;
	font-size: 80%;
}
.oneColElsCtr #container {
	width: 782px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 33px;
	margin-right: auto;
	margin-bottom: 33px;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.bg_left {
	background-color: #A4AB79;
	vertical-align:top;
}
.bg_right {
	background-color: #C5C285;
	vertical-align:top;
	height: 800px;
}
#copy {
	width: 540px;
	/*height: 840px;*/
	padding: 22px;
}



#nav-menu {
	padding: 15px 0px 0px 0px;
}
#nav-menu ul {
	list-style-type:none;
	margin:0px;
	padding:10px;
	text-indent: 6px}

#youarehere a{
	font-size:9px;
	color:#000000;
	background-color: #fff;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	}

#nav-menu ul a {
 text-decoration:none;
   /*background-color: #039;*/ 
  border:0px solid black;
  width:100%;
  display:block;
  font-size:100%;
  line-height:2em;
  }
a:link, a:visited { color: #fff; }
a:hover, a:active { color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
 }
a:hover { background-color: #fff; }

#details {
	padding: 45px 0px 0px 15px;
	font-size: 120%;
}

#address {
	font-size: 72%;
		line-height: 1.4;
}
.credit {
	font-size: 9px;
	line-height: 1;
	float: right;
	color: #999999;
	padding: 3px 2px 0px 0px;
}
a.credit:link { color: #999; }
a.credit:visited { color: #999; }
a.credit:hover { color: #999; }
a.credit:active { color: #999; }


/*a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }*/



.sch_adv {
	background-color: #99A16F;
}
.sch_ess {
	background-color: #D6CD99;
}
.sch_Int {
	background-color: #D4D3AF;
}
.sch_Intro {
	background-color: #FFFFFF;
}
.sch_table {
	border: 1px solid #E4E2C6;
		font-size: 100%;

}
.BoxWhite {
	border-top: 1px solid #C5C285;
	border-right: 1px solid #E4E2C6;
	border-bottom: 1px solid #E4E2C6;
	border-left: 1px solid #E4E2C6;
}

.sched {
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	text-align: center;
	font-size: 92% ;
}
.sched td {
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}
