/* CSS Document */
<!--
body {
	background-color: #B9DEEE;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.click_on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style:italic;
}

.content {
	background-color: #DDE5EC;
	vertical-align: top;
}
.content_tbl {
	background-color: #DDE5EC;
	vertical-align: top;
	height: 520px;
}
.content_left_td {
	background-image: url(images/content_left_bg.jpg);
	vertical-align: top;
	width: 10px;
	height: 850px;
}
.content_td {
	background-color: #DDE5EC;
	vertical-align: top;
	width: 588px;
}
.content_rt_td {
	background-image: url(images/content_rt_bg.jpg);
	vertical-align: top;
	width: 17px;
	height: 850px;
}
.nav_td {
	background-image: url(images/nav_bg.jpg);
	width: 205px;
	vertical-align: top;
}

h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.foot_td {
	width: 820px;
	height: 50px;
	background-image: url(images/footer_1.jpg);
	font-size: 11px;
	color: #364F71;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: center;
}
.foot_td_2 {
	width: 820px;
	height: 40px;
	background-image: url(images/footer_2.jpg);
	font-size: 11px;
	color: #364F71;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: center;
	padding-top: 5px;
}

a:link {
	color: #364F71;
	text-decoration: underline;
}
a:visited {
	color: #364F71;
}
a:hover {
	color: #990000;
}
a:active {
	color: #364F71;
}

a.footer {
	font-size: 11px;
	color: #364F71;
	font-family:Arial, Helvetica, sans-serif;
}
a.footer:link {
	color: #364F71;
	text-decoration: none;
}
a.footer:visited {
	color: #364F71;
	text-decoration: none;
}
a.footer:hover {
	color: #003366;
	text-decoration: underline;
}
a.footer:active {
	color: #364F71;
	text-decoration: none;
}

.hours {
	color: #003366;
}


/* FORM STYLES */

.req {font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontent {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.form_tbl {
	background-color: #A1B9D1;
	border: 2px solid #006699;
}
.errmsg {padding-left: 70px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #FFFF99;
}
.formmsg {padding-left: 50px;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
/* New Styles for XHTML */

p.center {
	text-align: center;
}

p.padleft {
	text-align: left;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}

/* TABLES for images*/

table.thumbs {
	text-align: center;
	border: 1 dashed #990000;
	min-width: 655;
}

td.thumbs {
	padding: 3px;
}
	





-->
