/* The Book Connecter - CSS */
/* created by Bill Hanson and Salmon Graphix */
/* July 2004 */

/* Main Containers */

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0;
	margin: 0px;
}

#footer {
	font-size: 9px;
	text-align: center;
	padding: 10px;
	width: 720px;
}

.navMain {
	font-size: 12px;
	text-align: right;
	padding: 5px 15px 0 40px;
	font-weight: 700;
}

.navTop {
	font-size: 12px;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding-right: 15px;
}

#outline {
	width: 760px;
	border: 1px solid #333333;
	margin: 25px;
}

#wrapper {
	width: 642px;
	padding: 0px 15px 25px 15px;
}

/* Navigation Containers and Links */

a {
	color: #000000;
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;	
}

a.QuestionNote {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	color: #FF5820;
	text-decoration: none;
}

#footer a {
	color:#000000;
	text-decoration: none;
}

#footer a:hover {
	color:#FF5820;
	text-decoration: none;
}

.navMain a {
	color: #000000;
	text-decoration: none;
	padding: 10px 0 0 0;
	display: block;
}

.navMain a:hover {
	color: #6368C3;
	text-decoration: none;
	padding: 10px 0 0 0;
	display: block;
}

.navMain a:active {
	color: #6368C3;
	text-decoration: none;
	padding: 10px 0 0 0;
	display: block;
}

.navTop a {
	color: #000000;
	text-decoration: none;
}

.navTop a:hover {
	color: #FF5820;
	text-decoration: none;
}

/* Content layout and Formatting */

p, ul, li, form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-right: 15px;
}

table {
	font-size: 12px;
}

td.FormIndent {
	width: 50px;
}
td.FormIndent3 {
	width: 50px;
}

p.QuestionText {
	font-weight: 700;
}

p.QuestionText1 {
	font-weight: 700;
	width: 120px;
	
}

p.QuestionNoBottomMargin {
	margin-bottom: 0px;
	font-weight: 700;
}

p.QuestionNoTopMargin {
	font-size: 11px; 
	margin-top: 0px;
	color: #999999; 
	font-weight: 500;
}

div.QuestionNote {
	font-size: 12px; 
	color: #999999; 
}

td.QuestionNote {
	font-size: 12px; 
	color: #999999; 
}

input.TextBox {
	width: 150px;
}

.caption {
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

.tagline {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

imgwrp {
	margin: 15px;
}

.heading {
	font-size: 12px;
	font-weight: 800;
	color: #FF5820;
	padding: 0px 0 0 0;
	text-align: left;
}

.pageTitle {
	font-size: 18px;
	font-weight: 800;
	color: #FF5820;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-weight: 800;
	color: #FF5820;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

h3 {
	font-weight: 700;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.error {
	color: Red;
}

.orangeLabels {
	color: #FF5820;
}

.blueLabels {
	color: #6699FF;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

