@charset "utf-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #000000; 
	font-weight: bold; 
	text-align: center; 
	margin-bottom: 10px;
	}
h2 {font-size: 16px; color: #800080; font-weight: bold; text-align: left; margin-bottom: 10px;}
h3 {font-size: 14px; color: #3d7c88; font-weight: bold; text-align: left; margin-bottom: 3px;}
h4 {font-size: 16px; color: #3d7c88; font-weight: bold; text-align: center; margin-bottom: 10px;}
p {margin-bottom: 10px;}
a:hover {color: #800080; text-decoration: underline;} 
a:visited {color: #800080;} 
a:link {color: #800080; text-decoration: underline;}
a:active {color: #800080;}

.twoColElsLt #container { 
	width: 800px;
	background: #FFFFFF;
	border: solid #ffffff 1px;
	margin: 0 ; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColElsLt #sidebar {
	float: left; 
	width: 120px; 
	background: url('images/left-panel-repeat.gif') repeat-y #4995a3 left 100%; 
	padding: 0; 
	min-height: 750px;
}

#side-top {position: relative; left: 0; top: -10px; }

.twoColElsLt #sidebar li {padding: 10px 0 10px 15px; list-style-type: none; } 

.twoColElsLt #mainContent {
	position: relative;
	margin-left: 120px; 
	padding: 0;
} 
.caption {font-size: 14px; color: #000000; font-weight: bold; text-align: center; }
.address-text {font-size: 14px; color: #008080; font-weight: bold; text-align: center; }
.footer-text {font-size: 12px; color: #008080; text-align: center; }

.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;
}