﻿body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	color: #000000;
	background-color: #F4F3EE;
	}

a:link { 
	color: #561420;
        text-decoration: none;
        font-weight: bold;
	}
a:visited { 
	color: #561420;
        text-decoration: none;
        font-weight: bold;
	}
a:hover { 
	color: #CF5300;
	text-decoration: underline;
        font-weight: bold;
	}
a:active { 
	color: #000000;
        text-decoration: none;
        font-weight: bold;
	}



h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        text-align: center;
	}
h2 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
        color: #1E1E1E;
	}
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
        border: 0px dotted white;
	}
h4 {
	font-size: 19px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

#left {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px;
	padding: 10px;
	border: 2px solid #727B84;
	background: #E6E6E6;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
        position: relative;
	width: 205px; /* ie5win fudge ends */
	}
#middle {
        text-align: center;
        width: 98%;
	margin: 10px;
	padding: 5px;
	border: 2px solid #727B84;
	background: #D9E2E1;
	}

.thumbnail
{
float: left;
width: 130px;
text-align: center;
border: 0px solid #999;
margin: 1px 5px 1px 9px;
padding: 5px;
}

.clearboth { clear: both; }

.thumbnail2
{
float: left;
width: 288px;
text-align: center;
border: 0px solid #999;
margin: 1px 5px 1px 9px;
padding: 5px;
}

.clearboth { clear: both; }


