﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #325247;
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding:0;}
	
img {
	border: none;}
	
a {
	color: #325247;
	text-decoration: none;
	font-weight: bold;
	outline:none;}
	
a:hover {
	color: #325247;
	text-decoration: underline;
	font-weight: bold;
	outline:none;}
	
h1 {
	color: #325247;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #325247;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #708080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #808080;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #325247;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #325247;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #325247;
	color: #325247;
	height: 1px;
	width: 80%;}
	
ul {
	padding:0;
	margin: 0 0 20px 20px;
	list-style:square;}
	
#wrapper {
	background-image: url('images/wrapper.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#header {
	position:relative;
	height: 255px;
	width: 900px;}
	
#global {
	position: absolute;
	right: 240px;
	top: 55px;
	z-index: 1;
	color: #325247;
	height: 50px;
	width:600px;
	text-align: left;
	font-size: 80%;}
	
#global a {
	outline: none;
	color: #325247;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#global a:hover {
	outline: none;
	color: #325247;
	text-decoration: underline;
	font-weight: bold;}
		
#mainimage {
	position:absolute;
	right: 42px;
	top: 55px;
	z-index: 2;}

#content {
	width: 535px;
	float: left;
	padding: 5px 15px 5px 55px;}
	
#sidebar {
	width: 240px;
	float: right;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 5px 45px 5px 0;}
	
#sidebar a {
	color: #325247;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #325247;
	text-decoration: underline;
	font-weight: bold;}
	
#nav {
	width: 180px;
	text-align:center;
	padding-left: 24px;}

#nav a {
	display: block;
	width: 180px;
	color: #325247;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	margin: 4px 0;
	border: 1px solid #325247;
	outline: none;}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color: #325247;
	border: 1px solid #325247;
	outline: none;}
	
#footer {
	clear: both;
	height: 30px;
	color: #606060;
	background: #ffffff url('images/footer.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 80%;
	line-height: 2em;
	padding-top: 20px;
	height: 55px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #325247;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #606060;
	text-decoration: overline underline;
	font-weight: bold;}
		
.clear {
	clear:both;}
	
.center {
	text-align:center;}	
		
.imageleft {
	margin: 0 10px 0 0;
	float: left;
	border: 3px double #c0c0c0;}
	
.imageright {
	margin: 0 0 0 10px;
	float: right;
	border: 3px double #c0c0c0;}
	
.imageleft-noborder {
	margin: 0 10px 0 0;
	float: left;}
	
.imageright-noborder {
	margin: 0 0 0 10px;
	float: right;}
	

