@charset "utf-8";
body  {
	font: normal 76%/1.3em 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;
}

a { color: #800000; }
a:visited { color: #660099; }

p {
	margin-left: 4px;
	font-size: 1.1em;
}

table p {
	margin: 0 0 0 4px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }

h1 {
	margin: 0 0 8px 0 ;
	padding: 0 4px 7px;
	font-size: 2.6em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 2px solid #000;
}

h2 {
	padding: 0 4px;
	font-size: 1.1em;
	line-height: 1em;
	text-transform: capitalize;
	color: #336666;
}

h3 {
	padding: 0 4px;
	font-size: 1em;
	line-height: 1em;
	text-transform: capitalize;
}

li {
	margin-bottom: 5px;
}

dt { font-weight: bold; }

dd { margin-bottom: 15px; }

.twoColFixLtHdr #container {
	width: 751px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 0 30px 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	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. */
	margin: 0;
} 

.twoColFixLtHdr #sidebar1 {
	margin: 2px 0 0 10px;
	padding: 0;
	width: 159px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 13px 0 0 0;
	padding: 0;
	width: 562px;
	float: right;
}
.twoColFixLtHdr #mainContent .image-padding-left {
	display: block;
	margin-left: 15px;
	;
} 
.twoColFixLtHdr #footer {
	margin-top: 50px;
	font-size: 0.9em;
}
.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;
}
.twoColFixLtHdr #mainContent .image-padding-right {
	display: block;
	margin-right: 15px;
}

