@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container { 
	width: 880px;
	background: #f5f4f0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #f5f4f0; 
	height:80px;
} 
#logo {
		padding-bottom:14px;
}
#tagline {
	margin-left:75px;
	margin-bottom:15px;
}
#navbar {
	background:url(images/navback.jpg) repeat-x;	
	height:35px;
}
#navtext {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-left:200px;
	padding-top:10px;
	letter-spacing:2px;
	font-size:0.9em;
}
#navbar a {color:#fff; text-decoration:none; }
#navbar a:hover {text-decoration:underline; }
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top:15px;
}
.sidebar-title {
	background:url(images/sidebar-title-bkgd.jpg) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#ffffff;
	height:25px;
	padding-top:5px;
}
.sidebar-spacer {
	padding-left:10px;
}
.sidebar-item {
	width:155px;
	margin-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	color:#000000;
	height:20px;
	background-color:#C8C0B9;
}
.sidebar-item a{
	text-decoration:none;
	color:#000000;
	padding-left:5px;
}
.sidebar-item a:hover{
	text-decoration:underline;
}
#sidebar1 img {margin-left:15px;}
.twoColFixLtHdr #mainContent { 
	margin-left:200px;
	margin-top:15px;
	margin-right:235px;
} 
#leftbar {
	width:200px;
	float:right;
	margin-top:15px;
	padding-right:10px;
}
	
.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-style:italic;
	font-size:1.5em;
	text-align: center;
}
.bodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:0.9em;
	font-style: normal;
}
.feat-header {
	background:url(images/navback.jpg) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#ffffff;
	height:25px;
	padding-top:5px;
	width:680px;
}
.feat-box {
	width:680px;
	background:#C8C0B9;
	text-align: center;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/navback.jpg) repeat-x;	
	height:35px;
} 
.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 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #FFF;
	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;
}
.dropcontent{
width: 425px;
height: auto;
display:block;
}
