body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 75%;
	background-color: #552a2c;
}

h1 {
	font-size: 1.2em;
	color: #464e6e;
	margin-top: 7px;
	padding-top: 0;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 2px;
	clear: left;
	color: #4d4d4d;
}

h3 {
	font-size: 1em;
	margin-bottom: 0px;
}

p { margin: 1em 0; }

a { color: #ab1d0e; }
a:hover { color: #464e6e; }

a img {
	border: none;
}


/*
	(2) global structures */
#main {
	width: 760px;
}

#masthead {
}

#header {
	position: relative;
	height: 94px;
	border-bottom: 3px solid #434e6e;
	background: transparent url(../images/bg_logo.jpg) no-repeat;
}

#logo {
}

#primary-nav {
	position: absolute;
	bottom: 0; right: 0;
	font-family: Tahoma, Sans-Serif;
}

#primary-nav ul {
	margin: 0; padding: 0;
}

#primary-nav ul li {
	list-style: none; 
	float: left;
	margin: 0;
	line-height: 20px;
}

#primary-nav ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}

#primary-nav ul li a:hover, 
#primary-nav ul li a.active {
	background: url(../images/bg_primarynav_ovr.gif) repeat-x;
}

#contentbody { 
	position: relative;
	background: #fff url(../images/bg_secondarynav.jpg) repeat-y; 
}

#secondary-nav {
	float: left;
	margin-bottom: 25px;
	width: 154px;
	font-family: Tahoma, Sans-Serif;
	font-size: .9em;
}

#secondary-nav ul {
	margin: 25px 0 0 0; padding: 0;
	border-top: 1px solid #67708e;
	width: 130px;
}

#secondary-nav ul li {
	list-style: none;
	margin: 0; padding: 0;
	width: 130px;
	border-bottom: 1px solid #67708e;
}

#secondary-nav ul li a {
	color: #eaebee;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 20px;
	line-height: 1em;
}
#secondary-nav ul li a:hover, 
#secondary-nav ul li a.active {
	color: #eaebee;
}

#secondary-nav ul li a.active,
#secondary-nav ul li a:hover {
	background-color: #ab1d0e;
	color: #eaebee;
}

/*** sub ***/
#secondary-nav ul li ul {
	margin: 0;
	padding: 0;
}

#secondary-nav ul li li {
	background-color: transparent;
	width: 110px;
	border: 0;
	padding: 0 0 0 20px;
	margin: 3px 0 0 0;
}

#secondary-nav ul li li a {
	font-weight: normal;
	color: #eaebee;
}


#secondary-nav ul li ul li a:hover,
#secondary-nav ul li ul li a.active {
	color: #ab1d0e;
	background-color: transparent;
}

/*** search ***/
#secondary-nav form {
	height: 30px;
	margin-top: 10px;
}

#secondary-nav #txtSearchTerm {
	width: 100px;
	padding-left: 9px;
	background-color: #eaebee;
	border: none;
	float: left;
	margin: 14px 5px 0 5px;
	font-size: .9em;
}

#secondary-nav #secondaryNav_cmdSubmit {
	float: left;
	margin-top: 16px;
}

#utility-nav {
	position: relative;
	float: left;
	width: 606px;
	height: 32px;
	background: transparent url(../images/bg_utilitynav.jpg) no-repeat;
	font-family: Tahoma, Sans-Serif;
}

#utility-nav ul {
	position: absolute;
	bottom: 0; right: 0;
	margin: 0; padding: 0;
}

#utility-nav ul li {
	list-style: none;
	float: left;
	margin: 0;
	line-height: 24px;
}

#utility-nav ul li a {
	color: #000;
	font-size: .9em;
	text-decoration: none;
	padding: 0 10px;
}


#content {
	float: left;
	padding: 0 0 45px 30px;
	width: 546px;
	font-size: .9em;
	line-height: 1.5em;
}

#footer {
	position: absolute;
	bottom: 0; right: 0;
	background-color: #dddddf;
	width: 591px;
	height: 19px;
	padding-left: 15px;
	padding-top: 4px;
	color: #8383ba;
	font-size: .9em;
}
#footer p { margin: 0; }


/*** utility styles ***/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix { height: 1%; }

.right {
	float: right;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
}
.center { margin: 0 auto; }
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}
.notop { margin-top: 0; }

/*** classed elements ***/

/*** caption ***/
#content p.caption, 
p.caption {
	text-align: center;
	font-weight: bold;
	width: 220px;
	border: 1px solid #999;
	background-color: #eee;
	padding-left: 8px;
	padding-right: 8px;
}

p.caption img {
	display: block;
	margin: 5px auto;
	margin-bottom: 10px;
}

/*** form ***/
table.form th {
	text-align: left;
}

table.form td {
	vertical-align: top;
	padding: 4px;
}

table.form td.label {
	text-align: right;
}

table.form td.controls {
	text-align: right;
}

table.intro td {
	vertical-align: top;
}

/*** intro ***/
table.intro td h2 {
	background-color: #ccc;
	padding: 3px;
	margin-top: 0;
}

table.intro td h2 a:link {
	color: #000;
	font-size: .9em;
}

table.intro td h2 a:hover,
table.intro td h2 a:visited {
	color: #666;
	font-size: .9em;
}

/*** data ***/
table.data {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	background-color: #f0f0f0;
	margin-bottom: 15px;
}

table.data th {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 2px;
}

table.data td {
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 3px;
}

table.data td.good, .good {
	color: blue;
}

table.data td.excellent, .excellent {
	color: red;
	font-weight: bold;
}

table.data td.fair, .fair {
	color: green;
	font-weight : bold;
}

table.data td.notrecommended, .notrecommended {
	color: navy;
	font-weight : bold;
}

.shaded
{
	background-color : #c6c5c5;
}

/*  the following three elements are arbitrary containers for 
	individual use in each of the designs - they're absolutely positioned. */
/*#dc1 { display: none;}
#dc2 {}
#dc3 {}

/*
	(3) formatting for global structures */

/*#tagline img {
	width: 454px;
}
	






/*
	(4) general purpose */
	
/*

.note {

}

h1 span.prod-id {

}


table.intro {
	
}


table.form {

}





p.attribution {
	font-size: .9em;
}
*/