@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	border: 1px solid #000000;
	background-color: #25292C;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(Design/HeaderSwap_edit_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
	width: 1024px;
	float: none;
	padding: 0px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: none;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 0px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	z-index: 200;
}
.twoColFixLtHdr #mainContent {
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 793px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-right-color: #333333;
	border-bottom-color: #300;
	margin: 0px;
	background-color: #FFF;
	clear: none;
	float: right;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	background-color: #DDDDDD;
	background-image: url(Design/footer_bg_Edit_01.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 26px;
	padding-top: 0px;
	margin-bottom: 0px;
	clear: right;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #TopicImgHolder{
	float: right;
	width: 813px;
	background-color: #FFF;
	margin-right: 0px;
}

.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;
}
.twoColFixLtHdr #nav {
	height: 24px;
	width: 1024px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 198;
}
.twoColFixLtHdr #CompanyInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	height: 15px;
	width: 1024px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	background-color: #FFFFFF;
	clear: both;
}

.ParagraphText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.sidebarTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.sidebarHdrTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.innerTableTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}
.outerTableTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.TableColumnHdrTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.twoColFixLtHdr #sidebarHdrImg {
	height: 50px;
	width: 200px;
	margin-top: 5px;
}
.sidebarLinkTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.HdrTxt1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.HdrTxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.EleganceTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.LinkTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.EmphasisTxtGray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.SidebarTxtSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
}
.SidebarLinkTxtSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B5B5B5;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
.SidebarContactInfoTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.SRItext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
}
.CompanyInfoTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
}


img {border: none}
