@charset "utf-8";
#HdrLogo {
	position: relative;
	text-align: left;
	float: left;
	height: auto;
	top: inherit;
}
#HdrTxt {
	right: 50px;
	position: relative;
	top: 65px;
	font-size: 18px;
	float: right;
}
.twoColFixCtrHdr #container #mainContent h3 .oneColFixCtrHdr {
	font-size: 16px;
	font-weight: bold;
}
.twoColFixCtrHdr #container #footer table tr th {
	background-color: #000;
	border: 0px none #000;
}
.twoColFixCtrHdr #container #footer .oneColFixCtrHdr tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixCtrHdr #container #footer .oneColFixCtrHdr tr th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.twoColFixCtrHdr #container #mainContent p #FlashID {

}
.twoColFixCtrHdr #container #header #HdrHemu tr th a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.twoColFixCtrHdr #container #mainContent .oneColFixCtrHdr #FlashID {
	position: relative;
	float: right;
	clear: right;
	top: 0px;
	right: 0px;
	margin-left: 20px;
}
.twoColFixCtrHdr #container #footer table tr th a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
.twoColFixLtHdr #header {
	background-image: url(../Images/Header%20Backround.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-variant: normal;
	font-style: normal;
	height: 125px;
	width: 780px;
	padding: 0px;
	margin-bottom: 15px;
	background-color: #000;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	font-size: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 110px;
	background-color: #000;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	margin-right: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 470px;
	padding-top: 10px;
	position: relative;
}
.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	margin-top: 0px;
	padding-top: 10px;
}
.twoColFixLtHdr #footer {
	background-color: #000;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #390;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	right: 50px;
	bottom: 40px;
}
#HrdMenu {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 85px;
	right: 49px;
	text-align: center;
	color: #FFF;
	visibility: visible;
	width: 684px;
}
.twoColFixLtHdr #container #header #HrdMenu tr th a {
	color: #FFF;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.TextRt {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
#MainContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.ParagraphTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

