html, body {
	margin:0px;
	padding:0px;
	background:#5C020F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, ul, td{
	font-size: 12px;
}
td{margin:0px; padding:0px;}

a:link{
	color:#5C020F;
}
a:link, a:visited{
	color:#5C020F;
	text-decoration:none;
	background-image: url(none);
}
a:hover, a:active{
	color:#5C020F;
	text-decoration:underline;
	background-image: url(none);
}
h1 {
	font: normal 36px "Times New Roman", Times, serif;
	color: #5C020F;
	letter-spacing: 2px;
	margin:0px 0px 10px;
	padding:10px;
	background-color: #FFECEF;
	border-bottom: 2px solid #5C020F;
}
h4 {
	text-align: center;
	font-size: 14px;
}

#header {
	padding:10px 0px 10px;
	margin:0px 0px 10px;
	border-bottom: 0px solid #5C020F;
	background-color: #FFFFFF;
	text-align: center;
}
#footer {
	text-align: center;
	background-color: #FFECEF;
	border-top: 2px solid #5C020F;
	margin: 0;
	padding: 10px 120px 20px;
}
#footer a:link, 
#footer a:visited,
#footer a:hover,
#footer a:active{
	background-image:none;
	height:auto;
	white-space: nowrap;
}
#container {
	border: 0px solid #FFF;
	width: 750px;
	background-color: #FFF;
}
#content {
	position:relative;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid #5C020F;
	background-color: #FFFFFF;
}
#content p {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 2px;
	line-height: 110%;
}
#content ul{
}
#content ul ul{
	margin:0px 10px;
	padding:0px;
}
#content ul li {
	list-style: disc;
}
p.copyright{
	color: #5C020F;
}
form {
}
.inputbox {
	width: 250px;
	border: 2px solid #5C020F;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.button {
	color: #FFFFFF;
	background: #5C020F;
	border-color: #FFFFFF;
	border-width: 1px;
}
#outline-left {
	width: 761px;
	margin: 0 auto;
	background-image: url(../images/shadow_left.jpg);
	background-repeat: repeat-y;
	padding-left: 11px;
}
#outline-right {
	background-image: url(../images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 11px;
}
#link_pdf {
  line-height: 2em;
  height: 2em;
  border-bottom:2px solid #5C020F;
  text-align:right;
  background: #5C020F;
}
#link_pdf a {
  color:#FFF;
  margin-right: 10px;
  font-size: 110%;
}

