@charset "UTF-8";
body  {
	background: #0CF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container #mainContent {
	background: #00C;
	text-align: center;
}
#container #mainContent p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	margin-right: 25px;
	margin-left: 290px;
	color: #FFF;
}
.twoColFixLtHdr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: justify;
	background: #000;
	height: auto;
} 
.twoColFixLtHdr #header {
	background: #000;
} 
.twoColFixLtHdr #header h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FF0;
	background: #000;
	font-size: 3em;
	text-align: right;
	padding: 5px 75px 5px 5px;
	border-bottom: thick solid #CCC;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #000;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.1em;
	padding-right: 10px;
}
.twoColFixLtHdr #footer p {
	margin: 0 0 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	background: #000;
	text-indent: 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	margin-left: 305px;
	text-align: left;
	color: #FF0;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #FF0;
	text-align: left;
	font-weight: normal;
	margin-left: 10px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	padding-left: 10px;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 p a {
	font-weight: bold;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #FFF;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #FFF;
}

