html, body, table
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}

h1, h2, h3{
  color: #024E63;
  font-family:  'Trebuchet MS', Arial, Helvetica, sans-serif;
}

h1 
{
  font-size: 160% ;
  position: relative;
  margin-bottom: 10px;
}

h2 
{
  font-size: 140%;
}

a:link, a:visited, a:active
{
	color: #83A0AF;
	text-decoration: none;
}

a:hover
{
	color: #024E63;
	text-decoration: underline;
}

/* NAV LINKS */

a.nav:link, a.nav:visited, a.nav:active
{
	display: block;
	width: 112px;
	height: 36px;
	float: left;
	text-decoration: none;
}

a.leftNav:link, a.leftNav:visited, a.leftNav:active
{
	display: block;
	padding: 4px;
	padding-right: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #CFCFCF;
	color: #024E63;
	height: 13px;
}

div.leftNav
{
	display: block;
	padding: 4px;
	padding-right: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #CFCFCF;
	color: #024E63;
	height: 13px;
}


a.leftNav:hover
{
	background: #E9F2F7;
}

a.feature:link, a.feature:active, a.feature:visited
{
	display: block;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px dotted #CFCFCFS;
	margin-bottom: 2px;
}

a.feature:hover
{
	text-decoration: underline;
}

/* END NAV */

.slogan
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
}

Table .specs
{
	font-size: 9px;
}

.tag
{
	display: block;
	text-align: right;
	padding: 6px;
	color: #024E63;
}

#content
{
	display: block;
	padding: 6px;
	padding-top: 18px;
	margin-bottom: 24px;
	border-top: 1px solid #94B9C9;
}

#content .introCopy
{
	line-height: 22px;
}


#caption
{
	display: block;
	font-size: 9px;
	padding: 3px;
	margin-bottom: 12px;
	color: #999999;
}

#header
{
	display: block;
	height: 130px;
	margin-bottom: 2px;
}

#footer
{
	position: relative;
	display: block;
	height: 60px;
	background-image: url(../images/bknd_footer.gif);
	background-repeat: repeat-x;
	padding: 6px;
	color: #83A0AF;
	font-size: 9px;
}

#footer .footRight
{
	position: absolute;
	right: 0;
	padding-right: 4px;
}

#leftNavBox
{
	display: block;
	width: 192px;
	text-align: right;
	margin-right: 1px;
}