@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2D0053;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}



p {
	font-size: 14px;
	color: #333;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 24px;
	margin-bottom: 0px;
	list-style-type: square;
	font-size: 12px;
	color: #333;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
	vertical-align: top;
}

tr {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #2D0053;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



.hsStyle #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.hsStyle #header {
	margin: 0px;
	padding: 0;
}
.hsStyle #menu {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #2D0053;
	border-bottom-color: #2D0053;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #2D0053;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 30px;
	width: 100%;
	padding: 0px;
}

.hsStyle #mainContent {
	margin: 0px;
	padding: 0;
}
.hsStyle #mainSideTxt {
	width: 330px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}
.hsStyle #mainSideTxtwide {
	width: 500px;
	padding: 0px;
	height: auto;
	float: right;
	margin: 0px;
}


.hsStyle #mainLeftTxt {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}


.hsStyle #viewer  {
	margin: 0px;
	padding: 0px;
	height: 336px;
	width: 608px;
}
.hsStyle #news {
	width: 608px;
	background-color: #CCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.hsStyle #Thumbs {
	width: 608px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.hsStyle #associations {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2D0053;
	clear: both;
}





.hsStyle #footer {
	background-color: #2D0053;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hsStyle #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #FFF;
}
.hsStyle #container #mainContent #associations table {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: auto;
}



.newsHeadline {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.copyright   {
	color: #333;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.CompaniesTxt {
	font-size: 10px;
}

.lndustry {
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #2D0053;
}
.newsDate {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}
#newsFullstory h2 {
	font-size: 14px;
	font-weight: bold;
	color: #290255;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#newsFullstory p {
	font-size: 12px;
	color: #290255;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#newsImg img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#newsFullstory {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	width: auto;
	border: 1px solid #2D0053;
	padding: 10px;
}
.hsStyle #mainContent p {
	margin: 0px;
	padding: 0;
}
.hsStyle #casetitle {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	text-decoration: underline;
}
.hsStyle #smalltext {
	font-size: 12px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CsTable {
	margin: 0px;
	padding: 0px;
	border: 2px solid #2D0053;
	vertical-align: top;
}
.hsStyle #container #mainContent .CsTable img {
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	vertical-align: top;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.hsStyle #container #mainContent table tr td table tr td div {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
