﻿@charset "utf-8";
body  {
	font: 12pt Goudy Old Style, Helvetica, sans-serif;
	line-height: 130%;
	background: #434343;
	background-image: url('../images/bkgrnd.jpg');
	background-repeat: repeat-x;
	margin: 15px;
	padding: 0;
	text-align: center;
	color: #523f26;
}
.jackley #container { 
	background: white;
	width: 850px;
	border: solid #93b7ce 0px;
	margin: 0 auto;
	text-align: left;
} 
.jackley #header {  
	margin: 0 auto;
	height: 364px;
}
.jackley #signup {  
	width: 850px;
	margin: 0 auto;
	height:30px;
	text-align: right;
}
.jackley #mainlinks { 
	background-image: url('../images/jackley_mainlinkbar.jpg');
	background-repeat: no-repeat;
	height: 75px;
	text-align: center;
}
.jackley #mainlinktext { 
	font: 16pt Goudy Old Style, Helvetica, sans-serif;
	height: 75px;
	padding: 18px 0 0 15px;
	text-align: left;
}
.jackley #links {
	padding: 5px 0px 0 0px;
}
.jackley #sidebar1 {
	float: left;
	width: 220px;
	padding: 20px 10px 15px 0px;
	text-align: left;
}
.jackley #sidebartext {
	font: 14pt Goudy Old Style, Helvetica, sans-serif;
	font-weight: bold;
}
.jackley #mainContent { 
	margin: 0 0 0 245px;
	padding: 0px 15px 0px 15px;
}
.jackley #mainContent_successful { 
	margin: 0 0 0 10px;
	padding: 0px 15px 0px 15px;
}
.jackley #mainContent hr{ 
	border-top:1px dotted gray;
	height: 1px;
} 
.jackley #footer { 
	background-image: url('../images/btmfade.jpg');
	background-repeat: repeat-x;
	height:84px;
} 
.jackley #btminfotext {
	font: 10pt arial, Helvetica, sans-serif;
	padding: 20px 0px 0 0px;
	margin: 0;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #0A3866;
}
a:visited {
	color: #0A3866;
}
a:hover {
	color: #408ebf;
}
a:active {
	color: #0A3866;
}
.mainlinktext a:link {
	color: white;
}
.mainlinktext a:visited{
	color: white;
}
.mainlinktext a:hover {
	color: Red;
}
.mainlinktext a:active{
	color: white;
}
.btminfotext a:link {
	color: #0A3866;
}
.btminfotext a:visited{
	color: #0A3866;
}
.btminfotext a:hover {
	color: #408ebf;
}
.btminfotext a:active{
	color: #0A3866;
}