@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
	margin-top:0;
}

.txtLink {
	padding:5px;
	color:#666;
	text-decoration:none;
}

div#container {
	width:990px;
	background-color:#000;
	background-image:url(../images/contentAreaBG3.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

div#header {
	height:227px;
	background-image: url(../images/BG_innerHeader.png);
}

div#leftArea {
	width:158px;
	height:216px;
	margin-top:10px;
	margin-left:45px;
	float:left;
}

div#rightArea {
	height:59px;
	width:157px;
	margin-top:38px;
	margin-right:29px;
	float:right;
}

.homeBtn {
	left:0px;
	top:70px;
	min-height:45px;
	height:45px;
	min-width:45px;
	width:45px;
}

div#navBar {
	margin-top:110px;
	margin-left:40px;
	float:left;
	background-image: url(../images/navBar_bg.png);
	background-repeat: repeat-x;
	background-position: 1px bottom;
	padding-bottom: 45px;
}

div#mainstage {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

div#contentArea {
	width:570px;
	margin-top:0px;
	margin-left:220px;
	margin-right:200px;
	margin-bottom:100px;
	color: #CCC;
}

div#headingArea {
	height:auto;
}

div#copyArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

div#productCopyArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color:#999;
}

div#productDisplayArea {
	width:575px;
	height:229px;
	margin-top:10px;
	padding-bottom:10px;
}

div#productTableHeader {
	margin-bottom:0px;
	margin-top:10px;
	border: 0px;
}

.productTableHeaderLink {
	border:0px;
}

div#productTableArea {
	width:573px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color:#999;
	background-image: url(../images/productTableBG.jpg);
	background-repeat: repeat-y;
}

div#productTableBottom {
	margin-bottom:20px;
	height:auto;
}

#accordian_wrap {
	width:573px;
	border-color: aqua;
}

.productTable {
	position: relative;
	width:100%;
	height:auto;
	margin-top:-1px;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.lighterRow {
	background-color:#2d454d;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	margin-right:15px;
}

.darkerRow {
	padding-top:3px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
}

.extraLeading {
	line-height: 200%;
	color: #999;
}

div#footer {
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	background-image: url(../images/BG_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

div#txtLinks {
	font-size: 11px;
	color: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#copyrightInfo {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #64b4c2;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #549BA7;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #549BA7;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #48828C;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #48828C;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #48828C;
}
.txtBold {
	font-weight: bold;
	text-decoration: none;
}
.txtColor {
	color: #549BA7;
	text-decoration: none;
}
.txtBoldcolor {
	font-weight: bold;
	color: #549BA7;
	text-decoration: none;
}
.txtColorInverted {
	color: #C60;
	text-decoration: none;
}

