/*======= Settings for HomePage ====== */
#hp_container {
	border: double 6px #993300;
	text-align: left;
	width: 900px; 
	height: 570px;
	position: absolute;
	left: 50%;
	margin-left: -450px; 
	top: 50%;
	margin-top: -290px;
}

#hp_header {
	/*border: solid thin black; */
	position: absolute;
	margin-top: 5px;
	width: 900px;
	height: 104px;
	font-family: "Castellar", Arial, Helvetica, sans-serif;
	color: #993300;
}
	
#hp_headernola {
	/*border: solid thin red; */
	position: absolute;
	width: 520px;
	height: 110px;
	left: 218px;
	top: 5px;
}

#hp_leftcolumn {
	/*border: solid thin yellow; */
	top: 130px;
	font-family:"Times New Roman", Times, serif;
	position: absolute;
	left: 0;
	text-align: left;
	width: 220px;
	font-size: 150%;
}


#hp_leftcolumn ul {
	list-style: none;
}

#hp_leftcolumn li {
	padding-bottom: 0;
}

#hp_leftcolumn ul.lhnav {
	padding-left: 15px;
	padding-top: 27px;
}

#hp_leftcolumn li.lhnav {
	padding-bottom: 4px;
}

/* as of Sep2009 no more submenus 
#hp_leftcolumn ul.submenu1 {
	padding-top: 0;
	padding-left: 12px;
	padding-bottom: 0;
}

#hp_leftcolumn li.submenu1  {
	font-size: 72%;
}
*/

#hp_leftcolumn a {
	text-decoration: none;
	color: #393900;
	font-weight: bold;
	white-space: pre-wrap;
}

#hp_leftcolumn a:visited {
	text-decoration: none;
	color: #393900;
}

#hp_leftcolumn a:hover {
	color: #7b7b43; 
	text-decoration: underline;
}

#hp_leftcolumn a:focus {
	color: #7b7b43; 
	text-decoration: underline;
}

#hp_leftcolumn a.home {
	color: #993300; 
	text-decoration: none;
}

#hp_centercolumn {
	/*border: solid thin red; */
	position: absolute;
	top: 160px;
	left: 220px;
	width: 510px;
}

#hp_alttext {
	/*border: solid thin red; */
	position: absolute;
	top: 0;
	left: 25px;
	width: 400px;
	text-align:left;
	z-index:0;
}
#hp_slideshow {
	/*border: solid thin red;*/
	width: 480px;
	text-align:center;
	margin-left: 23px;
	z-index: 1;
}
#hp_footer {
	/*border: solid thin green;*/
	text-align:center;
	position:absolute;
	top: 370px;
	width: 520px;
	font-size: 70%;
	margin-top: 20px;
}

/*======= END - Settings for HomePage ====== */