@charset "utf-8";
html {
	height: 100%;
}
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	height: 100%;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	height: 100%;
} 
.twoColFixLtHdr #header { 
  margin: 0 25px;
} 
.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 */
	margin: 0 0 0 25px;
}
.twoColFixLtHdr #sidebarContent {
	margin: 0;
	color:#FFFFFF;
	font-size: 120%;
}
.twoColFixLtHdr #sidebarContent a {
	color:#FFFFFF;
	text-decoration:none;
}

.twoColFixLtHdr #sidebarContent a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent { 
	float: right;
	width:695px;
	background: #FFFFFF;
	margin: 0 25px 0 0;
	padding-right: 5px;
} 
.twoColFixLtHdr #content { 
	margin-left:5px;
} 
.twoColFixLtHdr #footer { 
	font-size:80%;
} 
.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 */
}
.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;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 110px;
	padding-right: 20px;
}
.twoColFixLtHdr #contactForm {
	background:#DAFAC1;
	padding: 10px;
}
.twoColFixLtHdr #contact {
	background:#DAFAC1;
	width: 300px;
}

#sidebar1 h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
	#sidebar1 {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
	#sidebar1 h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
	#sidebar1 ul, #sidebar1 ul ol {
	margin: 0 0 0 3px;
	padding: 0;
	}
	
	#sidebar1 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar1 ul p, #sidebar1 ul select {
	margin: 0 0 8px;
	}

#sidebar1 ul ul, #sidebar1 ul ol {
	margin: 0 0 0 10px;
	}

#sidebar1 ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar1 ul ol li {
	list-style: decimal outside;
	}

#sidebar1 ul ul li, #sidebar1 ul ol li {
	margin: 0 0 0;
	padding: 0;
	}
	
#menu {
	margin-top: 10px;
}
#menu-top {
	
}
#menu-links {
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-y;
}
#menu-bottom {
	
}
#links a {
	font-size: 80%;
}