body,html{
	margin:0;
	padding:0;
}
body {
	min-width:750px;
	background-color: #fff;
	font-family: 'Century Gothic', 'Swiss', 'Helvetica', sans-serif;
	color: #666;
}
/* position:absolute for all browsers - the whole page scrolls */
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	right: 0px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>#headerwrap {
	position:fixed;
	background-color: #FFFFFF;
	height: auto;
}
#header {
	height:65px;
	width:750px;
	margin:0 auto;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
}
#navcontainer {
	width: 750px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height:2.2em;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
#middlewrap {
	height: 100%;
	margin-top: 130px;
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#middle {
	width:750px;
	margin:0 auto;
	height: auto;
	clear: both;
}
#content-centered {
	padding:0;
	height: 100%;
	margin: 0px auto;
	width: 748px;
	text-align: center;
}
#content {
	padding:0;
	height: 100%;
	margin: 0px auto;
	width: 748px;
}
#leftcol {
	float: left;
	width: 345px;
	text-align: justify;
}
#rightcol {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	width: 345px;
	text-align: justify;
}
#index-rightcol {
	float: right;
	width: 345px;
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:82px;
}
body>div#footerwrap {
	position:fixed;
}
#footer {
	height:82px;
	width:720px;
	margin:0 auto;
	background-image: url(../images/footer-back.jpg);
	background-repeat: no-repeat;
}
#middle {
	width: 750px;
}
h1 {
    font-family: 'Century Gothic', 'Swiss', 'Helvetica', sans-serif;
	font-size: 1.3em;
	color: #333;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
}
h2 {
	font-family: 'Century Gothic', 'Swiss', 'Helvetica', sans-serif;
    font-size: 0.9em;
	color: #CC0000;
	font-weight: bold;
	text-align: left;
	display: block;
	background-color: #F2F2F2;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.subhead {
	font-size: 0.9em;
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	font-size: 0.9em;
	color: #666;
	text-align: justify;
}
.non-just-p {
	color: #666;
	text-align: left;
}
.form-text {
	font-size: 0.8em;
	color: #000000;
}
a {
    font-family: 'Century Gothic', 'Swiss', 'Helvetica', sans-serif;
	color: #333;
	text-decoration: underline;
	border: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
img {border: none;
}
.thumb-float-l {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 5px;
}
.thumb-float-r {
	float: right;
	clear: both;
	margin-left: 10px;
	margin-bottom: 5px;
}
ul {
	font-size: 0.9em;
	color: #666;
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 0px;
	text-align: left;
}
.ul-bullet {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	font-family: 'Century Gothic', 'Swiss', 'Helvetica', sans-serif;
	color: #000;
	font-size: 0.9em;
	margin-left: 50px;
}
#strapline {
	float: right;
	width: 500px;
	margin-top: 35px;
	margin-right: 10px;
}
.img-mid {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
}
dt {
	font-size: 0.9em;
	color: #89A98E;
	margin-top: 8px;
	font-weight: bold;
}
dd {
	margin-left: -5px;
	padding-left: 20px;
}
dl {
	margin-left: 40px;
}
hr {
	width: 100%;
	background-color: #8F8ABB;
	height: 1px;
}
.underline {
	text-decoration: underline;
}
.left {
	font-size: .9em;
}
.white {
	color: #FFFFFF;
}
.small-text {
	font-size: 0.7em;
	color: #666;
}
.centered {
	text-align: center;
}
.text-right {
	font-size: .8em;
	text-align: right;
}
#float-right {
	float: right;
	font-size: 0.7em;
	text-align: right;
	margin: 0px 0px 20px;
	padding: 0px;
	width: 750px;
}
.img-fl-rght-no-clear {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.boxed-text {
	display: block;
	border: 1px solid #999999;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: none;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	width: 728px;
}
.red-link {
	color: #C4201C;
	font-size: 0.8em;
}
