/* Copyright 2004 Alan Wyatt */

body {
	margin:0; padding:0;
	background: #fff;
	padding-top:150px; }

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, input, address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:150%; 
	font-size:8pt; }
.jhs {
	text-align:center;
	background: #fff url(logo.png); background-position: 50% 0%;  background-repeat: no-repeat; }

	/*spacing for all paragraphs to keep them in from edge*/

.jhs p, h1, h2, h3, hr, dl {
	padding-left:2%;
	padding-right:2%; }



a, a:link, a:visited, a:hover, a:focus, a:active {
	padding:1px;
	text-decoration:underline;
	margin:0px;
	background-color : transparent; }

a, a:link, a:visited {
	color:#33f;
	background-color:transparent; }

a:hover, a:focus {
	color:#33f;
	background-color:#ff6; }

a:active {
	color:#fff;
	background-color:#c00; }

#navbar {
	padding: 2px 4px;
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	color: #fff;
	background-color: #33f;
	width:600px;
	border-top:solid #000 1px;
	border-bottom:solid #000 1px;  }

#navbar li {
	display : inline; }

#navbar li a {
	color:#fff; 
	padding: 3px 10px;
	font-weight:bold;
	margin-left:-4px;
	text-decoration:none; }

#navbar li a:hover, #navbar li a:focus {
	color:#fff;
	background:#c6c;}

#content {					/*  this is the main content div  */
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	color: #36c;
	background-color: #fff;
	width:600px; }


#foot {	
	padding: 2px 4px;
	clear:both;
	text-align:center;
	margin-top:2em;
	margin-left:auto;
	margin-right: auto;
	color: #fff;
	background-color: #33f;
	width:600px;
	border-top:solid #000 1px;
	border-bottom:solid #000 1px; }
 
#foot li {
	display : inline;
	margin-left:1em;
	font-weight : bold; }
 
#foot li a {
	background-color : transparent;
	color : #fff;
	font-weight : bold;
	text-decoration : none;
 }

#foot li a:hover, #foot li a:focus {
	color : #fff;
	background-color:#c6c; }

hr {
	color: #ccc;
	background-color:#ccc ;
	height:4px;
	width:600px;
	border: none; }

acronym {
	cursor:help; }


.noshow {
	display: none; }



h1 {
	font-size: 1.4em;
	font-weight:bold; }

h2 {
	font-size:1.2em;
	font-weight:bold; }

h3 {
	font-size:1.1em;
	font-weight:bold; }

h4 {
	font-size:1.0em;
	font-weight:bold; }

h5, h6 {
	color:#000;
	font-size:1.0em;
	font-weight:bold; }

.b {
	font-weight:bold; }

.i {
	font-style: italic; }

.nostyle {
	list-style-type: none; }

.img {
	border:0; }

.claret {
	color:#c6c;
	font-weight:bold; }