/* Print/NN4 Style Sheet */

body, div, p, address, td{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
body{
	background: #7F5587;
	font-size: 80%;
}

/* Link Styles */
h2, h3{
	color: #636;
}
a{
	color: #7F5587;
	text-decoration: underline;
}
a:visited{
	color: #969;
}
a:hover{
	text-decoration: none;
}
#contents a{
	font-weight: bold;
}
h1{
	font-size: 150%;
}
#nav a, #foot-nav a{
	text-decoration: none;
}
#nav a:visited, #foot-nav a:visited{
	color: #9A78A1;
}
#nav a:hover, #foot-nav a:hover{
	font-weight: normal;
	text-decoration: underline;
}

/* Main Division Styles */
#main{
	border: 1px solid #000;
	width: 750px;
	background: #fff;
}
#nav{
	text-transform: uppercase;
	color: #7F5587;
	text-align: center;
}
#nav, #foot-nav{
	font-size: 80%;
}
#nav a, #foot-nav a{
	margin-left: 5px;
	margin-right: 5px;
}
#contents, h1{
	margin: 20px 40px 0 40px;
}
address{
	font-style: normal;
	text-align: center;
	margin: 20px 0;
}
#foot-nav{
	padding: 10px 0;
	margin: 0 75px;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	text-align: center;
}
#contents img{
	border: 3px solid #C5B3C9;
}
h2{
	font-size: 130%;
}
h3{
	font-size: 110%;
}
.top{
	text-align: right;
	font-size: 90%;
}
