@charset "UTF-8";
body  {
	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;
	font-family: "Goudy Old Style";
	font-size: 100%;
	background-color: #009;
	background-image: url(../images/01background.gif);
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: medium ridge #ffffff; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #B2BCFF;
} 
.twoColFixLtHdr #header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
	float: left;
	width: 780px;
	text-align: center;
	background-color: #B2BCFF;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #000099;
} 
.twoColFixLtHdr #container #header p {
	line-height: 10%;
	font-weight: bolder;
	font-size: 22px;
	color: #00009D;
	font-style: italic;
	font-family: "Goudy Old Style";
}
.twoColFixLtHdr #container #header pre {
	font-size: xx-small;
	line-height: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-color: #B3BEFF;
	text-align: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 564px;
	background-color: #FFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-weight: bold;
	text-align: left;
} 
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 20px;
}
.twoColFixLtHdr #footer {
	background-color: #B2BCFF;
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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 */
	text-align: center;
}
.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;
}
#container #mainContent a:link {
	color: #009;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#container #mainContent a:hover {
	text-decoration: underline;
	color: #009;
	font-size: 18px;
	font-weight: bolder;
}
#container #mainContent a:visited {
	color: #009;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#container #mainContent a:hover ,a:visited {
	text-decoration: underline;
	color: #009;
	font-size: 18px;
	font-weight: bold;
}
#container #sidebar1 a:link {
	color: #009;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#container #sidebar1 a:hover {
	text-decoration: underline;
	color: #009;
	font-size: 20px;
	font-weight: bolder;
}
#container #sidebar1 a:visited {
	color: #009;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#container #sidebar1 a:hover ,a:visited {
	text-decoration: underline;
	color: #009;
	font-size: 20px;
	font-weight: bold;
}

