@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: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	background-repeat: repeat;
	font-size: 75%;
	background-color: #FFFFFF;
}
a:link {
	color: #f185bc;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #6F1C46;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6F1C46;
	text-decoration: none;
	font-weight: bold;
}



.twoColFixRtHdr #container {
	width: 1004px;  /* 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 #f185bc;
	text-align: left;
} 
.twoColFixRtHdr #header {
	background-image: url(/images/qspace.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
	margin-top: 10px;
	height: 190px;
} 
#leaffloater {
	margin-left: -200px;
	position: absolute;
	margin-top: 250px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFFFFF;
	border-left: 1px dashed #f185bc;
	padding: 0px 20px 0px 20px;

}


h1, h2, h3, legend {
	font-weight: bold;
	text-transform: uppercase;
	color: #EE3C96;
	font-size: 120%;
	height: 25px;
	background-image: url(/images/leaf_sml.gif);
	background-repeat: no-repeat;
	text-indent: 50px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 350px 0 0; /* the right margin on this div element creates the column down the right 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: 15px 20px 20px;
	clear: left;
} 

.twoColFixRtHdr #footer {
	background:#ffffff;
	text-transform: uppercase;
	text-align: center;
	height: 50px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	border-top: 1px dashed #f185bc;
} 
#nav {
	height: 2.2em;
	width: 1002px;
	margin-left: 2px;
}


.twoColFixRtHdr #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 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #EE3C96;
	font-weight: bold;
	font-size: 80%;
}
.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;
}
#sidebar1 h3 {
	color: #3299cc;
	background-position: -100px;
	text-indent: 0px;
}
#button {
	background-color: #FFE6F2;
	border: 1px dashed #EE3C96;
	font-weight: bold;
	color: #3299CC;
	font-size: 90%;
	clear: both;
}
.buttonrollover {
	background-color: #EE3C96;
	border: 1px dashed #3299CC;
	color: #FFE6F2;
}
label {
	font-weight: bold;
	text-transform: uppercase;
	color: #3299CC;
	display: block;
}
.likelabel {
	font-weight: bold;
	text-transform: uppercase;
	color: #3299CC;
	clear: both;
}
.checkboxes {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.checkboxes label { display: inline; }
.formerrors {
	font-weight: bold;
	color: #EE3C96;
}
.timecontainer {
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #EE3C96;
	padding: 3px;
	margin: 0.5em;
}
