@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; /* 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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-image: url(../Images/background/background.jpg);
}
.twoColFixRtHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	margin: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	width: 180px;
	float: right;
	background-color: #FFFFFF;
	position: relative;
	height: 500px;
	margin-left: 10px;
	border: medium solid #4F4F4F;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#sidebar1   h2  {
	font-size: 16px;
	font-weight: bolder;
	color: #003363;
	text-align: center;
	line-height: 1.2em;
}
#sidebar1 #compareTable td p {
	font-size: 11px;
	font-weight: bolder;
	line-height: 1.2em;
	padding-left: 5px;
	color: #003363;
	padding-right: 5px;
}

.twoColFixRtHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
	float: left;
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
	width: 680px;
	overflow: hidden;
	padding-top: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer {
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	border: 1px solid #000000;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
} 
.twoColFixRtHdr  #frontpgBanner  {
	text-align: center;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #003363;
	text-align: left;
	text-indent: 50px;
	font-size: 28px;
	line-height: 1.5em;
}

#sidebar1 a:link {
	color: #4f7ba2;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 a:visited {
	color: #4F7BA2;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #e20074;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 a:active {
	color: #38368a;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
}


#secondNav {
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	margin: 0px;
	height: 40px;
}
#container   #mainContent   Table   {
	border: medium solid #5761A0;
	background-color: #ECECEA;
	color: #ECECEA;
	width: 550px;
	height: 250px;
	float: right;
	margin-bottom: 10px;
}
#mainContent  #descrTable   td p {
	line-height: 1.4em;
	font-weight: bold;
	color: #003363;
	font-size: 10px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 170px;
}
#mainContent #descrTable h2 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bolder;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 170px;
	color: #003363;
	text-align: left;
}
#mainContent table a:link {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #38368a;
}
#mainContent table a:visited {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #38368a;
}
#mainContent table a:hover {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #e20074;
}
#mainContent table a:active {
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #44418c;
}









#bottomNav, #topNav {
	background-color: #000000;
	text-align: center;
	clear: both;
}

#bottomNav  a:link {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}

#bottomNav a:visited {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}
#bottomNav a:hover {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #e20074;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}
#bottomNav a:active {
	background-color: #000;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	color: #7f7d7c;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #000000;
	margin: 3px;
}

.fltrt {
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	clear: both;
}
.fltlft {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 2px;
	clear: both;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #e20074;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #Heading {
	margin-left: 250px;
}
