@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c1c1c1;
	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 {
	width: 840px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 600px;
} 
.twoColFixLtHdr #header {
	padding: 15px 10px 0 40px;  /* 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. */
	height: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	color: #993300;
	font-style: italic;
} 
.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: 310px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 35px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	padding: 230px 35px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 420px;
} 
.twoColFixLtHdr #footer {
	padding: 0 50px 0 20px;
	font-size: 9pt;
} 
.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;
}
.menuitem {
	border-bottom: 2px groove #dfbe57;
	width: 145px;
	padding: 5px 0 5px 15px;
}
.menu {
	height: 215px;
}

.class2 a {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
.class2 a:hover {
	color: #990000;
}
.footer {
	width: 100%;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 50px;
	font-size: 8pt;
	padding-top: 5px;
	color: #999999;
}
.firstletter {
	float: left;
	margin: 0 15px 15px 0;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #991100;
	line-height: 18pt;
	padding: 7px 0 20px 85px;
	font-weight: bold;
}
.header1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bolder;
	padding-top: 25px;
}
.subheader {
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px groove #660000;
}
.class1 a {
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
	font-size: 12pt;
}
.class1 a:hover {
	color: #FFCC00;
}
.class3 a {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
}
.class3 a:hover {
	color: #000099;
}
.adelpartners {
	padding-top: 15px;
	width: 165px;
	text-align: center;
}
