/* --- OlderWiserFitter style sheet  --- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333366;
	padding: 0;
	margin: 10px;
	background: #fed9c6;
}
/* 
standard HTML tags --------------------------------------------*/

p, li, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333366;
	line-height: 1.75;
}
p {
	margin: 0 0 6px 0;
}
ul {
	text-align: left;
	text-indent: 0;
	list-style-image: url(/images/bullet.gif);
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	margin: 0 0 6px 0;
	text-indent: 0;
	text-align: left;
}
table {
	margin: 0;
	border: 0px none;
}
table td {
	border-width: 0;
	vertical-align: top;
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}
h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 250%;
	margin: 0 0 5px 0;
}
h2 {
	font-size: 120%;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 100%;
	margin: 10px 0 5px 0;
}

/* Links --------------------------------------------------*/
/* links set to underline but this is turned off in some sections */
a:link {
	color: #005290;
}
a:visited {
	color: #420081;
}
a:hover {
	color: #660000;
}
/* HR background-color and border needed for FireFox */
hr {
	clear: both;
	color: #660000;
	width: 100%;
	height: 1px;
	margin: 5px 0 10px 0;
	padding: 0;
	background-color: #660000;
	border: none;
}
/* 
PAGE LAYOUT --------------------------------------------*/

div#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background-color: #F8F8FF;
}
div#headerphoto {
	padding: 0;
	margin: 0;
}
div#header {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #660000;
}
div#header h1 {
	font-size: 200%;
	padding: 10px;
}
div#header #tagline {
	display: block;
	color: #660000;
	font-size: 120%;
	margin: 5px 10px;
}
div#header a {
	color: #660000;
	text-decoration: none;
}

div#content {
}
div#body {
	padding: 10px;
	margin: 0;
}
div#footer {
	padding: 0;
	margin: 0;
	border-top: 1px solid #660000;
}
div#footer p {
	font-size: 90%;
	text-align: center;
	padding: 5px 10px;
	margin: 0;
}

/* 
SPAN characters --------------------------------------------*/

span.red {
	color: #CC0000;
}
span.green {
	color: #006600;
}
span.gold {
	color: #F6AC19;
}
span.smallfont {
	font-size: smaller;
	line-height: 1.30;
}

/* 
IMAGES --------------------------------------------*/

img {
	border: none;
}

/*  ---------------------------------------------------------------------------
	IMAGES Formatting COPIED FROM SLOW EUROPE FIX THIS */

/* PHOTO class PHOTO style common things, other classes style layout - do not set border here, some photos no border */
div.photo {
	text-align: center;
}
div.photo img {
	display: block; 
	padding: 0;
	margin: 0;
}
div.photo p {
	text-align: center;
	font-size: 85%;
	line-height: 100%;
	color: #660000;
	margin: 5px 0 0 0;
}
div.photoright {
	display: inline; 
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
}

div.photoleft {
	display: inline; 
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
}
 
/* back to top */
  
.backtotop {
	font-size: 90%;
	font-variant: small-caps;
	margin-bottom: 0;
}
.backtotop a:link, .backtotop a:visited {
	color: #333366;
	font-size: 90%;
	text-decoration: none;
}
.backtotop a:hover {
	color: #660000;
}

/* 
OTHER FORMATTING --------------------------------------------*/

.quote {
	margin: 0;
	text-align: center;
	font-family: Times New Roman, Times;
	font-size: 120%;
}
.small {
	font-size: 90%;
}
