/* standard elements */
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css; charset: UTF-8");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " .
gmdate("D, d M Y H:i:s",
time() + $offset) . " GMT";
header($ExpStr);
?>

* {
	margin: 0;
	padding: 0;
}

a {
	color: #556B2F;
	text-decoration: none;
}

a:hover {color: #808000;
text-decoration: underline;
}

body {
	background: #4E5D3C url(img/web/bg.jpg);
	color: #332200;
	font: normal 70.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {
	font: normal 1.5em serif;
	font-style: italic;
	font-weight: 400;
	color: #808000;
}

h2{
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}
h3 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}
/* style 5 is for the nav bar */

.style5 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

blockquote {
	background: url(img/web/quote.gif) no-repeat;
	color: #808000;
	font: italic 1.3em serif;
	padding-left: 22px;
	font-weight: 300;
	}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;
	}

.left {float: left;
	}

.right {float: right;
	}

img.left {margin: 0 18px 6px 0;
	}

.divider {
	background: url(img/web/divider.gif) no-repeat;
	height: 27px;
	margin: 10px 0;
}
.divider top {
	background: url(img/web/border_art.gif) no-repeat;
	height: 27px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img/web/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	background: url(img/web/gfx.png) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/web/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}
.bottom {
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: url(img/web/header2.png) no-repeat;
	color: #354225;
	font-size: 1.0em;
	height: 192px;
	padding-left: 270px;		
	}
	
.header h1 {
	font: normal 3.6em serif,sans-serif;
	padding: 20px 0 30px 0;
	color: #535E36;
}

.pattern {
	background: #334127 url(img/web/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}
/* OWB Bottom Nav Bar */ 
.underlinemenu{
	margin: 0;
	padding: 0;
}
.underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	width: 100%;
	padding-right: 10px;
	}
* html .underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
	height: auto;

	}
.underlinemenu ul li{
	display: inline;
}
.underlinemenu ul li a{
	float: none;
	color: #CC3399;
	padding: 10px 4px 4px 10px;
	text-decoration: none;
	line-height: 22pt;
	
}	
.underlinemenu ul li a:hover{
	color: #003300;
	padding-bottom: 8px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: center 100%;
	background-image: url(img/web/underline.png);
}	

/* content */
.content {
	background: url(img/web/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 20px;
}

/* content item */
.item {clear: both;}

.item .title {
	color: #535E36;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #6C7151;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
img{  
	border-style: none;
}

/* footer */
#Footer {
	padding:10px 5px 5px 0;
	width: 632px;
	text-align: center;
	line-height: normal;
}

/* CSS Bottom Nav Bar */ 

/* OWB Bottom Nav Bar */ 
.underlinemenu{
	margin: 0;
	padding: 0;
}
.underlinemenu ul{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	width: 100%;
	padding-right: 10px;
	}
* html .underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
	height: auto;

	}
.underlinemenu ul li{
	display: inline;
}
.underlinemenu ul li a{
	float: none;
	color: #CC3399;
	padding: 10px 4px 4px 10px;
	text-decoration: none;
	line-height: 22pt;
	
}	
.underlinemenu ul li a:hover{
	color: #003300;
	padding-bottom: 8px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: center 100%;
	background-image: url(img/web/underline.png);
}	

/* footer */
.footer {
	
	color: #003300;
	text-align: center;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.footer a {
	color: #556B2F;
	text-decoration: none;
}

.footer a:hover {
	color: #808000;
	text-decoration: none;
	text-align: center;
}
