/* css

Print layout: */

body {
margin: auto;
padding: 0;
font-family: "Times New Roman",Serif;
background: #ffffff;
color: #000000;
}

#leftcol, nav {
display: none;
}

#locations {
	font-size: 13px;
	font-weight: bold;
	background-color: #af986e;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* main content areas */

#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #af986e;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #af986e;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #004677;
}
#footer {
	font-size: 84%;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AcB1B8;
	margin-top: 6px;
	width: 98%;
}

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: underline;
}
