/* 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;
	/*Hide background for printing
	background-image:url(images/bg_main.gif);*/
	text-align: left;
}
#main {
	text-align: left;
	margin: 0px auto;
}
p, h1, h2, h3, h4 {
	margin-top: .25em;
	margin-bottom: .5em;
}
a:link {
	color: #003399;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #003399;
}
a:active {
	color: #AA0000;
}
form {
	margin: 0px;
	padding: 0px;
}
td.topleft {
	/*no width set when printing
	width: 576px;*/
	/*hide background when printing
	background-image: url(images/bg_topnav.gif);*/
	height: 63px;
	border-bottom: 1px solid #B5B5B5;
	vertical-align: top;
}
td.search {
	/*hide background when printing
	background-image: url(images/bg_topright.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;
}
td.search img {
	display: none;
}
.topnav {
	padding: 32px 0px 0px 2px;
	font-weight: bold;
	/*No background for printing
	background-image: url(images/title.gif);
	background-repeat: no-repeat;*/
	margin-top: 10px;
	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: 149px;
	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;
	font-size: .9em;
}
td.mainleft a:visited {
	color: #8B161E;
} 
td.mainleft a:hover {
	/*background-image: url(images/bg_leftnav_roll.gif);
	background-position: right;
	background-repeat:no-repeat;*/
	color: #8B161E;
}
td.contentright {
	width: 180px;
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 0px;
}
td.contentleft {
	/*let content flow as needed when printing
	width: 385px;*/
	border-right: 1px solid #B5B5B5;
	background-color:#FFFFFF;
	padding: 12px 2px 8px 4px;
	vertical-align: top;
}
td.left_level3 {
	/*let content flow as needed when printing
	width: 565px;*/
	background-color:#FFFFFF;
	padding: 12px 4px 8px 8px;
	vertical-align: top;
}
div.rightcontent {
	padding: 12px 4px 8px 4px;
}
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;
}
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: 1em;
	
}
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: 14px;
	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-position: left;
	background-repeat: no-repeat;
	padding: 2px 8px 1px 4px;
	font-style: italic;
	font-weight: bold;
	color: #8B151D;
}
.subhead a:link, .subhead a:visited, .subhead a:hover {
	color: #8B151D;
	text-decoration: none;
}
/*Print-specific tags.*/
.printhead {
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.printonly {
}
.noprint {
	display: none;
}
