@import url("reset.css");
html {
	background:#592D23;
}	
body,
html {
	font: .9em Arial, Helvetica, sans-serif;	
}
body {
	text-align: center;
	background: #e9f1f2 url(images/bodybg.gif) repeat-x;
	color: #686673;
	line-height:1.6;
}
input,
textarea {
	font-size:.9em;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #D8D8D8;
}
textarea {
	width:100%;
}
input:focus,
textarea:focus{
	background:#eaeaea;
	border-color:#9E9E9E;
}
p {
	margin-bottom: 10px;
}
em {
    font-style:italic;	
}
input[type="submit"] {
	background:#615F6B;
	color:#fff;
	font-weight:bold;
}
strong {
	font-weight:bold;
}
dt {
font-weight:bold;
margin-bottom:10px;  
}
dd {
margin:0 0 15px 40px;
}
dd ol {
list-style-type:decimal;
margin:10px 0 0 15px;
}
#copy h2 {
	letter-spacing: -2px;
	font: 2.4em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom:15px;
        font-weight:bold;
}
#copy h3 {
font:1.8em Georgia, "Times New Roman", Times, serif;
color:#592D23;
margin-bottom:5px;
}
#wrapper {
	width: 800px;
	position: relative;
	margin: 0px auto;
	text-align:left;
	background:#fff url(images/copybg.gif) repeat-y;
	overflow:auto;
}
#branding {
	background: transparent url(images/masthead.gif) no-repeat;
	height: 110px;
	width: 800px;
	position: relative;
}
#branding h1 {
	height: 88px;
	width: 495px;
	position: absolute;
	left: 18px;
	top: 9px;
}
#branding span {
	display: none;
}
#branding h1 a {
	display: block;
	height: 88px;
	width: 495px;
}
#navwrap {
	height: 65px;
	width: 800px;
	background: transparent url(images/navbg.gif) no-repeat;
	position: relative;
}
#copywrap{
	background: transparent url(images/mainbg.gif) no-repeat center top;
	width: 800px;
	float: left;
	position: relative;
}
#schedule #sidebar {
	display:none;
}
#sidebar {
	float: right;
	width: 200px;
	position: relative;
	right: 35px;
	line-height: 1.2;
	font-size: 90%;
	color: #592D23;
}
#sidebar li {
	margin-bottom: 10px;	
}
#sidebar a {
    color: #592D23;
    text-decoration:none;
}
#sidebar a:hover {
    color:#000;
    text-decoration:underline;
}
* html #copy {
	height:400px;
}
#schedule #copy {
	width:725px;
}
#copy {
	min-height:400px;
	width: 500px;
	margin: 0 auto;
	float: left;
	position: relative;
	left: 35px;
}
* html #info-wrap {
	height: 200px;
}
#info-wrap {
	clear:both;
	background: #592d23 url(images/ftrshdw.gif) repeat-x top;
	height: 200px;
	color: #fff;	
}
#info-wrap p {
	padding-top: 10px;
	font-size: 0.9em;
	color: #BF6C5B;
	line-height:1.2
}
#info-wrap a {
	color:#BF6C5B;
	text-decoration:none;	
}
#info-wrap a:hover {
	text-decoration:underline;
	color:#fff;	
}
#copy a {
	color: #592D23;
}
#copy a:hover {
	color:#686673;
	text-decoration:none;
}
#nav {
	list-style: none;
	position: absolute;
	right: 30px;
	top: -1px;
	letter-spacing: -1px;
}
#nav li {
	display: inline;
}
#nav a {
	color: #e9f1f2;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 1.8em;
	margin-left: 30px;
	padding-left: 15px;
}
#nav a:hover,
#nav .current_page_item a{
	color:#400F0B;
	background: url(images/bullet.gif) no-repeat left center;
}
img.left {
	float:left;
	margin:0 10px 0 0;
}
img.right {
	float:right;
	margin:0 0 0 10px;
}
h2.widgettitle {
    font-size:1.2em;
    font-weight:bold;
    letter-spacing:-1px;
}
