@charset "UTF-8";
/* CSS Document */

	body {
	background-color: #330000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
}
#wrapper {
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: auto;
	margin-left: 10%;
}
	h2 {
	font-size: 1.3em;
	padding: 0px 0px 0px 10px;
}
	h3 { font-size: 1.2em; padding: 0px 0px 0px 10px; text-align: center;}
.contentindex {
	width: 550px;
	text-align: left;
	margin: 50px 10px 10px 10px;
	padding: 30px 10px 10px 10px;
}
.content {
	width: 580px;
	margin-top: 15px;
	padding: 3px;
	height: 480px;
	overflow: auto;
}
	p {  padding: 0px 0px 0px 10px; text-align: center;}
	a {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
}
.bodyimg {
	background-image: url(hart_int.jpg);
	background-repeat: no-repeat;
	margin-left: 150px;
	height: 500px;
	width: 600px;
	overflow: visible;
}
.navbar {
	background-image: url(hc_sidenav.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: right;
	height: 500px;
	width: 150px;
	float: left;
}
.tutcontent {
	background-color: #FFFFFF;
	width: 650px;
	margin-left: 152px;
	padding-left: 5px;
	margin-top: 2px;
	min-height: 500px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#slideshow {
	height: 450px;
	width: 500px;
	position: relative;
	left: 40px;
}
.style1 {
	font-size: 17px;
	color: #0033FF;
	font-weight: bold;
}
.note {
	background-color: #66CC00;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

