@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/BodyBkgd.gif) center top;
	color: #333333;
	font-size: 9pt;
	line-height: 1.5em;
	text-decoration: none;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style: inside;
	background: url(images/ContainerHomeImage.gif) no-repeat center top;
}
h3 {
	font-size: 11pt;
	color: #000000;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 260px 0px 100px;
	color: #333333;
	margin-right: 20px;
}
.twoColFixLt #mainContent {
	padding-top: 140px;
} 
.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: right;
	width: 145px;
	background: url(/images/menuButtonRepeat.gif) repeat-y center top;
}
.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 */
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
a:link {
	text-decoration: none;
	color: #0033FF;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
