@charset "UTF-8";
body  {
	background: #666666;
	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: #515A78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background-color: #CC9;
	color: #630;
} 
.twoColFixLtHdr #header {
	background-image: url(images/Header.jpg);
	height: 264px;
	width: 1000px;
} 
.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: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #CCCD95;
	background-image: url(images/SideBar.png);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	background-color: #E9E9E9;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/footerbackground.jpg);
	background-repeat: no-repeat;
	height: 79px;
	width: 1000px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 79px;
	width: 1000px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: none;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	line-height: normal;
	text-indent: 30px;
	display: block;
}
.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;
}
h1 {
	color: #9E001A;
}
.h2 {
	color: #76CB8B;
}
p {
	color: #515A78;
	text-align: center;
}
h3 {
	color: #855130;
}
h2 {
	color: #550012;
}
.footerText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}

#1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	width: 200px;
	height: auto;
	position: fixed;
	left: 180px;
	top: 844px;
}
#2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F00;
	position: absolute;
	height: auto;
	width: 300px;
	left: 553px;
	top: 854px;
}
#signups {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #F33;
	font-weight: bolder;
}
.signups {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #A20026;
}
.RedText {
	color: #930;
}

