@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;
	background-color: #0000AF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.twoColFixLtHdr #img {
	float: left;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 2px;
	vertical-align: text-top;
}

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/wrc_bk.jpg);
} 
.twoColFixLtHdr #header {
	background-image: url(images/logo_header2.jpg);
	height: 100px;
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center top;
} 
.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: 0px;
}
.twoColFixLtHdr #container #header h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 117px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #8FC3FF;
	height: 750px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #8FC3FF;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #8FC3FF;
	border-top-style: none;
	border-top-color: #8FC3FF;
	border-top-width: thin;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #8FC3FF;
} 
.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;
}
.smallTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.smallTxtBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	line-height: 16px;
	font-weight: bold;
}
.smallTxtBoldCntr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
}
.smallTxtQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-style: italic;
}
.dropcap {
	float: left;
	color: #000099;
	margin-right: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}
.smallTxtBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
	line-height: 16px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	text-align: right;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}
.smallestTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	line-height: 12px;
}
.largeTxtBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	background-position: center;
}
.centerUl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	text-align: center;
	list-style-type: disc;
	list-style-position: inside;
}
