html, body, th, td, select, textarea, input, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body { margin: 0px; }
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
form { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }
h1 { font-size: 20px; }
.title-bottom { padding-bottom: 20px; }
p { margin-top: 0px; margin-bottom: 1.5em; }

#primary-wrapper { width: 980px; margin-right: auto; margin-left: auto; }

.print-logo { display: none; }
#header { position: relative; }
#header .logo { left: 20px; top: 13px; position: absolute; z-index: 10; }

#secondary-wrapper { }

/** Footer **/
#footer {
	color: #FFFFFF;
	background: #007FC4;
	padding: 5px 20px;
	font-size: 10px;
	overflow: auto;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .col-a {
	float: left;
	width: 70%;
}
#footer .col-b {
	color: #FFFFFF;
	float: right;
	width: 30%;
	text-align: right;
}
/**
* Homepage
*/
/* Navigation */
.hp #nav {
	background: #858789 url(images/hp-nav-bg-20090220.jpg) no-repeat top;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 55px;
}
.hp #nav a:link {
	color: #FFF;
	text-decoration: none;
}
.hp #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.hp #nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.hp #secondary-wrapper {
	background: #868789 url(images/hp-middle-bg.jpg) no-repeat;
	height: 183px;
	position: relative;
}
.hp .col-a-txt {
	position: absolute;
	height: 100px;
	width: 200px;
	left: 15px;
	top: 10px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.hp .col-a-txt p {
	margin: 0 0 1em 0;
}
.hp .col-b-txt {
	position: absolute;
	height: 100px;
	width: 520px;
	top: 30px;
	right: 40px;
	color: #FFFFFF;
}
.hp  #footer {
	background: none;
	position: absolute;
	right: 40px;
	bottom: 12px;
	width: 520px;
	margin: 0px;
	padding: 0px;
}


/**
* Level 2
*/
/* Navigation */
.l2 #nav {
	background: #858789;
	color: #FFF;
	padding: 13px 5px;
	text-align: center;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.l2 #nav a:link {
	color: #FFF;
	text-decoration: none;
}
.l2 #nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.l2 #nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Column A */
.l2 .col-a-td {
	background: #373535;
	width: 270px;
}
.l2 .col-a-td .padding {
	padding: 20px;
	color: #FFFFFF;
}
.l2 .col-a-td a:link {
	color: #99CCE7;
	text-decoration: underline;
}
.l2 .col-a-td a:visited {
	color: #99CCE7;
	text-decoration: underline;
}
.l2 .col-a-td a:hover {
	color: #99CCE7;
	text-decoration: none;
}
.l2 .col-a-td ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.l2 .col-a-td li {
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 85%;
}
.l2 .col-a-td li a {
	display: block;
}
.l2 .col-a-td li ul {
	margin-top: 5px;
	margin-left: 20px;
}
.l2 .col-a-td li ul li {
	padding-bottom: 5px;
}
/* Column B */
.l2 .col-b-td {
}
.l2 .col-b-td .padding {
	padding: 20px 10px 20px 20px;
	line-height: 1.3;
}
/**
* Data Table
*/
.data-table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.data-table th, .data-table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.data-table th, .data-table td {
	padding: 2px;
}
.data-table th {
	background: #868789;
	color: #FFFFFF;
}
/**
* Product List
*/
.product-title {
	font-size: 110%;
	font-weight: bold;
	color: #373535;
	padding: 2px 0;
}
.product-type {
	font-weight: bold;
	color: #939393;
}
.products.data-table tbody td {
	font-size: 80%;
}
.product-footnotes {
	font-size: 80%;
	color: #AAA;
}
/**
* Forms
*/
ol.form { margin: 0; padding: 0; }
ol.form li {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
ol.form em { font-weight: bold; font-style: normal; color: #f00; }
ol.form label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 3px 0;
	min-width: 180px;
	width: auto !important;
	width: 180px;

}
ol.form label.error {
	color: #FF0000;
	display: inline;
	float: none;
	font-weight: bold;
	line-height: 1;
	padding-left: 5px;
	width: auto;
}
ol.form label.radio {
	display: inline;
	float: none;
	padding: 0 0 0 2px;
	width: auto;
}
ol.form li.submit { border-top: 1px dotted #69644E; margin-top: 10px; padding: 7px 0 0; }
ol.form .note { font-size: 10px; }
span.required { color: #FF0000; font-weight: bold; }
/**
* Other
*/
.return-link {
	font-size: 80%;
	font-weight: bold;
	color: #373535;
	padding: 2px 0;
}

