@charset "utf-8";
body  {
	font: 90% calibri, tahoma, Arial, Verdana, Helvetica, sans-serif;
	background: #cdcdcd;
	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: 960px;
	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. */
	background-color: #FFFFFF;
	background-image: url(images/container-back2.gif);
} 
.twoColFixLtHdr #header { 
	background-image: url(frederick/top-960-frederick.jpg);
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
} 
.twoColFixLtHdr #header h1 {
	margin-top: 85px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	color: #000;
	background-color: #FFCED1;
	font-weight:bolder;
}
.twoColFixLtHdr #header p {
	margin: 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
	line-height: normal;
	color: #000;
	font-weight:bolder;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
}
.twoColFixLtHdr #ads {
	float: right; /* 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 */
	padding: 0px;
	text-align:right;
	width: 150px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 180px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #CCC;
} 
.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 */
}
.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;
}
h1           {
	font-family: calibri, "arial narrow", tahoma, arial;
	font-size: 18pt;
	color: #000080;
	font-weight: normal;
	margin-top:0;
	margin-bottom:0
}
h2           { font-family: tahoma, arial; font-size: 10pt; color: #000080; font-weight: bold; margin-top:0; margin-bottom:0 }
.headertext2 {
	width: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 600px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
			}
			
.image			{ 	border: 1px solid #000;  }
.s2pad	{ padding: 5px;
		}
div.imgr
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	padding: 2px;
}	
div.imgr imgr
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.imgr a:hover imgr {border: 1px solid #0000ff;}
div.descr
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 1px;
  font: 0.8em Arial, Helvetica, sans-serif;
}

div.imgl
{
	margin: 2px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding: 2px;
}	
div.imgl imgl
{
  display: inline;
  margin: 2px;
  border: 1px solid #000;
}
div.imgl a:hover imgl {border: 1px solid #0000ff;}
div.descl
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 1px;
  font: 0.8em Arial, Helvetica, sans-serif;
}
.headline {
	font-size: 110%;
	font-weight: bolder;
	color: #000080;
	text-align:center;
}
