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

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%;
}

body {
	background-color: #000033;
}

.headings{
	display: block;
	padding: 1px;
	padding-right: 8px;
	text-decoration: none;
	color: #003796;
	background: White;
	font-weight: bold;
}

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 inset #CFCFCF;
	color: #024E63;
	background: White;
}

a.leftNav:hover
{
	background-color: #3B92FE;
	color: #FFFFFF;
}

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: none;
}

/* 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: 2px;
	margin-bottom: 12px;
}

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

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

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

#footer
{
	position: relative;
	display: block;
	height: 60px;
	padding: 6px;
	color: #83A0AF;
	font-size: 9px;
	border-top: 1px solid;
}

#footer .footRight
{
	position: absolute;
	right: 11px;
	padding-right: 4px;
	top: 12px;
}

#leftNavBox
{
	display: block;
	width: 150px;
	text-align: right;
	margin-right: 1px;
}
.leftNavHeading {
	display: block;
	padding: 4px;
	padding-right: 8px;
	text-decoration: none;
	border-bottom: 1px outset #CFCFCF;
	color: #024E63;
	background: White;
	font-weight: bold;
}
.mainheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
}
.VerySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
}
.PageHeader {
	font-size: 16px;
	font-weight: bold;
	color: #0273F7;
}
