htm,html,asp,aspx,table,tr,td,form,object,input,select,textarea,div,p{
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
	line-height: 16px;
}
body {
	background-image: url(../images/headerBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.tagline {
	height: 32px;
	width: 657px;
	background-image: url(../images/header1.gif);
	color: white;
	text-transform: uppercase;
	font: italic bold 14px/26px "Times New Roman", Georgia, Times, serif;
}

#nav {
	width: 930px;
	text-align: center;
	position: absolute;
	top: 145px;
	font-size: 13px;
	color: gray;
}
.navigationBG {
	background-image: url(../images/navBG.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px;
}

#main_body {
	width: 930px;
	height: auto;
	margin-right: 80px;
	margin-left: 50px;
	margin-top: -30px;
}

#home_image {
	float: right;
}

#home_text {
	width: 360px;
	float: none;
}

.quotes {
	font-style: italic;
	border-top: 3px solid #aa8f26;
	border-bottom: 3px solid #aa8f26;
	text-align: center;
	color: #000;
	padding: 10px;
}

#footer {
	width: 100%;
	height: 1000px;
	vertical-align:top;
	background-color: black;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	padding-top: 10px;
	clear: both;
	color: white;
	paddng-bottom: 50px;
}

a.subNavLink, a.subNavLink:visited, a.subNavLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.subNavLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
}

a.footerLink, a.footerLink:visited, a.footerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a.footerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

h1 {
	color: #aa8f26;
	font-size: 23px;
}

h2 {
	color: #aa8f26;
	font-size: 20px;
}

h3 {
	color: #aa8f26;
	font-size: 18px;
}

h4 {
	color: #aa8f26;
	font-size: 16px;
}

/* QUOTE TABLE
 */

table#quote {
	color: black;
}

td.quote_top
 {
	background-image: url(/images/formHeader.gif);
	width: 500px;
	height: 51px;
}

td.quote_body {
	width: 490px;
	height: auto;
	background: url(/images/formBody.gif) repeat-y;
	padding-left: 25px;
	padding-right: 5px;
}

td.quote_bottom {
	width: 500px;
	background: url(/images/formFooter.gif) no-repeat;
	height: 26px;
}

td.field {
	text-align: right;
	font-size: 14px;
	color: black;
	padding-right: 5px;
	padding-top: 5px;
	width: 200px;
}

input {
	font-size: 14px;
	color: black;
}

select, option, textarea {
	font-size: 16px;
	padding: 2px;
}

#submit_button {
	background-image: url(/images/submit.gif);
	width: 125px;
	height: 35px;
}

#submit_button:hover {
	cursor: pointer;
}


/* ANCHORS */

a.nav:link, a.nav:visited, a.nav:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

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

a:link, a:visited, a:active {
	color: #aa8f26;
}

a:hover {
	text-decoration: underline;
}

a.home:link, a.homve:visited, a.home:active {
	text-decoration: none;
	font: italic bold 40px "Times New Roman", Georgia, Times, serif;
	color: black;
	background-color: white;
	padding: 5px 15px;
	border: 2px solid #aa8f26;
}

a.home:hover {
	text-decoration: underline;
	color: white;
	background-color: black;
}

#results td {
	border: solid #000000 1px;
}

#results td.incorrect_answer {
	background-color: #999999;
	color: #000000;
}

#results td.question {
	width: 350px;
	background-color: #CCCCCC;
}

#results th {
	background-color: #666666;
	border: solid #000000 1px;
	color: #ffffff;
	text-align: center;
}

#results th.question {
	width: 350px;
}