@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b2b3b7;
	background-image: none;
	top: 0px;
}
.twoColFixLt #container {
	width: 812px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b2b3b7;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/2009_menubars/menubar_19.jpg);
	top: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 211px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/2009_menubars/menubar_19.jpg);
	color: #FFF;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 211px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
} 
.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;
	font-size: 1px;
	line-height: 0px;
}
#mainContent h1 {
	color: #333;
	font-size: 30px;
	font-variant: normal;
}
#mainContent p {
	color: #333;
	font-size: 14px;
}
#mainContent h2 {
	color: #333;
	font-size: 18px;
}
#mainContent h3 {
	color: #333;
	font-size: 12px;
}
#sidebar1 table tr td table tr td h6 a {
	font-size: 80%;
}
#sidebar1 table tr td table tr td h5 {
	font-size: 14px;
}
.twoColFixLt #container #mainContent table {
	text-align: left;
}

