@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;
	text-align: center;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
} 
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	color: #333;
	
} 
.twoColFixLtHdr #header {
	padding: 0 10px 4px 0px;
	height: 134px;
	border-bottom: 1px solid #666;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 220%;
}
.twoColFixLtHdr #container #footer p a {
	color: #333;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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: 0 20px;
	border-left: 1px solid #666;
	min-height: 600px;
} 
.twoColFixLtHdr #mainContent a {
	color: #333;
}
.twoColFixLtHdr #footer {
	padding: 0 20px 0 20px;
	text-align: center;
	background-color: #ccc;
	height: 110px;
} 
.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 */
	color: #999;
}
.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;
}
.twoColFixLtHdr #container #header img {
	float: left;
}
.twoColFixLtHdr #container #header .headerRight {
	text-align: right;
	margin-left: 660px;
	height: 134px;
}
.twoColFixLtHdr #container #header .headerRight p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #header .headerRight p {
	font-weight: bold;
}
.twoColFixLtHdr #container #header .headerRight p a {
	text-decoration: none;
	color: #333;
}
.twoColFixLtHdr #container #header .headerRight p a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer p .copyright  {
	font-family:"Times New Roman", Times, serif;
}
.comicSans {
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
	font-size: 80%;
}
#logo {
	height: 134px;
	width: 654px;
	float: left;
}
#menuImages	{
	text-align: center;
	padding: 4px;
	background-color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #container #sidebar1 li {
	list-style-type: none;
}

.twoColFixLtHdr #container #sidebar1 a:link, .twoColFixLtHdr #container #sidebar1 a:visited {
	color: #333;
	text-decoration: none;
	padding: 0px 4px 20px 2px;
	display: block;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 a:hover, .twoColFixLtHdr #container #sidebar1 a:active {
	color: #000;
	text-decoration: underline;
}
.imgR	{
	float: right;
	margin-left: 12px;
}
.imgL	{
	float: left;
	margin-right: 12px;
}
.twoColFixLtHdr #container #mainContent #pageHeader {
	margin-top: 0px;
	padding-top: 20px;
}
