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

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;
}

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

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('images/MainContainer.jpg');
	background-repeat: repeat-y;
}

#contentcolumn{
	text-align: left;
}

#footer{
	clear: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 12px 0 2px 0;
	height: 96px;
	background-image: url('images/Footer.jpg');
	background-repeat: no-repeat;
}

#footer a{
	color: #FFFFFF;
}
#footer-adjust {
	position: relative;
	top: -96px;
}
.ImageLinks {
	border-width: 0px;
}
.center {
	text-align: center;
}

.innertube{
	padding: 5px;
	margin: 7px 7px 7px 7px;
}
.iframeinnertube{
	padding: 5px;

}

.em2 {
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
p {
	text-align: justify;
}
a {
	color: #000080;
}
#spacer{
	height: 6px;
}

#BlockHeadline {
	height: 20px;
	background-image: url('images/BlockHeader.jpg');
	background-repeat: repeat-x;
	padding-top: 3px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#Block{
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-bottom: 6px;
	list-style-image: url('images/RightArrow.gif');
	line-height: normal;
	height: 167px;
}
#Block2{
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-bottom: 6px;
	list-style-image: url('images/RightArrow.gif');
	line-height: normal;
	height: 227px;
}

#Block a{
	color: #085F45;
}

#BlockHeader{
	border: 1px none #C0C0C0;
	background-image: url('images/BlockHeader.jpg');
	background-repeat: repeat-x;
	height: 24px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 3px;	
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}
#BlockContent{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

td {
	vertical-align: top;
}

.footnote {
	text-align: right;
	font-size: x-small;
}

