/* CSS Document */

body {
	width: 861px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .06em;
}
h1 {
	font-size: 164%;
	text-align: center;
  color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 145%;
	font-weight: bold;
  color: #666666;
}
h3, h4, h5, h6, h7, h8 {
  font-size: 118%;
}
p {
	line-height: 1.5em;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}



.topnav {
	white-space: nowrap;
	text-align: right;
}
.topnav a {
	padding-left: 8px;
	line-height: 12px;
}

#nav1 a:link, #nav1 a:visited {
  color: #0101A9;
	text-decoration: none;
}
#nav1 a:hover, #nav1 a:active {
  color: #0101A9;
	text-decoration: underline;
}
#nav2 a:link, #nav2 a:visited {
  color: #920092;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active {
  color: #920092;
	text-decoration: underline;
}
#nav1, #address {
	padding-bottom: 2px;
}
#nav2, #copyright {
  padding-top: 2px;
	border-top: 2px solid #FF00FF;
	line-height: 12px;
}
#footer {
	font-size: 12px;
	text-align: center;
}
#nav1, #address {
	color: #0101A9;
}
#nav2, #copyright {
	color: #920092;
}
#content {
	padding: 0 60px 60px 60px;
}
#footer {
	margin-bottom: 2em;
	clear: both;
}
