@charset "UTF-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	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;
	background-color:#F9F9F9;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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: #fff; 
	padding: 0;  /* 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. */
} 
/*Image Replacement Hack*/
#headerhack {
	width: 570px;
	height: 55px;
	background: url(images/logo.png);
	background-repeat:no-repeat;
	color: #fff;
	font-size: 1px;
	float:left;
	line-height: 50px;
	overflow:hidden;
	margin-top: 5px;
	}
#navbar {
	clear:both;
	margin: 0 auto 10px auto;
	width:770px;
}
#navbar ul, #navbar li  {
	margin:0 auto 0 auto;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:16px;
	line-height: 35px;
	display:inline;
	padding: 2em;
	}
#navbar p{
	display:inline;
	}

/*The Following Control the Styling of the sidebar*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #fff;
	clear:both;
	border:solid 1px;
	margin: 0 0 0 10px;
	min-height: 525px;
}
#sidebar1 p  {
	width:225px;
	margin:0 auto 0 auto;
	}
#sidebar1 h3  {
	color:#666666;
	margin-left: 10px;
}
#sidebar1 p.blurb  {
	font-size:12px;
	color:#666666;
	text-align:right;
	margin-top: 5px;
	}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #fff;
	margin-left:10px;
	clear:both;
	}

.twoColFixLtHdr #mainContentfixed {
	margin: 0 5px 0 275px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 1px;
	width: 497px;
	min-height: 525px;
	height: 525px;
} 
#mainContent {
	margin: 0 5px 0 5px;
	border: solid 1px;
	}
	
#mainContent p  {
	width:750px;
	text-indent:15px;
	padding:0 10px 5px 10px;
	font-size: medium;
	}
#mainContent h1  {
	font-size:1.75em;
	padding:10px 0 0 30px;
	margin: 15px;
	}
#mainContent h2 {
	font-size:1.25em;
	padding: 0 0 0 10px;
	}
#mainContent td {
 font-weight:bold;
 width:50%;
  }
#mainContentLower {
	margin: 10px 5px 0 5px;
	border: solid 1px;
	background-color: #F5F5F5;
	}
#mainContentLower h1  {
	font-size:1.75em;
	padding:10px 0 0 30px;
	margin: 15px;
	}
#mainContentLower h3   {
	margin: auto 15px;
	}
#mainContentLower p  {
	text-indent:15px;
	padding:0 10px 5px 10px;
	}
#mainContentBottom {
	margin: 10px 5px 0 5px;
	border: solid 1px;
	background-color: #E5E5E5;
	}
#mainContentBottom h1  {
	font-size:1.75em;
	padding:10px 0 0 30px;
	margin: 15px;
	}
#mainContentBottom p  {
width:750px;
	text-indent:15px;
	padding:0 10px 5px 10px;
	font-size: medium;
	}
#mainContentBottom h2 {
	font-size:1.25em;
	padding: 0 0 0 30px;
	margin: 10px 0 0 0;
	}
#mainContentBottomContainer  {
	width:550px;
	margin:0 auto;
	}
		
#gallery  {
	border: solid 1px;
	width: 498px;
	margin: 10px 5px 0 273px;
	height: 100px;
	padding-left: 5px;
	}
#gallery h3  {
	padding-left:10px;
	color:#84002A;
	margin: 0;
	}
#indexgallery  {
	border: solid 1px;
	width: 760px;
	height: 110px;
	clear: both;
	margin: 10px auto 0 auto;
	}
#indexgallery h3  {
	color:#84002A;
	margin: 5px auto 2px 10px;
	}
#footer {
	margin:10px 5px;
	background:#fff;
	clear:both;
	border: solid 1px;
} 
#footer table  {
	color:#034792;
	font-size:.75em;
	width:100%;
	}
	
#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 */
}
/*link styles*/
#navbar  a{
	color:white;
	text-decoration:none;
	}
#navbar a:hover{
	color:#CCCCCC;
	text-decoration:underline;
	}
#navbar a:visited{
	color:white;
	text-decoration:none;
	}
#navbar a:visited:hover{
	color:#CCCCCC;
	text-decoration:underline;
	}
#header a{
	color:black;
	text-decoration:none;
	}
#header a:hover{
	color:#000000;
	text-decoration:underline;
	}
#header a:visited{
	color:#666666;
	text-decoration:none;
	}
#header a:visited:hover{
	color:#666666;
	text-decoration:underline;
	}
#footer a{
	color:#034792;
	text-decoration:none;
	}
#footer a:hover{
	color:#333333;
	text-decoration:underline;
	}
#footer a:visited{
	color:#034792;
	text-decoration:none;
	}
#footer a:visisted:hover{
	color:#333333;
	text-decoration:underline;
	}
#sidebar1 a{
	color:#84002A;
	text-decoration:none;
	}
#sidebar1 a:hover{
	color:#034792;
	text-decoration:underline;
	}
h1 a:link, h1 a:active, h1 a:visited {
	color: black;
	text-decoration: none;
}
h1 span {
	color: #AAA;
}
h1 a:hover, h1 a:focus {
	color:#034792;
}
/*styling classes */
.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;
	text-align:right;
}
.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;
}
.blurb2{
	font-size:10px;
	font-style:italic;
	font-weight:normal;
	}
