/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
td {
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_main.gif);
	text-align: center;
}
ul li {
	text-align: left;
	list-style-type: disc;
}
ul li ul li {
	list-style-type: square;
}
#main {
	text-align: center;
	margin: 0px auto;
	width: 786px;
}
p, h1, h2, h3, h4 {
	margin-top: .25em;
	margin-bottom: .5em;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #AA0000;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
td.topleft {
	width: 576px;
	background-image: url(images/bg_topnav.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F0F0D1;
	height: 83px;
	border-bottom: 1px solid #B5B5B5;
	vertical-align: top;
}
td.search {
	background-image: url(images/bg_topright2.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #F0F0D1;
	width: 194px;
	border-bottom: 1px solid #B5B5B5;
	text-align: right;
	padding: 6px 4px 2px 0px;
	vertical-align:top;
}
.topnav {
	padding: 64px 0px 0px 4px;
	font-weight: bold;
	background-image: url(images/title2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: 7px;
	vertical-align: bottom;
	font-size: 12px;
}
.topnav a {
	padding-right: 12px;
	text-decoration: none;
}
.topnav a:visited {
	/*same as a:*/
}
.topnav a:hover {
	text-decoration: underline;
}
td.mainleft {
	width: 199px;
	border-right: 1px solid #F0F0D1;
	background-color: #FCFCF6;
	vertical-align: top;
}
td.mainleft a {
	display: block;
	color: #8B161E;
	border-bottom: 1px solid #F0F0D1;
	padding: 4px 8px;
	font-weight: bold;
	text-decoration: none;
}
td.mainleft a:visited {
	color: #8B161E;
} 
td.mainleft a:hover, td.mainleft a.current {
	background-image: url(images/bg_leftnav_roll.gif);
	background-position: right;
	background-repeat:no-repeat;
	color: #8B161E;
}
td.contentright {
	width: 179px;
	background-color:#FFFFFF;
	vertical-align: top;
}
.rightcontent {
	padding: 12px 4px 8px 4px;
}
td.contentleft {
	border-right: 1px solid #B5B5B5;
	background-color:#FFFFFF;
	padding: 12px 4px 8px 6px;
	vertical-align: top;
	width: 386px;
}
table.homecontent td.contentleft {
	width: 381px;
}
table.homecontent td.contentright {
	width: 184px;
}
td.feature {
	/*height: 147px;*/
}
td.midcol {
	padding-left: 8px;
}
.footer {
	width: 780px;
	text-align: center;
	font-size: x-small;
	color: #666666;
	border-bottom: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	padding: 3px;
	background-color: #F0F0D1;
}
input.search {
	background-image: url(images/bg_search.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 13px;
}
button.search {
	font-size: 14px;
}
ul.arrows {
	list-style-image:url(images/bullet.gif);
	margin-top: .5em;
	padding-top: 0px;
	margin-left: .5em;
	padding-left: .5em;
	
}
ul.arrows li {
	font-size: .85em;
	margin-left: .25em;
	padding-left: 0px;
	margin-bottom: .25em;
	font-weight: bold;
}
td.news {
	font-size: 1em;
	padding-right: 8px;
	padding-left: 4px;
}
td.news h1 {
	font-size: .85em;
	
}
.uppercase {
	text-transform: uppercase;
}
.location {
	font-size: .85em;
}
.subhead {
	background-image:url(images/bg_hdrs.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #8B151D;
}
.subhead a:link, .subhead a:visited, .subhead a:hover {
	color: #8B151D;
}
.printhead {
	display: none;
}
