@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; /* 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, Geneva, sans-serif;
	background-color: #CCC;
	text-align: center;
	width: auto;
}
.twoColFixLtHdr #container {
	width: 1060px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	height: auto;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 600%;
	font-style: oblique;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #36C;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.menu {
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 150%;
	list-style-type: none;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	clear: left;
	float: left;
	background-color: #C6F;
	margin: 0px;
	padding: 2px;
	width: 100%;
}
#navbar ul {
	margin: 0px;
	line-height: 200%;
	list-style-type: none;
	padding: 0px;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
	margin-right: 40px;
	margin-left: 40px;
}
#navbar a:link {
	color: #00F;
	text-decoration: none;
}
#navbar a:hover {
	color: #F00;
	text-decoration: none;
}
#navbar a:visited {
	color: #00F;
	text-decoration: none;
}
.twoColFixLtHdr #Lsidebar {
	float: left;
	clear: left;
	width: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.twoColFixLtHdr #sidebar {
	float: left;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.paragraphHeader {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.paragraphText {
	font-family: Arial, Helvetica, sans-serif;
}
.paragraphlink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
