@import url("cms/modules/gallery.css");

/* CSS Document */
body.main {
	background-color: #FAE3A8;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 7px 0px 0px 0px;
	padding: 0;
}
body {
	background-color: #FAE3A8;
}

body, td {
	color: #277267;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a, img a {
	color: #277267;
}
INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 13px;
	color: #277267;
	background-color: #F3FDFF;
	border: inset 1px #277267;
}
P{
	text-indent: 0;
}

tr.topNav td{
	font-style: italic;
	color: #FAE3A8;
	padding-right: 5px;
	padding-left: 27px;
	line-height: 30px;
}
td#homelink{
	font-style: normal;
	font-weight: bold;
	color: #FAFBFC;
}
tr.topNav a{
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #FAFBFC;
}
td.leftNav a{
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #F3FDFF;
	margin: 1px 5px 0 10px;
	padding: 5px;
}
td.leftNav div#highlight{
	color: #FAE3A8;
	background-color: #6E987D;
}
td.pages{
	vertical-align: top;
	padding: 0px 0px 0px 15px;
}
td#corner{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F3FDFF;
	border-left-color: #F3FDFF;
	padding: 10px;
	line-height: 20px;
	text-indent: 20px;
}
td#corner img{
	border: 1px solid #F3FDFF;
}
td#corTitle {
	font-weight: bold;
	color: #F3FDFF;
	font-size: 18px;
	vertical-align: text-bottom;
}
td#corTitle a{
	color: #F3FDFF;
	text-decoration: none;
}

table.footer{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6E987D;
}
table.footer a{
	text-decoration:none;
}
table.footer a:hover{
	text-decoration:underline;
}


table.footer td{
	font-size: 10px;
	color: #6E987D;
	padding-right: 5px;
	padding-left: 5px;
}
table.footer td#up{
	font-size: 11px;
}
H1{
	font-size: 20px;
	font-weight: bold;
	color: #F3FDFF;
	text-align:right;
	vertical-align: text-bottom;
	line-height:10px;
}
H2{
	font-size: 14px;
	font-weight: bold;
	color: #C82D00;
}
h5{
	color:#CC0000;
}
h3 a{
	color:#C82D00;
}
.admin {
color:#CC0000;
text-decoration:none;
}
/*table{
	border: 1px solid #0000FF;
}
td{
	border: 1px dotted #FF3300;
}*/

.print_content{
	background-color:#D8E9E3;
}


/* fixes it so the HD logo doesn't have a border around it */

img.noborder {
	border: 0;
}


.sustainerTable th {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.sustainerTable td {
	text-align: center;
}
.sustainerTable th.sustainerName,
.sustainerTable td.sustainerName {
	text-align: left;
}

.sustainerRow {
	padding: 2px 0 2px 0;
}
.altRow {
	background-color: #CCC;
}

.notice {
	color: #900;
}
.noBF {
	background-color: #FFC;
}