﻿@charset "utf-8";
body{
	margin: 0px 0 0px 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/background3.jpg);
	background-position: center top;
}

b{font-size: 110%;}
em{
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

h1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 17px;
	text-align: left;
}

#maincontainer{
	width: 900px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
	}
#topsection{
	height: 350px; /*Height of Header jpg +20px for Navigation*/
}

#contentwrapper{
float: left;
width: 100%;
background-color: #faecdb;
}

#contentcolumn{
	margin-left: 0px; /*200 for left column */;
	text-align: left;
	color: #1886E7;
}
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/;
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/;
	color: #000000;
}
#leftcolumn a{
	color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
}
#MenuPos {
	background-color: #FFFFFF;
}

.menu2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFDD;
	font-weight: normal;
	text-decoration: none;
	line-height: 120%;
	text-align: right;
}

.menu2 a:visited {
font-size: 10px;
color: #FFFFDD;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}



.menu2 a:hover {
font-size: 10px;
color: #7b1e00;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}

.menu2 a:active {
font-size: 10px;
color: #FFFFDD;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}

.menu3 a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #7b1e00;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}


.menu3 a:visited {
font-size: 10px;
color: #7b1e00;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}



.menu3 a:hover {
font-size: 10px;
color: #ffffdd;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}

.menu3 a:active {
color: #7b1e00;
font-weight: normal;
text-decoration: none;
line-height: 120%;
}

#footer{
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 12px 0 2px 0;
	height: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
	background-color: #faecdb;	
}

#footer a{
	color: #000000;
}
#Footer-adjust {
	position: relative;
	top: -115px;
}
.ImageLinks {
	border-width: 0px;
}

.innertube{
	margin: 20px 20px 20px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
a {
	color: #000080;
}
#spacer{
	height: 6px;
}
.menu {
	height: 20px;
	background-color: #0066FF;
	font-size: 11px;
	color: #FFFFdd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
}
.menu a{
color: #FFFFDD;
	text-decoration: none;
}
.menu a:visited {
color: #FFFFDD;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}

.menu a:hover {
color: #FFCC33;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}



.menu a:active {
color: #FFFFDD;
font-weight: normal;
line-height: 100%;
text-decoration: none;
}
hr {
	color: #1886e7;
}
.footertable {
	border-collapse: collapse;
	border-spacing: 0px;
	background-color: #faecdb;
}
