﻿html {
	height: 100%;
	margin-bottom: 1px;
	background: #000000 url('backbar.jpg') repeat-x;
}
	
body {
	font: normal 76% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0;}
	
img {
	border: none;}
	
a {
	color: #971c1b;
	text-decoration: none;
	font-weight: bold;
	outline: none;}
	
a:hover {
	color: #971c1b;
	text-decoration: underline;
	font-weight: bold;
	outline: none;}
	
h1 {
	color: #971c1b;
	font: normal 26px "Trebuchet MS" Georgia, Georgia, serif;
	margin: 0 0 20px 0;}
	
h2 {
	color: #971c1b;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h3 {
	color: #3a3a38;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}
	
h4 {
	color: #3a3a38;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h5 {
	color: #971c1b;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}
	
h6 {
	color: #3a3a38;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #971c1b;
	color: #971c1b;
	height: 1px;
	width: 80%;}
	
ul {
	padding: 0;
	margin: 0 0 20px 20px;
	list-style: square;}

	
#wrapper {
	background-image: url('wrapper.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
	
#wrapper2 {
	background-image: url('wrapper.jpg');
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	background-image: url('header.jpg');
	height: 255px;
}
	
#global {
	position: absolute;
	left: 0;
	width: 880px;
	top: 13px;
	z-index: 1;
	color: #ffffff;
	text-align: right;
	font-size: 80%;
	height: 36px;
   padding: 0 10px;}

#global ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#global li {
   display: inline;}
   
#global li a {
   display: block;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   line-height: 36px;
   width: 117px;
   float: right;
   background: url('buttongroup.jpg') no-repeat 0 0;
}

#global li a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   background: url('buttongroup.jpg') no-repeat 0 -60px;
}

#logo {
   position:absolute;
	left: 20px;
	top: 55px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	z-index: 2;
	width: 420px;}	
	
#logo h1 {
	color: #ffffff;
	font: normal 36px "Trebuchet MS" Georgia, Georgia, serif;
	margin: 0 0 10px 0;}

#logo h5 {
	color: #ffffff;
	font: bold 16px  "Trebuchet MS", sans-serif;
	margin: 5px 0;}

#mainright {
	position:absolute;
	left: 450px;
	top: 55px;
	text-align: center;
	z-index: 3;
	width: 440px;}
	
#topnav {
   height: 38px;
   width: 840px;
   padding: 0 10px 0 40px;
	text-align: left;
	height: 40px;}
	
#topnav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;}

#topnav li {
   display: inline;}
   
#topnav li a {
   display: block;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
   margin: 0;
   line-height: 40px;
   width: 117px;
   float: left;
   background: url('buttongroup2.jpg') no-repeat 0 -20px;
}

#topnav li a:hover {
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   background-position: 0 -80px; }
   
#content {
	width: 580px;
	float: right;
	padding: 15px 25px 5px 0;}
		
#contentwide {
	padding: 5px 30px;}

#sidebar {
	width: 225px;
	float: left;
	color: #404040;
	font-size: 85%;
	line-height: 20px;
	padding: 15px 0 5px 30px;}
	
#sidebar a {
	color: #971c1b;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#sidebar a:hover {
	color: #971c1b;
	text-decoration: underline;
	font-weight: bold;}
		
#footer {
	clear: both;
	height: 40px;
	color: #ffffff;
	background: #971c1b url('footer.jpg') no-repeat;	
	text-align: right;
	letter-spacing: 2px;
	font-size: 75%;
	line-height: 2em;
	padding: 20px 20px 20px 0;
}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #ffffff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}
	
#footer a:hover {
	color: #808080;
	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;}
	

