﻿html, body {
	height: 100%;
	text-align: center;
}
body {
	background-color: #6C96C5;
	background-image: url('siteimages/backgroundfiles/bluestripes3.gif');
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
* {
	margin: 0;
	padding: 0;
}
#nonFooter {
	position: relative;
	min-height: 100%;
}
* html #nonFooter {
	height: 100%;
}

/* PAGE/GENERAL */

#page {
	margin: 0 auto;
	min-height: 100%;
	min-width: 100%;
}

* html #page
{
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */

#header {
	position: relative;
	top: 0;
	width: 770px;
	height: 150px;
	background-image: url('siteimages/header1b.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	margin: 0 auto;
	padding: 61px 0 0 0
}
#header h1 {
	font-family: "Cooper Black";
	font-weight: normal;
	font-size: 300%;
	color: #FFFFFF;
	text-align: left;
	padding: 0;
}
#titleimg {
	margin: 0;
	padding: 61px 0 0 -4px;
}

#searchdescription {
	margin: 16px 3px 0 0;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
#searchdescription input.text {
	border: 0px solid #AFCBAC;
	background-color: #AFCBAC;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1px;
	text-align: center;
}
#searchdescription input.submit {
	border: 0px solid #FFFFFF;
	background-color: #AFCBAC;
	color: #FFFFFF;
	height: 17px;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
}

/* CONTENT */

#UC {
	color: #D6881E;
	padding: 15px 0 5px 20px;
	text-align: center;
}

#middle {
	width: 770px;
	padding-bottom: 40px;
	margin: -61px auto 0 auto;
	text-align: left;
}

/*   -------------------------------------------------------------   RIGHTBAR      */
#rightbar {
	float: right;
	width: 200px;
	color: #CCCCCC;	
}
/* -------------------------------- RIGHTBAR #1 ---------------------------------- */
.rightbar1 {
	padding: 5px;
	background-color: #2E4B69;
	margin-bottom: 10px;
	border-top: 4px solid #A23503;
	text-align: right;
	font-size: 90%;
}
.rightbar1 h3 {
	font-size: 120%;
	font-weight: bold;
	color: #A23503;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #A23503;
	text-align: left;
}
.rightbar1 a:link, .rightbar1 a:visited {
	color: #A23503;
}
.rightbar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.rightbar1 input.text {
	border: 0px solid #A23503;
	background-color: #ccc;
	color: #A23503;
	font-weight: bold;
	width: 98%;
}
.rightbar1 input.submit {
	border: 0px solid #000000;
	background-color: #A23503;
	font-weight: bold;
	font-size: 100%;
	margin-top: 3px;
}

/* ------------------------ RIGHTBAR #2 ------------------------------------------ */
.rightbar2 {
	padding: 5px;
	background-color: #2E4B69;
	margin-bottom: 10px;
	border-top: 4px solid #D6881E;
}
.rightbar2 h3 {
	font-size: 110%;
	font-weight: bold;
	color: #D6881E;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #D6881E;
}
.rightbar2 a:link, .rightbar2 a:visited {
	color: #D6881E;
}
.rightbar2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.rightbar3 {
	padding: 5px;
	background-color: #2E4B69;
	margin-bottom: 10px;
	border-top: 4px solid #E0CE09;
}
.rightbar3 h3 {
	font-size: 110%;
	font-weight: bold;
	color: #E0CE09;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #E0CE09;
}
.rightbar3 a:link, .rightbar3 a:visited {
	color: #E0CE09;
}
.rightbar3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.rightbar4 {
	padding: 5px;
	background-color: #2E4B69;
	margin-bottom: 10px;
	border-top: 4px solid #7AA974;
}
.rightbar4 h3 {
	font-size: 110%;
	font-weight: bold;
	color: #7AA974;
	margin: 0 0 3px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #7AA974;
}
.rightbar4 a:link, .rightbar4 a:visited {
	color: #7AA974;
}
.rightbar4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */

#content {
	float: right;
	width: 540px;
	margin: 0 8px 15px 0;
	padding: 0;
	text-align: justify;
	background-color: #2e4b69;
}
#content p {
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px;
	background-color: #2E4B69;
}
#content a:link, #content a:visited {
	color: #FFFFFF;
}
#content a:hover {
	color: #E0CE09;
}
#content ul {
	list-style-type: none;
}
.clearline {
	clear: both;
}
.column1, .column3 {
	font-size: 100%;
	width: 240px;
	text-align: left;
	float: left;
	padding: 10px 10px 10px 20px;
}
.column2 {
	font-size: 100%;
	width: 480px;
	text-align: left;
	float: left;
	padding: 10px;
	border: 1px solid #E0CE09;
	margin: 10px;
	text-align: center;
}
.column1b, .column2b, .column3b {
	padding-left: 15px;
	font-size: 80%;
}
/* FOOTER */

#footer
{
	width: 100%;
	margin: 0;
	padding-bottom: 5px;
	background-color: #2E4B69;
	font-size: 70%;
	color: #ffffff;
	text-align: right;
	background-image: url('siteimages/footerbg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #FFFFFF;
//	position: relative; 
//	margin: -31px auto 0 auto;
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
	margin-top: -31px;
}

#footer p {
	margin-top: 3px;
	padding-top: 5px;
	padding-right: 10px;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: none;
}