@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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #225199;
}
h2 {
	font-size: 20px;
	font-style: italic;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 350px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #navbar {
	text-decoration: none;
	background-image: url(../images/navbar-image.jpg);
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	font-size: 20px;
	color: #215097;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.twoColFixLtHdr #navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixLtHdr #navbar ul li {
	display: inline;
}
.twoColFixLtHdr #navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #225199;
	text-decoration: none;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.twoColFixLtHdr #navbar ul li a:hover {
	color: #999999;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 18px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	color: #225199;
}
.twoColFixLtHdr #sidebar1 img {
	border: 3px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 425px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent a:link {
	color: #225199;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent li img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #225199;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent img {
	margin-top: 100px;
	border: 2px solid #999999;
	margin-left: 10px;
}
.twoColFixLtHdr #mainContent2 {
	margin-left: 425px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 23px;
}
.twoColFixLtHdr #mainContent2 a:link {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent2 a:visited {
	color: #000000;
}
.twoColFixLtHdr #mainContent3 {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 23px;
}
.twoColFixLtHdr #mainContent3 a:link {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent3 a:visited {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent3 a:hover {
	color: #666666;
}
.twoColFixLtHdr #mainContent3 h1 {
	font-size: 15px;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	border-bottom-color: #999999;
	color: #225199;
	margin-right: 5px;
}
.twoColFixLtHdr #logobar {
	margin-left: 295px;
	margin-top: 0px;
}
.twoColFixLtHdr #logobar img {
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #footer {
	background-color: #CCCCCC;
} 
.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 */
	color: #225199;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}
.twoColFixLtHdr #bottomnav {
	background-color: #225199;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixLtHdr #bottomnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #bottomnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #bottomnav a:hover {
	color: #999999;
	text-decoration: none;
}
.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;
}
