* {margin:0; padding:0;}

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #fff;
}
#wrapper {
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#title {
	background-image: url(images/holly_hart_logo.gif);
	background-repeat: no-repeat;
	background-position: right center
}

#title h1 a{
	text-decoration: none;
	overflow: hidden;
	display: block;
	background-image:url(images/HHC_Text.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 150px;
	width: 800px;
	text-indent: -9999px;
}
	
#main_content_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear:both;
	background-color: #E1E1FF;
	color: #000;
}
#content_main p {
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
	color: #000;
}
#content_main h3 {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	color: #000;
}
#content_main ul {
	color: #000;
	padding-top: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	padding-left: 4em;
}
#content_main li {
	padding-top: .1em;
	padding-bottom: .1em;
}
#content_main li ol {
	padding-left: 2em;
}


#content_main {
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.header{
	background-color: #009;
	background-image: url(images/upper_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
/*Hover Menu*/
.hovermenu{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #009;
	background-color: #009;
	background-image: url(images/upper_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 14px;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	background-color: #009;
	border: 2px solid #009;
	color: #CCC;
	border-style: outset;
}

.hovermenu ul li a:hover{
	background-color: #006;
	border-style: outset;
}

.hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
background-color: #004;
border-style: inset;
}
/* 8/16/07 need to add Current state to the tabs */
.hovermenu .current a {
	color: #FFF;
}
/*Hover menu end*/  
  
 /*footer table style*/ 
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #009;
	color: #CCC;
}
#footer td{
	padding-top: 3px;
	padding-right: 2em;
	padding-bottom: 3px;
	padding-left: 2em;
}
.n {
	text-align: left;
	padding-left: 20px;
	background-image: url(images/lower_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c {
	text-align: right;
	padding-right: 2em;
	background-image: url(images/lower_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}

#footer a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
/*end footer table style*/
#site_logo {
	background-image: url(images/holly_hart_logo.gif);
	float: right;
	height: 145px;
	width: 100px;
}

