body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	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 */
}
.twoColFixLtHdr #container { 
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #cccccc url(/grfx/nav/background.gif) repeat-y scroll center top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {  
	padding: 0;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 50px 200px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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: 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;
}
 

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 90px;
	color: #333333;
	margin: 10px 0px 0px;
	line-height: 16pt;	
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 90px;
	color: #333333;
	margin: 10px 0px 0px;
	line-height: 18pt;	
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	line-height: 18pt;
	margin: 0px 50px 0px 0px;	
}

#primary {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-left: 30px;
	padding-right: 0px;
	color: #ffffff;
	margin: 10px 0px 0px;
	line-height: 10pt;
}

#primary a {
	color: #ffffff;
	border: none;
	text-decoration: none;
	}

#primary a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

#secondary {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 0px;
	color: #5b3e2d;
	margin: 10px 0px 0px;
	line-height: 16pt;
}

#secondary a {
	color: #5b3e2d;
	border: none;
	text-decoration: none;
	}

#secondary a:hover {
	color: #5b3e2d;
	text-decoration: underline;
	}
	
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	padding-left: 30px;
	padding-right: 0px;
	color: #a09dcd;
	margin: 10px 0px 0px;
	line-height: 11pt;
}

.tablestyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000;
	margin: 0px 0px 0px;
	line-height: 12pt;
}

.alignbottom {
	vertical-align: bottom;
}

#contactForm1,#contactForm2,#contactForm3,#contactForm4 {
	    display: none;
	    margin-top: 1em;
	    padding-left: 1em;
	    font-size: 10pt;
	}
	
	#contactForm1 input, #contactForm2 input, #contactForm3 input, #contactForm4 input {
	    display: block;
	    margin-bottom: 1em;
	    width: 24em;
	}

	#contactForm1 input.button, #contactForm2 input.button, #contactForm3 input.button, #contactForm4 input.button {
	    width: 5em;
	}
  
	#contactForm1 textarea, #contactForm2 textarea, #contactForm3 textarea, #contactForm4 textarea {
	    display: block;
	    font-size: 10pt;
	    margin-bottom: 1em;
	    width: 24em;
	}

	#contactForm1 select, #contactForm2 select, #contactForm3 select, #contactForm4 select {
	    display: block;
	    font-size: 10pt;
	    margin-bottom: 10pt;
	    width: auto;
	}

	#contactForm1 label, #contactForm2 label, #contactForm3 label, #contactForm4 label {
	    display: block;
	    width: 24em;
	}

	form, {
	    width: 24em;
	}

#contactForm {
	display: none;
}

#contactForm form {
	position: relative;
	width: 12em;
}

span.boldLabel {
	display: block;
	width: 9.5em;
	font-weight: bold;
	border-bottom: solid 1px #5b3e2d;
}

#contactForm input, #contactForm textarea {
	display: block;
	width: 12em;
	margin-bottom: 1em;
	font-size: 8pt;
	line-height: 9pt;
	border: solid 1px #a09dcd;
}

#questionform {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	padding-left: 10px;
	padding-right: 90px;
	color: #333333;
	margin: 10px 0px 0px;
	line-height: 18pt;	
}

input.hidden {
	display: none;
	visibility: hidden;
	height: 0px;
}

#contactForm select {
	width: 12em;
	margin-bottom: 1em;
	font-size: 8pt;
}

label {
	display: block;
}


.babyblue {
	color: #06C;
	font-weight: bold;
}

#lavender {
	color: #96F;
}

#lavender a {
	color: #96F;
}

#lavender a:hover {
	color: #96F;
}