@charset "UTF-8";
body  {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	color: #333333;
	background: #000000 url(../images/bkgds/pgbkgd17.jpg) no-repeat center top;
	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 */
}
h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #f4a245;
}
h2 {
	margin: 12px 0px 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 15px;
	color: #f4a245;
}
h3 {
	text-align: center;
	margin: 0px;
	padding: 25px 0px 3px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #F4A244;
}

h4 {
	margin: 0px;
	padding: 18px 0px 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #F4A244;
}
h5 {
	margin: 0px;
	padding: 2px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 13px;
	color: #F4A244;
}
p {
	text-indent: 21px;
	margin: 12px 0px 4px;
	padding: 0px;
}
a {
	color: #f39831;
}
a:link {
	color: #f39831;
}

a:visted {
	color: #e28d2c;
}

a:hover {
	color: #e28d2c;
}
a:active {
	color: #e28d2c;
}

img a {
	border: none;
}

.lightgrey11 {
	font-size: 11px;
	color: #666;
}


#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	height: auto;
}
#pagetop {
	background: transparent url(../images/bkgds/headerbkgdtall.gif) no-repeat left top;
	height: 133px;
	width: 100%;
	color: #FFF;
}
#navbarholder {
	background: transparent url(../images/bkgds/navholderbkgd.jpg) no-repeat left top;
	height: 64px;
	width: 100%;
	color: #FFF;
	padding: 0px;
}
#topnav {
	color: #F4A145;
	text-align: right;
	margin: 0px;
	padding: 5px 12px 0px 0px;
	height: 23px;
	width: 838px;
	font-size: 11px;
}
#navbar {
	background: transparent url(../images/bkgds/navbkgd.jpg) no-repeat left top;
	height: 36px;
	width: 100%;
}
#innerwrapper {
	background: transparent url(../images/bkgds/innerwrapbkgd.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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: url(../images/bkgds/headerstripe_loop.jpg) repeat-x left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 10px;
	color: #FFF;
	height: auto;
}
#mainContent {
	margin: 0 288px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	height: auto;
} 
.apptable {
	border: 1px solid #CCC;
	font-size: 11px;
}
.apptable td {
	border: 1px dotted #aaa;
}
.nobullets {
	list-style: none;
}
.littlebullets {
	list-style: circle;
}


.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;
}
#footer {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: #f4a245;
	text-align: center;
	margin: 8px auto 0px;
	height: 30px;
	width: 850px;
}
#contacttable {
	margin: 12px auto 0px;
	border: 1px dotted #F6A146;
	padding: 8px;
}

.subscribeform {
	margin: 0px 0px 0px 100px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px dotted #999;
	padding: 0px;
}
.signup {
	font: bold 15px/19px Arial, Helvetica, sans-serif;
	color: #c8781d;
	margin: 0px;
	padding: 2px 0px 12px;
}

