@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/nav%20items/bgstars.gif);
	background-color: #fcfcae;
	font-family: "Comic Sans MS", Kids, Arial, sans-serif;
	text-decoration: none;
	left: 0px;
	top: 0px;
	position: absolute;
	font-size: 14px;
	float: left;
	z-index: 3;
	background-repeat: repeat;
}
.style1 {font-weight: bold}
.style5 {font-size: 48px}
.style6 {font-size: 14px; }


a:link {
	color: #c05df1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f1ad5d;
}
a:hover {
	text-decoration: underline;
	color: #655df1;
}
a:active {
	text-decoration: none;
	color: #fc86f0;
}

.twoColFixLtHdr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fcfcae;
	background-image: url(../images/nav%20items/bgstars.gif);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
} 
.twoColFixLtHdr #header {
	background: #fcfcae;  /* 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-image: url(../images/nav%20items/bgstars.gif);
	text-align: left;
	height: 130px;
	vertical-align: top;
	padding: 0px;
} 
.twoColFixLtHdr #container #header img {
	float: left;
	position: absolute;
	left: 1px;
	top: 0px;
}
.twoColFixLtHdr #container #breadcrumbs {
	font-family: "Comic Sans MS", Kids, Arial, sans-serif;
	font-size: 12px;
	background-color: #f8e6bc;
	background-repeat: repeat;
	float: none;
	z-index: 6;
	width: 740px;
	position: absolute;
	left: 205px;
	top: 156px;
}




.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: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 50;
	left: 680px;
	top: 30px;
}
.twoColFixLtHdr #sidebar1 {
	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: #fcfcae;
	background-image: url(../images/nav%20items/bgstars.gif);
	border-right-color: #655df1;
	height: 900px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	margin-right: 20px;
}
.twoColFixLtHdr #mainContent {
	clear: none;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 20px;
	float: left;
	position: absolute;
	height: 646px;
	width: 690px;
	left: 209px;
	top: 238px;
	background-color: #fcfcae;
	background-image: url(../images/nav%20items/bgstars.gif);
	z-index: 3;
	bottom: 300px;
} 

.twoColFixLtHdr #footer {
	background:#DDDDDD;
	margin-top: 0px;
	background-image: url(../images/nav%20items/bgstars.gif);
	background-color: #fcfcae;
	z-index: 5;
	position: absolute;
	left: 142px;
	bottom: 0px;
	height: 143px;
	float: left;
	top: 910px;
} 
.twoColFixLtHdr #sidebar1 table {
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}

.twoColFixLtHdr #footer p {
	font-size: 12px;
	background-color: #fcfcae;
	background-image: url(../images/nav%20items/bgstars.gif);
	left: 0px;
	bottom: 0px;
	position: static;
	height: 15px;
}
.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;
}
