
#banner {
	position: absolute;
	top: 50px;
	left: 50;
	width: 840;
	height: 123;
	background-image: url(img/bnr1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #F9F9F8;
	border-top: 20px solid #E4D8CC;
	border-right: 20px solid #E4D8CC;
	border-left: 20px solid #E4D8CC;
}
#left-1 {
	position: absolute;
	top: 172;
	left: 50;
	width: 225;
	height: 250;
	background-color: #F9F9F8;
	border-right: 1px solid #999;
	border-left: 20px solid #E4D8CC;
	border-bottom: 1px solid #999;
}
#tabs {
	  position: absolute;
	  top: 173;
	  left: 50;
	  width: 840;
      float: left;
      background: #E4D8CC;
      font-size: 93%;
      line-height: normal;
      border-bottom: 1px solid black;
      z-index: 6000;
}
#tabs ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
#tabs li {
      display: inline;
      margin: 0;
      padding: 0;
}
#tabs a {
      float: left;
      background-image:url("img/tableft2.gif");
      background-repeat: no-repeat;
      background-position: left top;
      margin: 0;
      padding: 0 0 0 4px;
      text-decoration: none;
}
#tabs a span {
      float: left;
      display: block;
      background-image: url("img/tabright2.gif");
      background-repeat: no-repeat;
      background-position: right top;
      padding: 5px 20px 4px 16px;
      color: #AEA49A;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
    /* End IE5-Mac hack */
#tabs a:hover span {
      color: #FFF;
}
#tabs a:hover {
      background-position: 0% -42px;
}
#tabs a:hover span {
      background-position: 100% -42px;
}
#content-1 {
	position: absolute;
	top: 200;
	left: 50;
	width: 840;
	background-color: #F9F9F8;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 10px 10px 10px 0;
	border: 2px solid #E4D8CC;
}
#text-1 {
	float: left;
	width: 270px;
	margin-right: 15px;
	background-color: transparent;
}
#text-1 ul {
	font-size: 10pt;
	list-style: none;
	line-height: 2em;
}
#text-1 ul a {
	text-decoration: none;
}
#text-1 ul a:hover {
	color: #990000;
	text-decoration: underline;
}
#text-2 {
	float: left;
	width: 270px;
	margin-right: 15px;
}
#text-2 ul {
	font-size: 10pt;
	list-style: none;
	line-height: 2em;
}
#text-2 ul a {
	text-decoration: none;
}
#text-2 ul a:hover {
	color: #990000;
	text-decoration: underline;
}
#text-3 {
	float: left;
	width: 270px;
}
#text-3 ul {
	font-size: 10pt;
	list-style: none;
	line-height: 2em;
}
#text-3 ul a {
	text-decoration: none;
}
#text-3 ul a:hover {
	color: #990000;
	text-decoration: underline;
}
#footer {
	clear: both;
	bottom: 0;
	left: 50px;
	width: 840px;
	height: 50px;
	background-color: #999;
	z-index: 50;
}
#footer p {
	font-family: arial;
	font-size: 10pt;
	color: #FFF;
	margin: 5px 0 0 10px;
}
h1 {
	font-family: trajan pro, serif;
	font-size: 16pt;
	color: #003300;
	margin: 0 0 0 5px;
}
h2 {
	font-family: myriad pro, sans-serif;
	font-size: 12pt;
	color: #003300;
	margin: 0 0 2px 5px;
}
h3 {
	font-family: verdana;
	font-size: 12pt;
	font-weight: lighter;
	color: black;
	margin: 0 0 0 10px;
}
p {
	font-family: arial;
	font-size: 10pt;
	color: #333;
	margin: 0 5px 2px 5px;
}
ul {
	font-family: arial;
	font-size: 10pt;
	color: #000;
	margin: 0 0 2px 15px;
}
.left {
	float: left;
	margin: 0 5px 3px 5px;
	border: 1px solid #999;
}
.fee {
	margin: 0 0 10px 0;
}
.small {
	font-family: verdana;
	font-size: 8pt;
}