﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #ffffff url('images/backbar.jpg') repeat-x;
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding:0;}
	
img {
	border: none;}
	
a {
	color: #26437c;
	text-decoration: none;
	font-weight: bold;}
	
a:hover {
	color: #0a1628;
	text-decoration: underline;
	font-weight: bold;}
	
h1 {
	color: #26437c;
	font: normal 36px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #808080;
	font: normal 26px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #26437c;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #0a1628;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #404040;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #0a1628;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #26437c;
	color: #26437c;
	height: 1px;
	width: 80%;}
	
#wrapper {
	background-image: url('images/back2.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#wrapper2 {
	clear: both;
	background-image: url('images/back.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	background-image: url('images/global.jpg');	
	height: 35px;
	color: #ffffff;
	padding: 15px 20px 0 0;
	text-align:right;
	font: 75% small-caption;}
	
#global a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#global a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
	
#header {
	background: url('images/header.jpg') no-repeat;
	height: 159px;
	padding: 0 10px;}
	
#logotext {
	float:right;
	width: 480px;
	height: 140px;
	text-align:right;
	padding-right: 20px;}
	
#content {
	width: 570px;
	float: right;
	text-align: left;
	padding: 5px 15px;}
	
#sidebar {
	width: 270px;
	float: left;
	text-align: left;
	font-size: 90%;
	line-height: 20px;
	padding: 5px 15px;}
	
#sidebar a {
	color: #26437c;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;}
		
#footer {
	clear: both;
	height: 60px;
	background: url('images/footer.jpg') no-repeat;	
	text-align: center;
	font-size: 80%;
	font-weight:bold;
	padding: 20px 0 0 0;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #26437c;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #c0c0c0;
	text-decoration: overline underline;
	font-weight: bold;}
	
.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;}
	
.centertext {
	text-align: center;}
	
