.twoColFixLtHdr #container {
	width: 861px; /* 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. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
} 

.twoColFixLtHdr #header {
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* 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: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	margin-top: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
.twoColFixLtHdr #mainContent {
	background-color: #D7E7F7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 8px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 80%;
} 
.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-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.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;
}
	
td {
	color:#666666;
	}
	
a {
	color: #006699;
	}
	
a:hover {
	color: #0066CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 1px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#CC99CC;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #339933;
	line-height:26px;
	letter-spacing:0.21em;
	border: 1px dotted #339933;
	padding: 15px;
	background-color: #E8ECF8;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.twoColFixLtHdr #container #mainContent h1 {
	color: #006699;
	font-size: 18px;
	padding-top: 10px;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 12px;
	line-height: 20px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 16px;
	color: #006699;
}
.twoColFixLtHdr #container #sidebar1 p #date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #176895;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #A92A23;
}
.twoColFixLtHdr #container #mainContent #feature2 h1 {
	color: #A92A24;
	font-size: 18px;
}
.twoColFixLtHdr #container #mainContent #feature2 {
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent #feature {
	padding-left: 3px;
}
.twoColFixLtHdr #container #mainContent #feature h1 {
	color: #006699;
}
.twoColFixLtHdr #container #sidebar1 .zoom_searchform {
	vertical-align: top;
}




.twoColFixLtHdr #container #sidebar1 .datescript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-style: normal;
	height: auto;
}
.twoColFixLtHdr #container #mainContent hr { color:#FFFFFF;
}
