@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center; /* 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: small;
	font-style: normal;
	line-height: normal;
}
.twoColFixLt #container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/backstrip.jpg)
	repeat-y
}
.twoColFixLt #sidebar1 {
	float: left;
	width: 262px;
	padding: 0
	margin: 0;
	display:block;
	line-height: 0;
}
.twoColFixLt #top {
	margin: 0 0 0 262px;
	padding: 0;
	background:url(images/smalltop.jpg)
}
.twoColFixLt #mainContent {
	margin: 0 0 0 265px;
	padding-right: 20px;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer { 
	padding: 0;
}
.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;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.heading1 {
	color: #003366;
	font-size: x-large;
	font-weight: bold;
}
.heading2 {
	color: #006666;
	font-size: large;
	font-weight: bold;
	
	}
.heading3 {
	color: #006666;
	font-size: large;
}
.link {color: #003333}
.img {vertical-align:top}
.addthis_container { float:right; }

[if IE]>
<style type="text/css"> 
#top, #sidebar1 { zoom: 1;}
</style>
<style type="text/css"> 
#mainContent, #sidebar1 { zoom: 1;}
</style>
<![endif]
.sublink {
	color: #003333;
}
