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

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;
}
.innertube {
	text-align: center;
	padding-right: 25px;
	padding-left: 2px;
}

#maincontainer{
	width: 812px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
	}
#TopPage{
	clear: left;
	width: 812px;
	text-align: center;
	height: 30px;
	background-image: url('images/TopPage.gif');
	background-repeat: no-repeat;
}

#topsection{
	height: 160px; /*Height of Header jpg +20px for Navigation*/
	background-image: url('images/BlankPage.gif');
	background-repeat: repeat-y;

}
#topsection2{
	height: 2px; /*Height of Header jpg +20px for Navigation*/
	background-image: url('images/BlankPage.gif');
	background-repeat: repeat-y;

}

#contentwrapper{
	background-position: center;
	float: left;
	width: 812px;
	background-image: url('images/BlankPage.gif');
	background-repeat: repeat-y;
}

#contentcolumn{
	float: left;
	width: 812px;
	padding-right: 12px;
	padding-left: 12px;
}

#footer{
	clear: left;
	width: 812px;
	text-align: left;
	padding: 12px 0 2px 0;
	height: 99px;
	background-image: url('images/Footer.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

#footer a{
	color: #000000;
}
#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)*/
}
.em2 {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
p {
	text-align: justify;
}
a {
	color: #000080;
}
#spacer{
	height: 6px;
}
#Nav {
	padding-top: 10px;
	float: right;
	padding-right: 25px;
}
ul {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
