﻿@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;
	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{
	border-width: 1px;
	border-color: #000000;
	width: 800px; /*Width of main container*/;
	margin: 0 auto;
	border-right-style: solid;
	border-left-style: solid;
}
#topsection{
	background: #0066FF;
	height: 193px; /*Height of Header jpg +20px for Navigation*/
}

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

#contentcolumn{
	margin-left: 190px;
	text-align: left;
}
#leftcolumn{
	float: left;
	width: 190px; /*Width of left column*/;
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/;
	background: #99CCFF;
}
#leftcolumn a{
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer{
	clear: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px 0 2px 0;
	height:100px;
	background-color: #0066FF;
}

#footer a{
	color: #FFFFFF;
}
#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;
}
