@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #838383;
	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 */
}
.twoColFixLt #container {
	width: 702px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left;
	width: 90px;
	background: #ffffff;
	margin:0 0 0 0;
	padding:0;
	padding-top:0;
}
.twoColFixLt #links {
	padding-top:24px;
	width: 90px;
}
.twoColFixLt #nav {
	margin: 0 0 0 102px;
}
.twoColFixLt #mainContent {
	float:right;
	width: 600px;
	margin: 0 24 0 102px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 24px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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;
}
#list {
	left:0;
	
}
.list_horizontal li {
	display:block;
	float:left;
	margin-right: 4px;
	margin-bottom: 8px;
}
.clearfix {
	display:block;
	float:left;
}
h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:8px;
	padding-top:8px;
	margin:0;
}
h3 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:4px;
	padding-top:4px;
	margin:0;
}
hr {
	color:#838383;
	height: 1px;
	padding:0;
	margin:0;
}
a {
	color:#838383;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}

img {
	border:0;
}

