*{margin:0;padding:0;} 

body {
	font-family:Verdana, Geneva, sans-serif;
	background-color: black;
	text-align:center;
	padding: 0;
	margin: 0;
	background: url('/images/hcc-background.jpg') repeat;
	}
#container {
	position: relative;
	width: 1000px;
	border: none; 
	text-align: left;
	margin: auto;
	}
#container p, ul, td {
	font-size: 12px; 
	}	
#container h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:1em;
	color:#7a6c69;
	}
#container h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:1em;
	color:#7a6c69;
	}
#container a {
	color: black;
	text-decoration: underline;
	}
#container a:hover {
	color: slategray;
	text-decoration: underline; 
	}
#header {
	width: 1000px;
	background: url('/images/hcc-header.png');
	height: 65px;
	margin: 0px;
    padding:0px;
	}

#content {
	width:1000px;
	background: url('/images/hcc-content.png') repeat-y top center;
	}

#content p {
	font-size:13px;
	margin-top:0em;
	margin-bottom:1em;
	}

#page {
	margin-left:237px;
	padding-top:20px;
	padding-bottom:10px;
	width:690px;
}
#page img {
	border:1px solid black;
	}
#page iframe {
	border:1px solid black;
	}
#footer {
	position:relative;
	background: url('/images/hcc-footer.png');
	width:1000px;
	height:223px;
	margin:0px;
	padding:0px;
	}
#scripture {
	position:absolute;
	width:1000px;
	bottom:52px;
	left:0px;
	}
#scripture p {
	font-style:italic;
	padding:0px 235px 0px 235px;
	text-align:justify;
	color:white;
	font-weight:600;
	font-size:12px;
	}
#scripture a, #scripture a:hover {
	color:white;
	}
#underfoot {
	position:absolute;
	width:1000px;
	bottom:5px;
	left:0px;
	}
#underfoot p {
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:11px;
	}
#logo {
	position:absolute;
	bottom:40px;
	right:70px;
	}

#socialnet {
	position:absolute;
	bottom:50px;
	left:70px;
	}
	
#leftside {
	position:absolute;
	top:30px;
	left:30px;
	width:180px;
	z-index:100;
	}	
	
#storybar {
	margin-top:20px;
	width:180px;
	color:white;
	width:180px;
	background-color:#a6844a;
	border:4px solid #5a4c49;
	}
#storybar img {
	margin:15px 15px 0px 15px;
	border:1px solid white;
	}
#storybar p {
	padding:15px;
	font-size:12px;
	}
#menu {
	color:white;
	width:180px;
	background-color:#a6844a;
	border:4px solid #5a4c49;
	border-bottom:3px solid #5a4c49;	
	}
#menu a {
	color:white;
	text-decoration:none;
	}
#menu a:hover {
	color:white;
	text-decoration:none;
	}
#menu dt span, #menu dt a {
	padding-left:12px;
	background-color:#a6844a;
	display:block; 	
	font-weight:normal; 	
	font-size:13px; 
	font-weight:bold;
	height:22px; 
	line-height:22px; 
	border-bottom:1px solid #5a4c49;
	}
#menu dt a:hover, #menu dt span:hover {
	background-color:#486694;
}
#menu dd {
	padding:0; 
	margin:0;
	}
#menu dd ul {
	padding:0; 
	margin:0; 
	list-style:none;
	}
#menu dd ul li {
	padding:0px 0px 0px 12px;
	background:#86642a;
	font-weight:normal; 	
	font-size:13px; 
	font-style:italic;
	height:22px; 
	line-height:22px; 
	display:block; 	
	border-bottom:1px solid #5c4c49;
	}
#menu dd ul li a {
	height:22px; 
	line-height:22px; 
	color:white;
	text-decoration:none;
	display:block;
	}	
#menu dd ul li:hover {
	background-color:#486694;
	}
#menu dd ul li a:hover {
	color:white;
	}	
#menu dd ul li.end {
	border-bottom:1px solid #5c4c49;
	}

label.formfield {
	width:150px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
	font-size:12px;
	font-weight:bold;
	}	
label.error {
	text-decoration:underline;
	color:#486694;
	}
input.formfield {
	vertical-align:middle;
	width:500px;
	padding:2px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	border:1px solid black;
	background:#f0f0f0;
	}
input.error {
	background:lightsteelblue;
	color:black;
	}	
textarea.formfield {
	padding:2px;
	background:#f0f0f0;
	width:500px;
	height:100px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	border:1px solid black;
	}
textarea.error {
	background:lightsteelblue;
	color:black;
	}	
select.formfield {
	vertical-align:middle;
	width:500px;
	padding:2px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	border:1px solid black;
	background:#f0f0f0;
	}
label.button {
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
	font-size:14px;
	font-weight:bold;
	}		
input.button {
	width:90px;
	border:1px solid black;
	background:#486694;
	font-size:13px;
	height:1.8em;
	font-weight:bold;
	color:white;
	}	
input.button:hover {
	border:1px solid black;
	background:#a6844a;
	color:black;
	}		
	

