@charset "UTF-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 300px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
} 
.SpringbankLogo {
	float: right;
	margin-bottom: 0px;
	text-decoration: none;
}
#SpringbankLogo {
	height: 100px;
	width: 100px;
	padding-left: 430px;
	float: right;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 9px;
}
#mainContent   ul  {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#mainContent li {
	background-image: url(images/big-circle.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	font-weight: normal;
	color: #524b26;
	background-color: #FFFFFF;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #942c61;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
	background-color: #FFFFFF;
	}
#mainContent a {
	color: #942c61;
}
#mainContent a:hover {
	color: #FF0000;
}
table {
	border-collapse:collapse;
	line-height:1.3em;
	width:100%;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/flowers.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
caption {
	font-weight:400;
	margin:0;
	padding:6px 0 8px;
	text-align:left;
	font-size: 13px;
	line-height: 24px;
	color: #000000;
}
th {
	color:#942c61;
	text-align:left;
	font-weight: 400;
	font-size: 14px;
	padding: 7px;
	vertical-align: top;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	letter-spacing: normal;
	line-height: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
}
td {
	color:#333333;
	padding:7px;
	text-align:left;
	font-weight: normal;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
a {
	color: #922B62;
}
.twoColFixLtHdr #footer {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 
.twoColFixLtHdr #footer p {
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
} 
#footer   ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer   li    {
	margin-left: .2em;
	display: inline;
}
#footer a  {
	color: #942c61;
	text-decoration: none;
	padding-right: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover     {
	color: #666666;
}
#smalltext  {
	height: 60px;
	text-align: right;
}
#rightCol {
	float: right;
	width: 400px;
	font-family: "Trebuchet MS";
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #942c61;
	padding-left: 250px;
	font-weight: normal;
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #922964;
	line-height: 22px;
}
