﻿@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url('images/background.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

b{font-size: 110%;}

p {
	line-height: normal;
	text-align: justify;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#OuterBorder{
	background-image: url('images/MainContainer.gif');
	width: 790px; /*Width of main container*/;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#maincontainer{
	width: 800px; /*Width of main container*/;
	margin: 9px;
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#Outerwrapper{
	border: 1px solid #808080;
	margin: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}

#topsection{
	height: 220px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#leftcolumn{
margin-right: 250px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
	clear: left;
	width: 800px;
	background: #3a342f;
	color: #FFFFFF;
	text-align: left;
	padding: 4px 0;
	margin: 0 auto;
	height: 80px;
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a{
	color: #FFFFFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.innertube-L{
	margin: 0 2px 10px 0px; /*Margins for inner DIV inside each column (to provide padding)*/
}
.innertube-R{
	margin: 0 0px 10px 2px;
}

#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;
}
#Block1{
	padding: 2px;
	border: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin-bottom: 6px;
	margin-right: 2px;
	list-style-image: url('images/RightArrow.gif');
	line-height: normal;
	height: 238px;
}

#Block a{
	color: #FF0000;
}
#Block1 a{
	color: #FF0000;
}

#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;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}
td {
	vertical-align: top;
}
#Block h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0385AF;
	line-height: normal;
}
#Block li {
	line-height: 21px;
}
#BlockInner1 {
	padding: 2px 4px 2px 4px;
	text-align: justify;
	height: 142px;
}
#BlockInner2 {
	padding: 2px 4px 2px 4px;
	text-align: justify;
	height: 216px;
}

#Redline {
	background-color: #FF0000;
	height: 4px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 4px;
	position: relative;
	top: -51px;

}
#Grayline1 {
	background-color: #C0C0C0;
	height: 1px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 2px;
	position: relative;
	top: -90px;
}
#Grayline2 {
	background-color: #C0C0C0;
	height: 1px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 2px;
	position: relative;
	top: -51px;
}
#footer-adjust {
	position: relative;
	top: -92px;
}
.footnote {
	text-align: right;
	font-size: x-small;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
.center {
	text-align: center;
}
a {
	color: #1D5B10;
}
