@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 6px double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	margin-right: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #footer p {
	font-size: 12px;
	font-weight: 100;
	text-align: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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 #container #mainContent h1 {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	font-style: italic;
}
.twoColFixLtHdr #container #header h1 {
	font-size: 72px;
	font-weight: 400;
	font-variant: small-caps;
	text-align: center;
	line-height: 24px;
}
.twoColFixLtHdr #container #header h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	text-align: right;
}
.twoColFixLtHdr #container #mainContent h1 img {
	border: 0px solid #000;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin-left: 100px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 18px;
	font-weight: 200;
	text-align: justify;
	margin-right: 40px;
	margin-left: 120px;
	border: 0px ridge #666;
	padding: 20px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 22px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 p a img {
	border: 2px solid #000;
}
