#bodycontainer {
	position: absolute;
	top: 166px;
	width: 867px;
	left: 50%;
	margin: 0px 0px 0px -434px;
}

#body {
	background-color: white;
	border: 3px solid #c6a683;
	border-top: 0px;
	margin-bottom: 20px;
	width: 867px;
	background-image: url(../images/secondary-bg.gif);
	background-repeat: repeat-y;
}

#content {
	margin-left: 215px;
	padding-bottom: 10px;
	padding-right: 195px;
	padding-top: 28px;
	line-height: 1.6em;
	font-size: 90%;
	position: relative;
}

#content h1 {
	color: #ae221b;
	font-size: 220%;
	font-family:"adobe garamond Pro", "Garamond Premr Pro", Garamond, "Times New Roman", serif;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top: 2px;
}

#content h2 {
	color: #ae221b;
	font-size: 110%;
	margin-bottom: -5px;
}

#content p {
	padding: 0px;
	margin: 10px 0px;
}

#sidemenu {
	float: left;
	width: 192px;
	height: 339px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	
}

#sidemenu ul {
	position: relative;
	top: 30px;
	margin: 0px;
	padding: 0px;
}

#sidemenu ul li {
	list-style-type: none;
	width: 192px;
	height: 25px;
	overflow: hidden;
	margin-bottom: 3px;
}

#sidemenu ul li a {
	display: block;
	width: 192px;
	height: 25px;
	padding-top: 60px;
}

#sidemenu ul li.home a:hover,
#sidemenu ul li.home a.current {
	background-image: url(../images/menu-home.gif);
	height: 1%;
}

#sidemenu ul li.about a:hover,
#sidemenu ul li.about a.current {
	background-image: url(../images/menu-about.gif);	
	height: 1%;
}

#sidemenu ul li.why a:hover,
#sidemenu ul li.why a.current {
	background-image: url(../images/menu-why.gif);
	height: 1%;
}

#sidemenu ul li.events a:hover,
#sidemenu ul li.events a.current {
	background-image: url(../images/menu-events.gif);
	height: 1%;
}

#sidemenu ul li.list a:hover,
#sidemenu ul li.list a.current {
	background-image: url(../images/menu-list.gif);
	height: 1%;
}

#sidemenu ul li.map a:hover,
#sidemenu ul li.map a.current {
	background-image: url(../images/menu-map.gif);
	height: 1%;
}

#sidemenu ul li.resources a:hover,
#sidemenu ul li.resources a.current {
	background-image: url(../images/menu-resources.gif);
	height: 1%;
}

#sidemenu ul li.contact a:hover,
#sidemenu ul li.contact a.current {
	background-image: url(../images/menu-contact.gif);
	height: 1%;
}

#footer {
	clear: both;
	color: white;
	font-weight: bold;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	text-align: right;
	background-image: url(../images/footer.gif);
	height: 193px;
}

#footer p {
	margin: 0px;
	padding-top: 75px;
	padding-right: 15px;
	font-size: 95%;
}

#footer a {
	color: white;
}

.sidebarimage {
	/* commented - fix for broken IE6 box model 
	position: relative !important;
	position: absolute;
	*/
	position: relative;
	border-bottom: 3px solid #c0a181;
	border-right: 3px solid #c0a181;
	float: right;
	margin-right: -225px;
	margin-top: 20px;
	margin-left: 20px;
	clear: right;
	z-index: 10;
}

#content .submenu {
	background-color: #e6eef7;
	padding: 10px;
	margin: 10px -175px 10px 0px;
	font-size: 95%;
}

#content .submenu p {
	margin: 0px;
	padding: 0px;
}

#content .submenu strong {
	color: #1e4181;
}

#content .submenu a {
	font-weight: bold;
}
.submenu a.current {
	color: #6d645b;
	text-decoration: none;
}

#content table.profile {
	border: 1px solid #ae221b;
	margin: 15px 0px;
}

#content table.profile tr td  {
	background-color: #f2e5d5;
	padding: 2px 4px;
}

#content table.profile tr td.col1 {
	background-color: #ebd7be;
}

#content table.profile tr td.mod  {
	background-color: #f5ebdd;
}

#content table.profile tr td.col1mod  {
	background-color: #efdfca;
}

#content table.profile tr td.heading {
	padding-top: 15px;
	font-weight: bold;
}

#content table.profile tr.hover td {
	background-color: #D2DEF2;
	cursor: pointer;
}
	
#content ul.maplist {
	padding: 0px;
	margin: 0px;
	display: block;
}


#content ul.maplist li {
	width: 275px;
	display: block;
	background-color: #e6eef7;
	border: 1px solid #d7ecfc;
	padding: 1px 10px;
	margin: 0px 4px 4px 0px;
	float: left;
	color: #1e4181;
	font-weight: bold;
	font-size: 90%;
	list-style-type: none;
	cursor: pointer;
}

#content ul.maplist li.active {
	background-color: #cbd7e4;
}

#content div#map {
	clear: left;
}

#content div#map a.schoolurl {
	font-size: 85%;
}

#content form {
	clear: right;
	margin-top: 10px;
	padding-top: 0px;
}
	
#content form div {
	display: block;
	clear: left;
	margin-bottom: 10px;
}

#content form p {
	clear: left;
	font-size: 100%;
}

#content form div p {
	float: left;
	clear: none;
	margin-top: 0px;
}

#content form hr {
	border: 0px none;
	border-top: 1px solid #CCC;
	margin: 15px 0px;
	clear: left;
}

#content div.importantfield {
	background-color: #ECF9FF;
	border: 0px none;
	padding: 10px;
}

#content div.errorbg,
#content label.errorbg
{
	background-color: #FCC !important;
	border: 1px solid red !important;
}


#content div.reverselabel {
	margin-bottom: 0px !important;
}

#content div.reverselabel label,
#content label.reverselabel {
	width: auto !important;
	margin-right: auto !important;
	background-color: transparent !important;
	padding: auto !important;
	float: none !important;
	display: inline !important;
	/* prevent styles below */	
}
	
#content label {
	width: 150px;
	margin-right: 15px;
	background-color: #ECF9FF;
	padding: 5px;
	float: left;
	display: block;
}

#content label.inner {
	display: inline;
	margin-right: 0px;
	background-color: transparent;
	padding: 0px;
	float: none;
}

#content form div input,
#content form div textarea {
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#content div.thankyou {
	background-color: #e4d2be;
	padding: 10px;
	font-weight: bold;
	margin: 15px 5px;
}

#content ul.events {
	margin:15px 0px 0px 0px;
	padding: 0px;
}
	
#content ul.events li {
	margin: 10px 0px;
	line-height: 1.6em;
	list-style-type:none;
	border-left: 10px solid #e4d2be;
	padding: 5px;
	cursor: pointer;
}
	
#content ul.events li span.name {
	font-size: 110%;
	font-weight: bold;	
}
	
#content .returnto {
	position: absolute;
	right: 30px;
	display: block;
	width: 170px;
	background-color: #e6eef7;
	padding: 5px;
	font-size: 95%;
	text-align: center;
	font-weight: bold;
	color: #1e4181;
	cursor: pointer;
}

#content table.event {
	margin-top: 15px;
}

#content table.event tr td {
	vertical-align: top;
}








