html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #F2850F;
	font-family: arial, sans-serif;
}
table.main {
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #000000;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #ffffff;
	min-height: 100%;
	width:900px;
}
table.main td {
	vertical-align: top;
}
td.clientadmin {
	padding: 5px;
}
table.admin td {
	font-size: 0.8em;
}
table.stats td {
	font-size: 0.7em;
	padding: 12px 10px 2px 2px;
}
table.stats tr.odd td {
	background-color: #e7e7e7;
}
table.stats th {
	font-size: 0.7em;
	padding: 2px 10px 2px 2px;
	font-weight: bold;
	text-align: left;
}
h3 {
	text-align: left;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
div.mainlinks {
	font-family: arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	width:100%;
}
div.formitem {
	margin-bottom: 0.7em;
	width:500px;
}
div.formitem2 {
	margin-bottom: 1.5em;
}
div.formitem3 {
	height: 3em;
}
p {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	text-align: left;
}

.orange {
	color:#F49204;
	font-weight:bolder;
	text-decoration:none;
}

.orange a {
	text-decoration:none;
}

li {
	font-family: arial, sans-serif;
	text-align: left;
	font-size: 0.8em;
	padding:0px;
}
p.nopadding {
	padding: 0;
	margin: 0;
}
td.grey {
	background-color: #dddddd;
}
div.sidebar {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin: 10px;
	margin-bottom:0px;
	margin-top:0px;
}
table.sidebar_top {
	margin-bottom: 15px;
}
td.sidebar_heading {
	text-align: center;
	background-color: #fff3e6;
	border: 2px solid #aaaaaa;
	padding: 5px;
}
td.sidebar_main {
	background-color: #f2f8ff;
	border: solid #aaaaaa;
	border-width: 0 2px 2px 2px;
}
a:link {
	color: #F2850F
}
a:visited {
	color: #222222
}
a:hover {
	color: #cccccc
}
label.wide {
	clear: left;
	display: inline;
	float: left;
	padding-right: 15px;
	font-weight: bold;
	font-size: 0.8em;
	width: 200px;
	text-align: right;
}
label.wide2 {
	clear: left;
	display: inline;
	float: left;
	padding-right: 15px;
	font-weight: bold;
	width: 140px;
	text-align: right;
	font-size: 0.8em;
}
div.contact_form {
	text-align: left;
}
span.sidebar_titles {
	font-size: 0.75em;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #F2850F;
}
.formdesc {
	font-size: 0.75em;
	text-align: left;
	font-family: arial, sans-serif;
	padding: 3px 0px 0px 154px;
}
table#calendar_pics {
	margin-top: 15px;
}
table#calendar_pics td {
	font-weight: bold;
	line-height: 2em;
}
table#rssform {
	margin-bottom: 15px;
}
table#rssform td {
	vertical-align: middle;
	height: 3em;
}
div#client_links {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}
span.orange1 {
	color: #F2850F;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none;
}

#hintbox { /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #FFF3E6;
	width: 300px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #F93;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}
.hintanchor { /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
	margin: 3px 8px;
}
-->
</style>

