@CHARSET "ISO-8859-1";
body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #f7ecab;
	color: #000000;
	font-family: Georgia;

}

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}

p {
	margin-bottom: 2em;
	line-height: 1.75em;
}

.doc {
	background-color: #ecd785;
	border: 1px solid #000000;
	background-image: url(images/background-body.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2em;
}

#hd, #bd, #ft {
	font-size: 90%;
}

#bd {
	min-height: 700px;
}

h2 {
	background-image: url(images/background-h2.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: Arial;
	font-size: 250%;
	color: #a84b09;
	height: 38px;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 2em;
	font-size: 150%;
	font-family: Arial;
	font-weight: bold;
}

#menu {
	text-align: right;
	font-size: 11px;
	vertical-align: baseline;
	padding-top: 40px;
}

#menu a, #menu a:visited, #menu a:active {
	color: #f05e21;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

.accessible {
	visibility: hidden;
}

#hd h1 {
	background-image: url(images/kathy-conyers.png);
	background-repeat: no-repeat;
	height: 59px;
}

#ft {
	text-align: center;
	font-size: 11px;
}