﻿html {
	height: 100%;
	margin-bottom: 1px;}
	
body {
	background: #eef0f8;
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #364782;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #364782;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
h1 {
	color: #364782;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #364782;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #869cba;
	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: #364782;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #364782;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #364782;
	color: #364782;
	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;}

#global {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	color: #364782;
	height: 40px;
	width: 580px;
	text-align: left;
	font: 75%;}
	
#global a {
	outline: none;
	color: #364782;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#global a:hover {
	outline: none;
	color: #364782;
	text-decoration: underline;
	font-weight: bold;}
	
#header {
	position: relative;
	height: 272px;
	width: 900px;}
	
#topnav {
	position: absolute;
	left: 300px;
	top: 235px;
	z-index: 2;
	color: #364782;
	height: 30px;
	width: 580px;
	text-align: center;
	line-height: 30px;
	font: 75%;}
	
#topnav a {
	outline: none;
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#topnav a:hover {
	outline: none;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;}
		
#content {
	width: 580px;
	float: right;
	padding: 5px 15px;}
	
#sidebar {
	width: 250px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 5px 15px 5px 25px;}
	
#sidebar a {
	color: #364782;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #364782;
	text-decoration: underline;
	font-weight: bold;}
	
#footer {
	clear: both;
	height: 30px;
	color: #364782;
	background: url('images/footer.jpg') no-repeat;	
	text-align: right;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 20px 10px 0 0;
	height: 55px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #364782;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #364782;
	text-decoration: 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;}
	
.calendar {
	text-align: center;
	padding: 10px;}

