body {
	background: #EEEEDA;
	margin-top: 2em;
	margin-bottom: 2em;
	font-family: "Century Schoolbook","Century",Georgia,Serif;
}

.space {
	background: #FFF;
	border-top: none;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: none;
	width: 750px;
	height: 10px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.head {
	background: #FFF;
	border-top: 4px solid #FCFCFC;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: none;
	width: 750px;
	min-height: 90px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.ahead {
	float: right;
	border: none;
	background: #FFF;
	height: 20px;
	padding: 5px;
	margin-right: 40px;
	margin-top: 50px;
}

.nav {
	background: #FFF;
	border-top: none;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: none;
	width: 750px;
	height: 45px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.body {
	background: #FFF;
	border-top: none;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: none;
	width: 750px;
	min-height: 370px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	
}

.body#padded {
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	border: none;
}

.spotlight {
	background: #FFF;
	border-top: none;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: none;
	width: 750px;
	height: 150px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}	

.item1 {
	background: #FCFCFC;
	border: 1px solid #E3E3E3;
	width: 240px;
	height: 140px;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
}

.item2 {
	background: #FCFCFC;
	border: 1px solid #E3E3E3;
	width: 240px;
	height: 140px;
	float: le ft;
	margin-right: 4px;
	margin-left: 4px;
}

.item1 a {
	font-size: 12px;
}


.footer {
	background: #EEEEDA url(images/footer.png) top repeat-x;
	border-top: 3px solid #FFFFFF;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: none;
	width: 750px;
	height: 25px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 11px;
	color: gray;
}


/*NAVIGATION*/

.navcontainer {
	width: 750px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FCFCFC;
	border-left: 4px solid #FCFCFC;
	border-bottom: 4px solid #FFF;
	background: white;
}

#topbar {
	height: 24px;
	padding: 4px;
	color: #3B5D14;
	background: #90B557 url(images/gradient-nav.png) top repeat-x;
	font-weight: bold;
	overflow :auto;
	clear: both;
	font-family: "Century Schoolbook",Georgia,Times,Serif;
	font-size: 13px;
	padding-left: 10px;
}

#topbar a {
	color: #3B5D14;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	float: left;
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	font-style: normal;
}

#topbar a:hover {
	color: white;
}

#topbar a.active {
	color: white;
}

#topbar a.active:hover {
	color: #E3E3E3;
}

#middlebar {
	font-size: 12px;
	color: #3B5D14;
	background: #B2D281 url(images/gradient-middlebar.png) top repeat-x;
	padding: 4px;
	overflow: auto;
	height: 24px;
	clear: both;
	margin-bottom: -10px;
}

#middlebar a {
	font-family: "Century Schoolbook",Georgia,Times,Serif;
	color: #3B5D14;
	text-decoration: none;
	margin: 0 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 23px;
	line-height: 23px;
	display: block;
	float: left;
	font-style: normal;
	font-weight: normal;
}

#middlebar a.active {
	color: white;
}

#middlebar a:hover {
	color: white;
}

#middlebar a.active:hover {
	color: #E3E3E3;
}


/*GENERAL*/

hr {
	border: 1px solid #FCFCFC;
}

p.main {
	line-height: 1.8em;
	font-size: 13px;
}

h2 {
	font-size: 18px;
}

p.feature {
	background: #EEEEDA url(images/spotlight.png) top repeat-x;
	width: 240px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	border-bottom: 2px solid #F7F7EF;
	
}
	

a {
	color: #3B5D14;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
}

blockquote {
	margin-top: 40px;
	margin-bottom: 25px;
	font-style: italic;
	padding: 5px;
	padding-left: 100px;
	border: 2px solid #FCFCFF;
	background: #FCFCFC url(images/quote.png) left no-repeat;
}


/*OTHER*/

img#banner {
	float: left;
	padding: 15px;
	border: none;
}

img#homesheri {
	float: left;
	border: 3px solid #EEEEDA;
	height: 290px;
	width: 240px;
	margin: 23px;
}

img.gallery {
	border: 3px solid #EEEEDA;
	margin-bottom: 2px;
}

img.gallery:hover {
	border: 3px solid #A5A5A5;
}

img.gallery#landscape {
	height: 90px;
	width: 130px;
}

img.gallery#portrait {
	height: 90px;
	width: 70px;
}

img.program {
	height: 45px;
	width: 45px;
	padding: 5px;
	border: none;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

a#head {
	float: right;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}


a#head:hover {
	color: #000;
	text-decoration: none
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
}

b#welcome {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}	