/* CSS Document */
body {
	margin: 10px auto;
	color: #333333;
	background-image: url(images/body_bg.gif);
}
table#outer {
	background-color: #FFFFFF;
	border: 0px solid #333;
}
table#outer td {
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	font-weight:normal;
	margin: 0px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
	font-weight: normal;
	color: #B84238;
}
h3 {
	margin: 0px;
	font-size: 13px;
	margin-left: 20px;
	font-weight: normal;
}
p {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
}
a {
	color: #333333;
}
a:hover {
	color: #BE3F2E;
}
td#banner-top {
	background-image: url(images/banner_top.jpg);
	background-repeat: no-repeat;
	height: 197px;
	background-position: 50% 0%;
}
td#banner_bot {
	background-image: url(images/banner_bot.jpg);
	background-repeat: no-repeat;
	height: 109px;
	background-position: 50% 0%;
}
td#nav {
	width: 160px;
	background-color: #898987;
	background-image: url(images/nav_bg3.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	padding-top: 30px;
}
td#nav a {
	display: block;
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	line-height: 2em;
}
td#nav a:hover {
	color: #FFFFFF;
	background-color: #BD4336;
}
td#content {
	width:640px;
	padding-bottom: 10px;
	padding-top: 10px;
}
div#spider {
	width:800px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	margin:5px auto;
}
div#spider a {color:#666666}
div#spider a:hover {color:#333}
td#botbar {
	background-color: #BE3F2E;
	padding: 3px;
}
td#botbar h1{
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div#res {
	margin:10px;
	
}
#botbar h1 a:link,#botbar h1 a:visited {color:#FFFFFF;}
