﻿#wrapper {
	border: thin solid #C0C0C0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
	width: 800px;
}
#header {
	position: relative;
	width: 800px;
}
#navigation {
	background-color: #0085C9;
	position: relative;
	width: 200px;
	float: left;
	background-image: url('bg_left_blue.png');
}
#content {
	position: relative;
	width: 400px;
	float: left;
}
#right_col {
	width: 200px;
	position: relative;
	float: left;
}
#footer {
	padding: 5px;
	position: relative;
	width: 790px;
	clear: both;
	background-color: #0085C9;
}
.image_position {
	vertical-align: bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0085C9;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #C0C0C0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003300;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #808080;
}
.floatimg_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.float_img_right {
	float: right;
	padding-left: 5px;
	padding-bottom: 3px;
}
.centrefont_white {
	color: #FFFFFF;
	text-align: center;
}
.style1 {
	text-align: center;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: small;
}

