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

.hws_main {
	background: url(/herewestand/images/back.jpg) repeat-y top left;
}
.hws_table {
	background: url(/herewestand/images/header.jpg) no-repeat top left;
}
.hws_content {
	background: url(/herewestand/images/footer_1.jpg) no-repeat bottom left;
}
.hws_contentInner {
	margin: 10px 50px 50px 50px;
	padding: 0px 0px 200px 0px;
	color: #dddddd;	
}
.hws_contentInner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #99c525;
}
.hws_contentInner h2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	font-size: 20px;
	font-weight: bold;
	color: #d74d84;
}
.hws_contentInner p {
	line-height: 1.5em;
	margin: 7px 7px 10px 0px;
	padding: 0px;
	color: #dddddd;
}
.hws_contentInner ul {
	margin-top: 0px;
	padding-top: 0px;
	color: #dddddd;
}
.hws_contentInner li {
	line-height: 1.5em;
	color: #dddddd;
}
.hws_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 22px;
	color: #ffffff;
	line-height: 30px;
}
.hws_nav a {
	color: #ffffff;
	text-decoration: none;
}
.hws_nav a:hover {
	color: #99c525;
}
.hws_nav .selected {
	color: #99c525;
}

.hws_callout {
	background: url(/herewestand/images/back_dark.png);
}
.hws_calloutInner {
	margin: 7px 10px 10px 13px;
}
.hws_calloutInner p {
	line-height: 1.4em;
	margin: 7px 0px 10px 0px;
	padding: 0px;
	color: #dddddd;
}

