@charset "UTF-8";
body  {
	font: 100% gil sans, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(images/newbck.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
	background-image: url(/images/box.png);
} 
.twoColFixLtHdr #header {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-image: url(images/logo2.jpg);
	width: 774px;
	height: 94px;
} 
.headermenu {
	margin: 0;
	padding: 3px 3px 3px 3px;
	position: relative;
	top: 75px;
	left: 515px;
	width: 250px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
	background-image: url(images/box.png);
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 120px;
	background-image: url(images/boxback.png);
	padding: 4px;
	background-color: #CCCC99;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 0px;
} 
.twoColFixLtHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0px;
}
.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;
}
.imagefloatright {
float:right;
margin-left:10px
}
H4 {
	font: snellroundhand;
}

HR {
	width: 100%;
	color: #000000;
	height: .5px;
}
