@media screen {
body {
	background: url('images/background.gif') repeat-x #fff;
	margin: 0
}

h1 {
	color: #c00;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	color: #c00;
}
table {
	font-family:Arial,Helvetica,Tahoma,sans-serif;
}
caption {
	color: #c00;
	text-align: left;
	font-weight: bold;
	margin-top: 1em;
}
legend {
	font-weight:bold;
	color:#c00;
	margin-bottom:1em;
}

#logo {
	position: absolute; left: 0; top: 0;
	float: none;
}
#nav {
	background: url('images/navmap.gif') no-repeat;
	position: absolute; left: 0; top: 102px;
	height: 465px;
	width: 190px;
	font-weight: bold;
	padding: 10px;
	float: left;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin-left: 10px;
	padding-bottom: 5px;
	color: #B99F37;
}
#nav a {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}
#nav a:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}
#nav p {
	padding: 10px;
}
#content {
	position: absolute; left: 200px; top: 112px;
	width: 65%;
	padding-bottom: 30px;
	float: none;
}
#content p {
	text-align: justify;
}
#content blockquote {
	background: #FFF3CE;
	border-top: 1px solid #960;
	border-bottom: 1px solid #960;
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
}
#content blockquote h3 {
	text-align: center;
}
#content ul {
	margin-left: 0;
	padding-left: 15px;
}
#content dt {
	font-weight: bold;
	float: left;
}
#content img {
	float: right;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	font-size: x-small;
}
#content th {
	padding: 2px;
	vertical-align: bottom;
}
#content td {
	padding: 2px;
	vertical-align: top;
}
#nofloat {
	text-align: center;
	clear: both;
}
#nofloat img {
	float: none;
}
#sidebar {
	float: right;
	background: #FFF3CE;
	width: 200px;
	position: relative; right: -200px;
	border: 1px solid #960;
	margin-left: -190px;
	padding: 5px;
}
}

@media print {
#logo {
	display:none;
	width: 100%;
	float: none;
	clear: both;
}
#nav {
	display: none;
}
#content {
	position: relative; left: 0; top 100px;
	width: 99%;
}
#content img {
	float: right;
}
#content p {
	text-align: justify;
}
center {
	display: none;
}
iframe {
	display: none;
}
table {
	font-family:Arial,Helvetica,Tahoma,sans-serif;
}
}
fieldset {
	width:auto;
	padding:1em;
}
label, input {
	display:block;
}       