@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: #a0bbc2;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.red18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #930;
	font-weight: bold;
}
.small_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333;
}


.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.sub_red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #900;
}
.twoColFixLtHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#topper {
	background-image: url(../scr_images/header_top.png);
	height: 22px;
	width: 875px;
	color: #FF9448;
	font-size: 9px;
	line-height: 22px;
}
#topperLinks a:link, #topperLinks a:visited {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	}

#topperLinks a:hover{
	color: #CBD9DA;
	text-decoration: underline;
    }

.twoColFixLtHdr #header {
	height: 203px;
	width: 875px;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
} 

.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-color: #E7ECEF;
	background-image: url(../images/nav_bg_feathered.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
}
#navLinks a:link, #navLinks a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	background-repeat: no-repeat;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 40px;

}

#navLinks a:hover{
	color: #608683;
}
.twoColFixLtHdr #mainContent {
	vertical-align: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 215px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFF;
} 
#index_placeholder {
	background-image: url(../scr_images/index_content.png);
	background-repeat: no-repeat;
	height: 450px;
	width: 650px;
}
.twoColFixLtHdr #footer {
	background-color: #A0BBC2;
	background-image: url(../scr_images/footer_brown.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 875px;
} 
.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 */
}
#copyright {
	font-size: 9px;
	color: #FFF;
	float: right;
	margin-right: 30px;
	margin-top: 3px;
}
.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;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.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;
}
#login a:link, #login a:visited {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 100px;
	display: block;
	margin-left: 50px;
}

#login a:hover{
	background-image: url(../images/login_over.jpg);
	background-repeat: no-repeat;
}
#news a:link, #news a:hover, #news a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DD8847;
	text-align: center;
}
