/* CSS Document */

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	color: #B34D19;
	font-family:Arial, Helvetica, sans-serif;
	}
body {
	margin: 0;
	padding: 2px 0px 0px 0px;
	background-color: #ffffff;
	}
/*typography*/
a:link { 
	color:#D97D1E;
	text-decoration:none;
	}
a:visited {
	color:#D97D1E;
	text-decoration:none;
	}
a:active {
	color:#D94E1E;
	text-decoration: none;
	font-weight:bold;
	}
a:hover {
	color:#D94E1E;
	text-decoration:none;
	font-weight:bold;
	/*hover doesn't work in nn4*/
	}
h1 {
	font-size: 150%;
	font-weight: normal;
	}
h2 {
	font-size: 120%;
	font-weight: normal;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
	}
h4 {
	font-size: 80%;
	font-weight: bold;
	}
h5 {
	font-size: 70%;
	font-weight: bold;
	}
h6 {
	font-size: 64%;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 80%;
	line-height: 120%;
	}
p {
	font-size: 80%;
	line-height: 120%;
	}
strong, b {
	font-weight: bold;
	}
#header {
	display: block;
	width: 770px;
	height: 172px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #993300;
	border-bottom:0px;
}
#navlist {
	display: block;
	position:relative;
	left:-10px;
	top:110px !important;
	top: 120px;
	}
#navlist li{
	font-size:110%;
	list-style-type: none;
	display:inline;
	padding-right:20px;
	}
#navlist a {
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
color: #FFFFFF;
}
#navlist a:hover, #navlist a:active {
color: #FF0000;
}
#main {
	width: 770px;
	border: 1px solid #993300;
	border-top:0px;
}
#lefttile {
	background:url(../images/tile.gif);
	background-repeat:repeat-y;
	width: 21px;
	 }
.footer {
	font-size: 64%;
	font-weight: bold;
	}
.OnepxBorder {
	border: 1px solid #993300;
 	}