

/***Styles for the standard frame around the site: header, nav, content***/

/*Initial Structure*/
body {
	background-color: #71895F;
}
A {
	color: #36452A;
}
A:hover {
	color: #576E45;
}
table.container {
	border: 1px solid #36452A;
	background-color: #A6C890;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#container td {
	vertical-align: top;
}
div.stripe_top {
	height: 6px;
	width: 698px;
	background-color: #E9DD74;
	border: 1px solid #36452A;
	border-bottom: none;
	font-size: 1px;
}
div.stripe_bottom {
	height: 6px;
	width: 698px;
	background-color: #E9DD74;
	border: 1px solid #36452A;
	border-top: none;
	font-size: 1px;
}
/*Header*/
td.header {
	height: 81px;
	background-image: url("/images/header.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

/*Navigation*/
td.nav {
	width: 150px;
	padding: 8px 0px 8px 0px;
	border-right: 1px solid #36452A;
	background-color: #BED39A;
	background-image: url("/images/nav_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#nav A {
	display: block;
	width: 150px;
	color: #183309;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 10px;
	text-decoration: none;
}
#nav A:hover { 
	opacity: .55; /*Opacity for FireFox*/
	background-color: #546C3D;
	color: #DEE49D;
}
/*Content*/
td.content_container {
	border-right: 1px solid #36452A;
	background-color: #FFFFFF;
}
#content div.title {
	border-top: 1px solid #36453A;
	border-bottom: 1px solid #36453A;
	background-color: #E9DD74;
	font-size: 20px;
	font-weight: bold;
	text-indent: 17px;
	color: #71895F;
	text-transform: capitalize; /*For passing lower case variables into the pages*/
}
#content div.content {
	padding: 14px 10px 3px 7px;
}
#content img {
	border: 1px solid #36452A;
	margin: 4px;
}
/*Green Stripe on Right Side*/
td.right_stripe {
	width: 7px;
}
/*Footer*/
div.foot {
	width: 700px;
	text-align: center;
}
#foot A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #10150B;
}
#foot A:hover {
	color: #1E2816;
}

/***Styles for individual sections and pages***/

/*Table of people on intro page*/
#intro td {
	color: #36452A;
	width: 50%;
	vertical-align: top;
}
#intro strong {
	font-size: 14px;
}
#intro img {
	width: 110px;
	border: 1px solid #36453A;
	margin: 3px;
}
#intro A {
	font-size: 11px;
}

/*Table of hours on calendar page*/
table.hours {
	width: 350px;
	border: 1px solid #36453A;
	background-color: #C9E8B5;
}
#hours td {
	border-bottom: 1px solid #36453A;
	border-right: 1px solid #36453A;
}
