body {
	background-color:#800020;
	margin:0;
	font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 13px; 
	line-height:18px; 
	color:#FFFFFF;
	text-align:center;
}

/* Default redefinitions */
strong { font-weight: bold; color:#800020; }
a { color:#0040FF;text-decoration:none; }
a:hover { color:#BEB800;text-decoration:underline; }
img { border: none; }
form { display:inline; margin:0; }
ul { margin-top:4px; margin-bottom:0; }
/* /Default redefinitions */

#wholeThing {
	margin:0 auto;
	width:900px;
	text-align:center;
}

#bannerFrame {
	position:relative;
	width:900px;
	height:180px;
}

/* NAVBAR STUFF */

ul#navbar {
	position:absolute;
	top:160px;
	left:0px;
	width:900px;
	list-style-type: none;
	padding:0;
	margin:0;
}

#navbar li {
	float:left;
	height:20px;
}

/* /NAVBAR STUFF */

#frameTop {
	display:block;
	clear:both;
	width:900px;
	height:160px;
}

#contentFrame {
	/* Stupid kludge to prevent margin-collapsing */
	border-top:1px solid #030000;
	border-bottom:1px solid #f2f0ce;
	margin:-1px 0;
	/* /Stupid kludge to prevent margin-collapsing */
	width:880px;
	padding:0 10px 10px 10px;
	min-height:300px;
	background:#F2F0CE;
	color:#000000;
	text-align:left;
}

.column1 {
	width:227px;
	float:left;
	padding-right:10px;
}

.column1 img {
	margin:-10px 0 -11px -10px;
}

.column2 {
	width:456px;
	float:left;
	padding-right:10px;
}

.column3 {
	width:177px;
	float:right;
}

.column23 {
	width:643px;
	float:right;
}

.quote {
	margin-bottom:0;
	font-family:Times,"Times new roman",serif;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	line-height:17px;
}

.attribution {
	margin-top:0px;
	font-family:Times,"Times new roman",serif;
	font-weight:bold;
	font-size:13px;
	color:#000000;
	line-height:17px;
}


#footerNav, #footerNav a {
	padding:4px 0;
	color:#FFFFFF;
	font-size:11px; 
	font-weight:normal;
	line-height:13px;
}

#footerNav a {
	text-decoration:underline;
}

#footerNav a:hover {
	color:#FFFFFF;
}

img.imageRight, img.imageLeft, img.imageCenter, div.imageRight img, div.imageLeft img, div.imageCenter img {
	border:2px solid #D2C2A9;
}

.imageRight {
	float:right;
	margin:4px 0 4px 12px;
}

.imageLeft {
	float:left;
	margin:4px 12px 4px 0;
}

.imageCenter {
	text-align:center;
	margin:4px auto;
}

.sidebar {
	float:right;
	width:177px;
	margin: -48px 0 12px 10px;
	border:2px solid #800020;
	background:#FFFFFF;
	padding:4px;
	text-align:center;
	font-size:14px;
}

.caption {
	margin-top:-8px;
	font-size:13px;
	text-align:center;
	font-family:Times,"Times new roman",serif;
	font-style:italic;
}

.label {
	margin-top:8px;
	color:#4D4D4D;
	font-size:16px;
	text-align:center;
}

.imageLeft .caption, .imageRight .caption, .imageCenter .caption {
	margin-top:0;
}

#pageHeader {
	position:absolute;
	top:131px;
	left:200px;
	width:650px;
	height:44px;
	background:#FFFFFF;
}

h1 {
	margin:0 -10px 12px -10px;
	padding:4px 10px;
	background:#003E78;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
 	line-height:20px;
 	text-transform:uppercase;
 	text-align:center;
}

h2 {
	margin-bottom:0;
	color:#800020;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	text-align:center;
}

h3 {
	color:#9F1E19;
	font-size:11px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom:0;
}

h1 + p, h2 + p, h3 + p {
	margin-top:4px;
}

a.pageLink {
	clear:both;
	display:list-item;
	list-style-position:inside;
	text-decoration:none;
	margin:4px 0 0 0;
	padding:0;
	
}

/* FAQ */
.q {	
	margin-top:24px;
	font-weight:bold;
	color:#93553D;
}

.a {
	margin-top:-8px;
}
/* /FAQ */


#contentFrameFix {
	clear:both;
}

.center {
	text-align:center;
}

.inputText {
	border:1px solid #451E17;
	background:#BB6D23;
	color:#FFFFFF;
}

.separator, .noseparator {
	clear:both;
	border-bottom:1px solid #7A9B5B;
	margin:6px 0 6px 0;
	padding-top:2px;
}

.noseparator {
	border-bottom:none;
}