/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	}

body {
	background-color: white;
	background-image: url(imagessfh/body_bg.gif);
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 18px;
	}


#header_wrap {
	width: 100%;
	height: 260px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-image: url(imagessfh/header_bg.jpg);
	backround-repeat: repeat-x;
	z-index: 1;
	}

#top_header {
	width: 842px;
	height: 150px;
	background-image: url(imagessfh/top_header.jpg);
	backround-repeat: no-repeat;
	background-color: white;
	margin: 0 auto;
	text-align: right;
	z-index: 1;
	}

#page_header {
	width: 842px;
	height: 110px;
	margin: 0 auto;
	z-index: 1;
	}

#content_wrapper {
	width: 842px;
	height: auto !important;
	min-height: 75%;
	text-align: center;
	background-image: url(imagessfh/content_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0 auto;
	z-index: 1;
	}

#content_left {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 60px;
	text-align: left;
	float: left;
	z-index: 1;
	}

#content_right {
	width: 420px;
	height: auto;
	min-height: 100%;
	margin-right: 30px;
	padding-top: 10px;
	padding-right: 20px;
	text-align: left;
	z-index: 1;
	float: right;
	}

#content_spread {
	width:734px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	text-align:left;
	}
	
#footer {
	width: 734px;
	text-align: center;
	border-top: 1px solid #920026;
	margin: 10px auto;
	padding-top: 10px;
	clear: both;
	}

#top_header ul {
	padding-top: 60px;
	padding-right: 30px;
	margin: 0 auto;
	}

#top_header li {
	display: inline;
	margin-right: 0px;
	}

#about_floater {
	position: relative;
	float: right;
	display: inline;
	top: -30%;
	right: 20%;
	z-index: 2;
	background-color: red;
	width: 100px;
	height: 100px;
	}

ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style:square;
	}

li {
	margin-top: 5px;
	padding: 0px;
	}
	
p.header_follow {
	margin-top: 0px;
	}

p.quote_header {
	margin-left: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	}

p.quote {
	margin-left: 20px;
	font-style: italic;
	}

p.lead_in {
	width: 600px;
	height: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div.portrait {
	margin: 10px 10px 0px 0px;
	float: left;
	}

div.spread {
	margin-left: 5px;
	margin-bottom: 15px;
	float: right;
	text-align: center;
	}

.quote_auth {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 150px;
	}



@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
a.nav {
	color: #13305a;
	font-size: 9px;
	text-decoration: none;
	}

a.nav:hover {
	text-decoration: underline;
	}

a {
	color: #920125;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.spread {
	font-size: 10px;
	}
	
h1{
	font-weight: bold;
	font-size: 20px;
	color: #920026;
	text-align: left;
	}

h2{
	color: #004f9b;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	}

#footer p {
	font-size:9px;
	color: black;
	}

.quote_auth {
	font-style: normal;
	font-weight: normal;
	}

.tiny {
	font-size: 9px;
	}

.lead_in {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	}

.index_open {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	}

.blue {
	color: #004f9b;
	font-weight: bold;
	}

.error {
	color: red;
	font-style: italic;
	}