body {
	text-align: center;
	background:url(../images/backgrndlight.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1.4
}
a:link {
	color: #336600;
}
a:hover {
	color: #336600;
	text-decoration:none
}
a:visited {
	color: #CB5925;
}
a:active {
	color:#CB5925;
	text-decoration: none;
}
h1 {
	font-size: 170%;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-size: 135%;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 120%;
	color: #336600;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 .orange {
color: #CA5B26;
}
#wrapper {
width: 760px;
margin: 0 auto;
}
#branding {
	width: 760px;
	height: 117px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#mainNav {
	float:left;
	width:100%;
	background:#006666;
	font-size:small;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
      }
    #mainNav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #mainNav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainNav a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #mainNav a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainNav a span {float:none;}
    /* End IE5-Mac hack */
    #mainNav a:hover span {
      color:#FFF;
      }
    #mainNav a:hover {
      background-position:0% -42px;
      }
    #mainNav a:hover span {
      background-position:100% -42px;
      }
#content {
	width: 740px;
	float:left;
	text-align: left;
	padding-top:10px;
	padding-left:10px;
}
#footer {
	clear: both;
}
