
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);
?>

/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */



#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 250px;
	margin: 10px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 270px;
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 10px;
	border-left: solid 1px #999;
	text-align:left;

	}


	#photoright .title {
	font-family: Verdana;
	font-size:1.0em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;

	}

#sections{

	float: left;
	width: 580px;
	margin: 20px 20px 20px 0px;
		text-align:justify;
border-top: solid 1px #999;
	}


#sections a:link, #sections a:visited {
	color: #840000;
	}

.sectionstext{font-family: Verdana;
	font-size:1.0em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;	
	text-align:center;
padding-top:4px;
	}

#pageright .title {
	font-family: Verdana;
	font-size:1.0em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;

	}

#pageright img {margin-left:0px;
	

	}

#pageright #brownbox {margin-top: 0px;	}	

	#pageright2 {
	float: right;
	width: 231px;
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 0px #999;
	text-align:justify;
font-size:1.0em;
	}
.bluebox p, #pageright p { margin:0;	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	width:880px;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: double 3px #999; 
	}

#featured-content {
	width:600px;
	float:left;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 5px 0;
font-size:0.9em;
	}	
	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:600px;
	float:left;
	margin:20px 0px 0 0;
	padding: 0 25px 0 0;
	border-right: 0px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #840000;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:230px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

