#body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	background-color: #424242;
	background-repeat: repeat-y;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
    color: red;
  }
  
  h2 {
    color: blue;
  }
#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EC0000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #BABABA;
	padding-top: 0px;
}
#container_index {
	height: 520px;
	width: 760px;
	background-image: url("images/indes_background.gif");
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000;
	margin-top: 30px;
}
.clearit {
	display: block;
	clear: both;
}
#header {
	height: 100px;
	width: 760px;
	background-color: #BABABA;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#maincontent {
	line-height: 1.35em;
	font-size: 1.5em;
	padding: 22px 2em 2em 2em;
}
#maincontent a:link {
	color: #EC0000;
}
#maincontent a:visited {
	color:#000;
}
#footer {
	clear: both;
	height: 60px;
	background-image: url("images/JH-footer.png");
	width: 760px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #0909CA;
}
#sidebar {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #BABABA;
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar a:link {
}
#body #container #maincontent blockquote blockquote h3 {
	text-align: left;
}
.goright {
	text-align: right;
	display: block;
}
.title {
	font-size: 1.2em;
	line-height: 1.5em;
}
.fltright {
	margin: 1em 0 2em 2em;
	padding: 0;
	border: thin inset #000;
	float: right;
	background-color: #525252;
}
body {
	background-color: #333;
}
#maincontent a:hover {
	color: #0909CA;
}
