@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #b9ddc4;
}
.twoColFixLtHdr #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content_bg.gif);
	border: 2px solid #000000;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-image: url(images/header.gif);
	height: 122px;
	background-color: #216984;
	width: 770px;
/*	background-image: url(images/header.gif);*/
} 
#mainContent  img {
	border: 2px solid #000000;
}

p#break {
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	height: 1px;

}

.twoColFixLtHdr #header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	margin-left: 250px;
	margin-top: 0px;
	color: #FFFFFF;
	display: inline;
}
#header h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 300px;
	color: #000066;
	display: inline;
}
#header_shadow {
	background-repeat: repeat-x;
	padding: 0px;
	background-image: url(images/header_shadow.gif);
	font-size: 8px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
}
.twoColFixLtHdr #mainContent {
	width: 570px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #container #content {
	margin: 0px;
	padding: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0;
	clear: both;
	background-color: #246A83;
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
} 
#sidebar_content {
	font-size: small;
}

.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 */
}
p#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p#contact #name {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.center {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
}
.clearRt {
	clear: right;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
}
.clearLt {
	clear: left;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

#footer_text {
	padding-right: 10px;
	padding-left: 10px;
}

.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: 10px;
	line-height: 0px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}
#footer_shadow {
	background-image: url(images/footer_shadow.gif);
	background-repeat: repeat-x;
}
.style1 {
	color: #F70018;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}
#mainContent h2 {
	display: inline;
	color: #F70018;
}
.caplft {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}
.caprt {
	font-size: 75%;
	font-style: italic;
	text-align: left;
}
.capctr {
	font-size: 75%;
	font-style: italic;
	text-align: center;
}
.center400 {
	width: 400px;
	margin-left: 85px;
}
.twoColFixLtHdr #container #content #mainContent em {

}
.twoColFixLtHdr #container #content #mainContent #credit {
	font-size: .8em;
}

