@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-variant: normal;
	color: #006;
	background-color: #666;	
}
#content {
	height: 570px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid 1px;
	padding: 15px 15px 15px 15px;
	margin: 0 0% 0% 0%;
	border-width: 1px;
	margin-right: auto;
	width: 400px;
	vertical-align: top;
	margin-bottom: 0px;
	background-color: #fcf3e1;
}

#rightpanel {
	position: absolute;
	left: 550px;
	width: 380px;
	height: 600px;
	top: 190px;
}

#pagewrapper {
	width: 812px;
	height: 700px;
	margin-left: 10%;
}
#page {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 700px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeadt: no-repeat;
}
#footer {
	clear: both;
	background-color: #999;
	padding: 7px;
}

#nav {
	background-color: #999;
	display: inline-block;
	padding: 7px;
	width: 800px;
	}
#links {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #660000;
	text-decoration: none;
	width: 150px;
	float: left;
	margin-right: 10px;
	border: solid;
	margin-top: 10px;
	border-color: #663333;
	border-width: 1px;
	clear: left;
	background-image: url(graphics/linksbkgrnd.jpg);
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
}
#links a {
	text-decoration: none;
	color: #336600;
	line-height: 2;
	display: block;
}
#links  a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
#address {
	font-family: verdana;
	font-size: small;
	text-transform: lowercase;
	color: #336666;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	clear: both;
	background-image: url(graphics/footerbk.gif);
}
#address a:hover {
	color: #663300;
}
#address a {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a {
	color: #660033;
	text-decoration: none;
}
#links     .current  {
	color: #FFFFFF;
	background-color: #CC6633;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-indent: 5px;
	font-style: normal;
	text-decoration: none;
}
.subhead {
	font-weight: bold;
}
