<style type="text/css">
	/*GENERIC CLEAR SCRIPT:*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
/*	background: white; */
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END OF CLEAR SCRIPT */


body {
text-align:center;
background:#FF8B00 url(/static/background.jpg) no-repeat fixed top center;
}


a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}

#container {
	width: 808px;
	margin: 12px auto;
}


#rail {
	border-top:2px solid #CC9933;
	border-bottom:2px solid #CC9933;
	border-right:2px solid #CC9933;
	width:160px;
	float:right;
	margin-top:12px;
	background:#FDC33E url(/static/rail.jpg) bottom right no-repeat;
	padding-bottom:0px;
	font-family:Helvetica;

}

#rail li{
	background:#FED770;
	border:2px solid #CC9933;
	margin:6px;
	padding:13px 0;
}

#rail li a {color:#155B67;font-size:24px;}

#rail li:hover {border:2px solid #663300;}

#rail .current {
background:none;
border:none;
}
#rail li.current:hover {border:none;}

#rail .current a {color:#D44728;}


#body{
	border:2px solid #136798;
	background:#FED770;
	width:400px;
	margin:auto;
	margin-bottom:12px;
	float:right;
	position:relative;
	color:#663300;
}

	#body a {font-weight:bold;color:#D44728;}
	#body p {margin: 12px 0;}

#headerimg{
}

#content{
/*	width:400px; */
	margin:auto;
	padding:12px;
	text-align:left;
	font-family:Helvetica, Sans;
}


#footer {
	padding:36px 0 36px 142px;
	background:url(/static/hinkleysketch.jpg) 22px 8px no-repeat;
	color:#A25010;
	font-size:12px;
	line-height:14px;
	text-decoration:italic;
	font-family:Helvetica, Sans;
}


h1 {
	margin:24px 0 12px;
	padding:12px;
	font-weight:bold;
	font-size: 24px;
	border-top: 2px solid #136798;
	border-bottom: 2px solid #136798;
	color:#D44728;
}

h2 {
	margin: 24px 0 12px;
	font-weight: bold;
	color:#D44728;
}

form {
	padding:12px;
	text-align: center;
	margin: auto;
	width:300px;
	border-top: 1px solid #663300;
	border-bottom: 1px solid #663300;
	font-family:Helvetica, sans;
}
</style>
