 @charset "UTF-8";
html {
	overflow-y:scroll;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* Basic CSS Styles */
body, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height: 14px;
}

h1 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	color: #333;
}

h2 {
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
}

p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 0 0;
	color: #000;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FF0;
  }

.twoColFixLt #container { 
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 	
	padding: 10px;
/* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 5px 10px 10px;
	margin-right:5px;
	min-height: 100%;
	background-color:#FFF;

}
.twoColFixLt #title {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color:#FFF;
		padding: 20px 5px 10px 10px;

}

.twoColFixLt #mainContent { 
	margin: 0 0 0 335px; /* 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: 20px 0 0 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;
}
.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;
}
ul {
	padding: 0px;
	line-height: normal;
	list-style:none;
						   }

