body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #E7F2FE;
	background: #ffffff url('images/bg2.gif') top center repeat-x;
	line-height: 16px;
	margin: 0; 
	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;
}
#topmenu {	
position: relative;
	top: 19px;
	left: 15px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 41px;
	
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#5B8FBE;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#5B8FBE;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
#introduction{
	float:right;
	width:180px;
	padding:5px 0px;
	margin:0;
	background: url(images/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	color:#999999;
}

#introduction ul, #introduction li {
text-align:left;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}

#introduction a {color:#4f4f4f;}
#introduction a:link, a:visited, a:active{color:#4f4f4f;}
#introduction a:hover{color:#4f4f4f;text-decoration:none;}	
H1 {
	font-size:18px;
	color:#000;
	padding:10px 10px 0px 0px;
}
H2 {
	font-size:14px;
	color:#000;
	padding: 5px;
	line-height: 14px;
}
h3{
	color:#5B8FBE;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:normal;
	letter-spacing:normal;
	font-size:14px;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}
H4 {font-size:12px;font-weight:bold;}
#photospot{height: 192px;width:800px;background-image:url('images/header-name.jpg');}

.twoColFixLtHdr #container { 
	width: 800px;  /* 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-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
.twoColFixLtHdr #header { 
	padding: 0; 
	margin: 0;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 10px 0 215px;
	padding: 0;
} 
#mainContent img {padding:10px;}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; 
	background-color: #E7F2FE;
	font-size:12px;
	text-align:center;
} 
.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;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
