
body {
	background-color: #FFFFFF;
	margin: 33px 0px 15px 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	text-align: center;
}

img {
	border: none;
}
#hmcontainer,
#subpage-wrapper, 
#wrapper1,
#wrapper2,
#outer,
#float-wrap,
div.centerbox {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
div#masthead {
	width: 600px;
	background-color: #FFF;
	margin-bottom: 30px;
}

img#navendleft {
	display: none;
	visibility: hidden;
}

div#topnavigation,
div.left,
div.right {
	display: none;
	visibility: hidden;
}

#footer {
	height: 30px;
	padding-top: 40px;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	width: 600px;
	background-color: #ffffff;
}

ul#hm-footerinfo {
	list-style: none;
	width: 530px;
	margin: 0px auto;
	padding: 0px;
}

ul#hm-footerinfo a:link,
ul#hm-footerinfo a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

ul#hm-footerinfo a:hover,
ul#hm-footerinfo a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

ul#hm-footerinfo li {
	font-size: 10px;
	line-height: 20px;
	display: inline;
	padding: 0px 8px;
	text-transform: uppercase;
	color: #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

ul#footerinfo {
	list-style: none;
	width: 530px;
	margin: auto auto;
	padding: 0px;
}

ul#footerinfo a:link,
ul#footerinfo a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

ul#footerinfo a:hover,
ul#footerinfo a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

ul#footerinfo li {
	font-size: 10px;
	line-height: 20px;
	display: inline;
	padding: 0px 8px;
	text-transform: uppercase;
	color: #CCCCCC;
	border-right: solid 1px #CCCCCC;
}



#headline {
	padding: 25px 0px 25px 0px;
	background-color: #FFFFFF;
}


#headline h1.pghead {
	color: #000000;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#headline span.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #82b9db;
	font-size: 14px;
	line-height: 20px;
}

#pageintro {
	padding: 23px 0px 23px 0px;
	background-color: #FFFFFF;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	overflow: visible;
}

#pageintro a:link, #pageintro a:visited {
	color: #704725;
	text-decoration: underline;
}
#pageintro a:hover, #pageintro a:active {
	color: #000000;
	text-decoration: underline;
}

#pagecontent {
	color: #333;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.normaltext {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

#pageintro a:link, #pageintro a:visited {
	color: #333;
	text-decoration: underline;
}
#pageintro a:hover, #pageintro a:active {
	color: #000000;
	text-decoration: underline;
}

h1
{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 a:link, h1 a:visited {
	color: #afb21c;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #414042;
	text-decoration: underline;
}

h2
{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	font-weight: normal;
	margin-bottom: 8px;
}

h3
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #afb21c;
	font-weight: normal;
	margin-bottom: 5px;
}
h4, h5, h6
{
	font-size: 11px;
	margin-bottom: 0px;
}

/* SOME LINK STYLES */

a:link, a:visited
{
	color: #da7127;
	text-decoration: underline;
}
a:hover, active
{
	color: #000000;
	text-decoration: underline;
}

a.fancylink {
	display: inline;
	text-decoration: none !important;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

a.fancylink:link, a.fancylink:visited  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
}
a.fancylink:hover, a.fancylink:active  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}

span.fancylink a {
	display: inline;
	text-decoration: none !important;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

span.fancylink a:link, span.fancylink a:visited  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
}
span.fancylink a:hover, span.fancylink a:active  {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}

td, th
{
	vertical-align: top;
}

hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom: dotted 1px #000000;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 1px;
	width: 99%;
}

.introheadine {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
}

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

.smaller {
	font-size: 11px;
}

#pagecontent ul {
 padding: 0 0 12px 25px;
 margin: 0px;
}
#pagecontent ul li {
 	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  list-style: url(/images/std_bullet.gif);
}


table#currentnewslist td {
	vertical-align: top;
	padding-bottom: 10px;
}

table#currentnewslist td.date {
	padding-right: 25px;
}

table.archivetable td {
	padding-top: 5px;
}

table.newsarchivelist {
	margin-left: 15px;
	margin-bottom: 10px;
}
table.newsarchivelist td {
	padding-bottom: 5px;
}
table.newsarchivelist td.archdate {
	padding-right: 25px;
}

#contactusform {
	width: 420px;
}

#contactusform td {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

#contactusform label {
	color: #afb21c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contactusform td.fldlabel {
	width: 125px;
	padding-right: 8px;
	text-align: right;
}

#contactusform input.formfld {
	width: 275px;
}
#contactusform textarea {
	width: 275px;
}

#contactusform input.formbtn {
	display: inline;
	padding: 2px 20px 2px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #f4d5bf !important;
	border: none;
}
#contactusform input.formbtn:hover {
	background-color: #da7127;
	background-image: url(/images/fancylink_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF !important;
}
	

#contactthanks td {
	vertical-align: top;
	padding-bottom: 5px;
}
#contactthanks td.label {
	font-weight: bold;
	padding-right: 8px;
}


form {
	padding: 0px;
	margin: 0px;
}

div.blockquote {
	padding: 15px 30px;
	margin: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.clearit {
	clear: both;
}

.greenserif {
	color: #afb21c;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.footnote {
	font-style: italic;
	color: #767676;
}

.floatright {
	margin: 0px 0px 10px 10px;
	float: right;
}
.floatleft {
	margin: 0px 10px 10px 0px;
	float: left;
}

table.classlist {
	border: solid 1px #ccc;
}

table.classlist td{
	font-size: 10px;
	text-align: top;
	padding: 3px 3px 5px 3px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background-color: #FFF;
}

table.classlist tr.listaltrow td {
	background-color: #EEEEEE; 
}

table.classlist th {
	font-size: 10px;
	text-align: top;
	padding: 3px;
	text-align: left;
	border-bottom: solid 2px #ccc;
	border-right: solid 1px #ccc;
}

table ul {
 padding: 0 0 15px 15px !important;
 margin: 0px;
}
table ul li {
 	padding: 0 0 3px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	list-style: square outside;
}

table#locationslist td ul {
 padding: 0 0 5px 25px;
 margin: 0px;
}
table#locationslist ul li {
 	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  list-style: url(/images/std_bullet.gif);
}
