@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(background.png);
	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;
}

.twoColFixLtHdr #container_top {
	
	width: 900px;
	height: 20px;
	margin: auto;
	margin-bottom:4px;
	font-size: 80%;
	color: #fff;
	
}

.twoColFixLtHdr #container_top p {
		margin: 0;
		padding-top:5px;
	
}

.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(container_bkgd.png);
	background-repeat:no-repeat;
	margin: 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. */
} 
.twoColFixLtHdr #header {  
	padding: 0;
	padding-left: 1em;
	/* 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: 10px 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: 225px; /* 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 */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 10px 25px;
}

#table1 {
	background-image:url(table_sidebar_bknd2.png);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	padding-bottom:1em;
	
	
	
}

#table1 td {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 2px;
	padding-left: 2px;
	
}

#caption {
	font-size:90%;
	margin:  0;
	

}

#cell1 p {
	font-size:70%;
	padding-left:1em;
	margin:0;

	
}

#form1 label {
	font-size: 80%;

}

#form1 {
	background-image:url(table_form_bknd.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 230px;
	margin:0;
	padding:0;
}




#table2 td h4{
	font-size: 90%;
	margin: 0px;
	padding-left: 1.75em;
	padding-top: 1em;
	padding-bottom: 0px;
	color:#000;
}

#table2 td p {
	font-size:70%;
	padding-left: 3em;
	padding-right: 3em;
	padding-top: 3em;
	padding-bottom:2em;	
}

#table2 td h5 {
	font-size:80%;
	padding-left: 2em;
	padding-top: 1px;
	padding-right:2em;
	margin: 0px;
	color:#555;
	
	
}

#table2 ul, ol, li {
	font-size: 75%;
	Margin: 0;
	padding: 0;
	margin-left: 3em;
	margin-right: 2em;

	
}



#more_info {
	margin:0;
	padding-top: 1.75em;
	padding-left: 14em;
	
	
	
}

#more_info2 {
	margin:0;
	padding-top: .75em;
	padding-left: 14em;
	
	
	
}

#more_info3 {
	margin:0;
	padding-top: 2.5em;
	padding-left: 14em;
	
	
	
}


#grayBox2 {
	width: 620px;
	background-image:url(rounded_corner_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#ccc;
	
	
}

#grayBox2 h4 {
	

	background-image:url(rounded_corner_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#BBB;
	
	
	
}



#grayBox1 {
	width: 625px;
	height:300px;
	background-image:url(graybox.png);
	
	background-repeat:no-repeat;
	background-position:center;
	
	
}


#grayBox1 h3 {
	
	font-size: 90%;
	margin: 0px;
	padding-left: 5 em;
	padding-top: 0;
	padding-bottom: 0px;
	color:#000;
	
}

#grayBox1 h4 {
	font-size:60%;
	padding-left: 3em;
	padding-top:0;
	margin: 0px;
	
}

#grayBox1 p {
	font-size:60%;
	padding-left: 3em;
	padding-right: 1em;
	padding-top: 0;
	padding-bottom:2em;
	
}


#main_text h4 {

	padding-left: 1.75em;
	padding-right: 2em;
	padding-top:0;
	margin: 0px;
	color:#F60;
}

#main_text h5 {

	padding-left: 2.25em;
	padding-top:0;
	
	padding-right: 2em;
	margin: 0px;
	color:#000;
}

#main_text p {
	font-size: 70%;
	padding-left: 3em;
	padding-right: 4em;
	padding-top:0;
	margin: 0px;
	color:#000;
}

#main_text img {
	
	padding-left: .75em;

}

.twoColFixLtHdr #mainContent { 
	margin: 6px 0 0 260px; /* 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: 20px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.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 */
	font-size: 60%;
}
.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;
}
