﻿html {
height: 101%;
margin-bottom: 1px;}
	
body {
color: #000000;
background: #ffffff;
font-weight: normal;
font-size: 0.90em;
font-family: Verdana, Geneva, sans-serif;
text-align: left;
padding: 0;
margin: 0 auto;}
	
img {
border: none;}

/*This sets the code for the link colors in the body */
	
a {
color: #1a2846;
text-decoration: none;
font-weight: bold;
outline: none;}
	
a:hover {
color: #404040;
text-decoration: underline;
font-weight: bold;
outline: none;}

/*This sets the code for the heading tags, horizontal rule, and the unordered lists */
	
h1 {
color: #1a2846;
font: normal 28px "Trebuchet MS", Georgia, serif;
margin: 0 0 20px 0;}
	
h2 {
color: #6e91b3;
font: normal 20px Verdana, Arial, sans-serif;
margin: 5px 0;}
	
h3 {
color: #404040;
font: normal 20px Verdana, Arial, sans-serif;
margin: 5px 0;}
	
h4 {
color: #6e91b3;
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: #1a2846;
font: bold 12px Verdana, "Trebuchet MS", sans-serif;
letter-spacing: 1px;
margin: 5px 0;}
	
hr {
background-color: #fbd5d5;
color: #fbd5d5;
height: 1px;
width: 100%;}
	
ul {
padding: 0;
margin: 0 0 20px 20px;
list-style: square;}

/*This sets the code for the wrapper, header and glare */
	
#wrapper {
background-image: url('images/wrapper.jpg');
text-align: left;
width: 980px;
margin: 0 auto;}

#header {
position: relative;
background-image: url('images/header.jpg');
height: 235px;}

#state {
position: absolute;
left: 10px;
top: 15px;
width: 180px;
height: 150px;
text-align:center;}

/*This sets the code for the logo areas */
#logoarea {
position: absolute;
left: 200px;
top: 15px;
width: 285px;
height: 160px;
text-align:center;}

#logoarea h1 {
color: #ffffff;
font: normal 36px "Trebuchet MS", Georgia, serif;
margin: 0 0 20px 0;}


/*This sets the code for the global navigation */
	
#global {
position: absolute;
right: 15px;
top: 2px;
font-size: .75em;
color: #ffffff;
height: 20px;
width: 310px;
text-align: right;}

#global a {
text-align: right;
color: #ffffff;
text-decoration: none;
font-weight: bold;
margin: 0;}

#global a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline; }

#topnav {
position: absolute;
left: 0px;
top: 198px;
color: #ffffff;
height: 25px;
width: 980px;
font-size: .85em;
text-align: center;
line-height: 25px;}

#topnav a {
outline: none;
color: #ffffff;
padding: 0 5px;
text-decoration: none;
font-weight: bold;
margin:0;}
	
#topnav a:hover {
outline: none;
color: #000000;
text-decoration: underline;
font-weight: bold;}

/*This sets the code for the mainimage areas */
#mainimagearea {
position: absolute;
left: 490px;
top: 22px;
height: 165px;
width: 320px;}

/*This sets the code for the content areas */

#maincontent {
width: 650px;
float: right;
line-height: 1.6em;
margin: 5px 15px;}

#maincontent2 { 
width: 950px;
float: right;
line-height: 1.6em;
margin: 5px 15px;}


/*This sets the code for the left sidebar */
	
#sidebar {
width: 270px;
float: left;
color: #000000;
line-height: 1.5em;
margin: 10px 0 0 10px;}

#sidebar a {
color: #1a2846;
text-decoration: none;
font-weight: bold;}

#sidebar a:hover {
color: #404040;
text-decoration: underline;
font-weight: bold;}

#sidebar h5 {
color: #1a2846;
font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
margin: 5px 0;}
	
/*This sets the code for the footer */
	
#footer-outer {
position:relative;
clear: both;
height: 120px; 
width: 980px;}

#footer {
clear: both;
position:absolute;
top: 0;
left: 0;
width: 980px;
color: #ffffff;
text-align: center;
letter-spacing: 2px;
font-size: 75%;
line-height: 1.6em;
padding: 20px 0 0 0;
margin: 0;}
	
#footer p {
padding: 0;
margin: 0;}
	
#footer a {
color: #ffffff;
padding: 0 5px;
text-decoration: none;
font-weight: bold;}
	
#footer a:hover {
color: #ffffff;
text-decoration: underline;
font-weight: bold;}

/*Miscellaneous coding */

.calendar {
text-align:center;}
	
.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;}

.tiny {
font-size: 75%;}

