@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000000;  
	margin-bottom: 0px;
} 
.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
.nomarginindent {
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 20px;
}
.8topnobot {
	margin-top: 8px;
	margin-bottom: 0px;
}
.8botnotop {
	margin-top: 0px;
	margin-bottom: 8px;
}
.8bot8top {
	margin-top: 8px;
	margin-bottom: 8px;
}  
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 24px 225px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #sizeContent {
	margin: 12px 0 24px 310px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixLtHdr #homeContent {
	margin-top: 0px;
}
.twoColFixLtHdr #pageContent {
	margin-top: 8px;
}
.twoColFixLtHdr #footer {
	padding: 8px 4px 4px 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	vertical-align: middle;
} 
.twoColFixLtHdr #footer p {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
td.navcell {
	height:20px; /* NOTE: no padding here! */
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	line-height: 18px;
}
td.navcell a {
	display:block;
	height: 20px;
	text-decoration: none;
	border: solid #48480c 1px;
	background-color: #000000;
}
td.navcell a:link,
td.navcell a:visited {
	color:#FFFFFF;
	background-color:#000000
}
td.navcell a:hover,
td.navcell a:active {
	color:#FFFFFF;
	background-color:#99CC00
}
.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;
}
#pscroller1{
	width: 500px;
	height: 20px;
	border: 1px solid #ccff66;
	padding: 5px;
	background-color: #000000;
	position: relative;
	left: 220px;
	top: -50px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 12px;
}

#pscroller1 a{
	text-decoration: none;
	line-height: 12px;
	font-size: 12px;
}
#pscroller1 a:link, #pscroller1 a:visited
{
	color: #ccff66;
}

#pscroller1 a:hover
{
	color: #ff0000;
}
.twoColFixLtHdr #ccutable a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #ccutable a:link, #ccutable a:visited
{
	color: #ccff66;
}

.twoColFixLtHdr #ccutable a:hover
{
	color: #ff0000;
}
.twoColFixLtHdr #banners a:link, #banners a:visited
{
	color: #ccff66;
}

.twoColFixLtHdr #banners a:hover
{
	color: #ff0000;
}
.twoColFixLtHdr #ccutable td.smallink a{
	text-decoration: none;
	font-size: 10px;
}
.twoColFixLtHdr #ccutable td.smallink a:link, #ccutable td.smallink a:visited
{
	color: #000;
}

.twoColFixLtHdr #ccutable td.smallink a:hover
{
	color: #ff0000;
}
.twoColFixLtHdr #ccutable {
	width: 950px;
	text-align: left;
}
.twoColFixLtHdr #ccutable  td.spacebelow {
	padding-bottom: 8px;
}
.twoColFixLtHdr #ccutable  td.black {
	color: #CCFF33;
	background-color: #000000;
	padding: 2px 0 2px 8px;
}
.twoColFixLtHdr #ccutable  td.descript {
	width: 300px;
}
.twoColFixLtHdr #ccutable  td.grey {
	color: #CCFF33;
	background-color: #666666;
	padding: 2px 0 2px 8px;
	border: solid #ffffff 1px;
}
.twoColFixLtHdr #ccutable  td.smallink {
	color: #000;
	background-color: #FFF;
	padding: 2px 0 2px 8px;
	border: solid #ffffff 1px;
}
.twoColFixLtHdr  #ccutable   td.black2 {
	color: #CCFF33;
	background-color: #000000;
	padding: 2px 0 2px 8px;
	border-right: solid #ffffff 2px;
}

.twoColFixLtHdr #ccutable  td.white {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom: dotted #000000 1px;
	border-right: dotted #000000 1px;
}
.twoColFixLtHdr #ccutable  td.white2 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-bottom: dotted #000000 1px;
}
.twoColFixLtHdr #ccutable  td.white3 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}
.twoColFixLtHdr #ccutable  td.white4 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border-right: dotted #000000 1px;
}
.twoColFixLtHdr #geartable  td.white {
	border-bottom: dotted #000000 1px;
	border-right: dotted #000000 1px;
}
.twoColFixLtHdr #geartable  td.white2 {
	border-bottom: dotted #000000 1px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 500px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 14px;
	line-height: 18px;
}
.twoColFixLtHdr #sidebar2 {
	float: left;
	width: 220px; /* since this element is floated, a width must be given */
	background: #ffffff; /* top and bottom padding create visual space within this div */
	margin-top: 12px;
}
.twoColFixLtHdr #sidebar3 {
	float: left;
	width: 280px; /* since this element is floated, a width must be given */
	background: #ffffff; /* top and bottom padding create visual space within this div */
	margin-top: 12px;
}

.twoColFixLtHdr #sidebar2 ul.features
{
	margin: 0px 0px 0px 0px;
	padding-left: 18px;
	list-style-type: square;
	font-size:12px;
}
.twoColFixLtHdr #sidebar2 h1
{
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #sidebar2 p
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}
.twoColFixLtHdr #useful a{
	text-decoration: none;
	line-height: 18px;
	font-size: 10px;
}
.twoColFixLtHdr #useful a:link, #useful a:visited
{
	color: #FFF;
	border-bottom: dotted #666666 2px;
}

.twoColFixLtHdr #useful a:hover
{
	color: #F60;
	background-color: #000000;
}
.twoColFixLtHdr #submenu p {
	font-size: 10px;
}
h1 {
	font-size: 24px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 14px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 14px;
}
.largetext {
	font-size:14px;
	line-height:18px;
}
.medtext {
	font-size:12px;
	line-height:18px;
}
.blackcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	width: 50px;
}
.whitecell {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 24px;
}
.sizetable {
	background-color: #CCFF00;
}
.firstcell {
	background-color: #000000;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.navbar {
	background-color: #000000;
	padding-left: 12px;
	height: 30px;
	color: #FFFFFF;
}
