﻿html {
	height: 101%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	color: #000000;
	text-align: center;
	background: #ffffff url('images/backbar.jpg') repeat-x;
	margin: 0;
	padding: 0;}

img {
	border: none;}

a {
	color: #742821;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #742821;
	text-decoration: underline;
	font-weight: bold;}
	
h1 {
	color: #742821;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 10px 0;}

h2 {
	color: #808080;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h3 {
	color: #742821;
	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: #742821;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h6 {
	color: #553923;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #742821;
	color: #742821;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;	
	margin: 0 0 20px 20px;
	list-style: square;}	

/* PAGE LAYOUT IDs */

#wrapper-3col {
	background: url('images/wrapper3col.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#wrapper-2col {
	background: url('images/wrapper2col.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;}
	
#global {
	position: absolute;
	left: 500px;
	top: 2px;
	z-index: 1;
	color: #742821;
	height: 30px;
	width: 380px;
	text-align: right;
	font-size: 85%;}
	
#global a {
	outline: none;
	color: #742821;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;}
	
#global a:hover {
	outline: none;
	color: #742821;
	text-decoration: underline;
	font-weight: bold;}
	
#header {
	position: relative;
	height: 210px;
	width: 900px;}
	
#topnav {
	position: absolute;
	left: 260px;
	top: 160px;
	z-index: 2;
	color: #ffffff;
	height: 30px;
	width: 580px;
	text-align: center;
	line-height: 30px;}
	
#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;}

#sidebar-left {
	width: 170px;
	float: left;
	color: #ffffff;
	text-align: left;
	line-height: 1.2em;
	font-size: 85%;
	padding: 5px 10px 5px 20px;}
	
#sidebar-left a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

#sidebar-left a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
#sidebar-left h5 {
	color: #ffffff;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

	
#content1 {
	width: 465px;
	float: left;
	text-align: left;
	line-height: 1.6em;
	padding: 0 15px 0 20px;}

#content2 {
	width: 665px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	padding: 0 15px 0 20px;}

#sidebar-right {
	width: 175px;
	float: right;
	color: #ffffff;
	text-align: left;
	line-height: 1.2em;
	font-size: 85%;
	padding: 5px 20px 5px 5px;}
	
#sidebar-right a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

#sidebar-right a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}

#footer-3col {
	clear: both;
	color: #742821;
	background: url('images/footer-3col.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 10px 10px 0 0;
	height: 50px;}
	
#footer-3col p {
	padding: 0;
	margin: 0;}
	
#footer-3col a {
	color: #742821;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer-3col a:hover {
	color: #742821;
	text-decoration: underline;
	font-weight: bold;}
	
#footer-2col {
	clear: both;
	color: #742821;
	background: url('images/footer-2col.jpg') no-repeat;	
	text-align: center;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 10px 10px 0 0;
	height: 50px;}
	
#footer-2col p {
	padding: 0;
	margin: 0;}
	
#footer-2col a {
	color: #742821;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer-2col a:hover {
	color: #742821;
	text-decoration: underline;
	font-weight: bold;}

#navigation {
	font-size: 120%;
	line-height: 1.6em;
	margin-bottom: 10px;}

#navigation a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;}

#navigation a:hover {
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;}
		
.clear {
	clear: both;}
	
.center {
	text-align: center;}	
	
.imageleft-noborder {
	margin: 5px; 
	float: left;}

.imageright-noborder {
	margin: 5px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c2c2c2;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c2c2c2;}

.calendar {
	text-align: center;
	padding: 10px;}

	
