@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

	
body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../_images/BGmain.gif);
	}
body  a   {
	color: #b61405;
	text-decoration: none;
}
body  a:hover   {
	text-decoration: underline;
}


#wrapper {
	position:relative;
	width: 800px;
	text-align: left;
	background-image: url(../_images/wrapperBG.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#top {
	background-color: #292929;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 16px;
	padding-bottom: 3px;
}
#Header {
	margin: 0px;
	padding-bottom: 0px;
}


#sidebar {
	float: left;
	width: 235px;
	padding-top: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-right: 15px;
}
#sidebar img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#content {
	float: right;
	width: 525px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 12px;
	padding-left: 13px;
	font-size: 15px;
}
#content  h1 {
	font-size: 24px;
	font-family: arial;
	color: #b61405;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #05377a;
}
#content h3 {
	font-size: 16px;
	color: #000000;
}



#content ul {
	text-indent: 20px;
	list-style-position: inside;
	list-style-type: disc;
}
#content ul ul {
	text-indent: 40px;
	list-style-position: inside;
	list-style-type: circle;
}
#toTop {
	float: right;
	width: 100px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#subnav {
	clear: both;
	background-image: url(../_images/subnavBG.gif);
	background-repeat: repeat-x;
	height: 37px;
	font-size: .85em;
	color: #FFFFFF;
	text-align: center;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 37px;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper #subnav a:hover {
	text-decoration: underline;
}


#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

.inputBG {
	background-color: #EAEAEA;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.imgBorder   {
	margin: 8px;
	border: thick ridge #AAAAAA;
}
#content .quote {
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: justify;
	font-style: italic;
	padding-left: 15px;
	text-indent: 30px;
	background-image: url(../_images/quotes.png);
	background-repeat: no-repeat;
	background-position: left -7px;
	padding-top: 7px;
}
#content .author {
	font-size: 1em;
	font-weight: bold;
}
