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

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

h1 {
	font-size: 24px;
	text-align: left;
}
h2 {
	font-size: 20px;
	text-align: left;
}
h3 {
	font-size: 17px;
	text-align: left;
}
#MenuPos {
	background-color: #000000;
}

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

#contentwrapper{
	border-style: none solid none solid;
	border-width: 0px 9px 0px 9px;
	border-color: #000000;
	float: left;
	width: 782px;
}

#contentcolumn{
	margin-left: 1px;
	text-align: left;
}
#leftcolumn{
	float: left;
	width: 1px; /*Width of left column*/;
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/;

}
#leftcolumn a{
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer{
	border-color: #000000;
	clear: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 2px 0;
	height: 70px;
	border-top-style: solid;
	border-top-width: 9px;
}
#footer a{
	color: #FFFFFF;
	font-size: 11px;
}
#Footer-adjust {
	position: relative;
	top: -115px;
}
.ImageLinks {
	border-width: 0px;
}

.innertube{
	margin: 7px 7px 7px 7px; /*Margins for inner DIV inside each column (to provide padding)*/
}
p {
	text-align: justify;
}
a {
	color: #000080;
}
#spacer{
	height: 6px;
}

