body {
	background:#dcab28 url(../images/bg.jpg) top repeat-x;
	margin:6px 0 0 0;
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px; 
	line-height:16px; 
	color:#FFFFFF;
	text-align:center;
}

/* Default redefinitions */
strong { font-weight: bold; color:#004D04; }
a { color:#725301;text-decoration:underline; }
a:hover { color:#004D04; }
img { border: none; }
form { display:inline; margin:0;padding:0; }
ul { margin-top:0; 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;
	margin:0;
	background:#002602;
	padding: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 #FFFFFF;
	border-bottom:3px solid #004D04;
	margin:-1px 0;
	/* /Stupid kludge to prevent margin-collapsing */
	width:880px;
	padding:10px;
	min-height:290px;
	background:#FFFFFF;
	color:#000000;
	text-align:left;
}

.column1 {
	width:235px;
	float:left;
	margin-right:10px;
}

.column2 {
	width:390px;
	float:left;
	margin-right:10px;
}

.column12 {
	width:635px;
	float:left;
	margin-right:10px;
}

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

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

.quote {
	margin-bottom:0;
	font-family:Times,"Times new roman",serif;
	font-style:italic;
	font-weight:bold;
	font-size:14px;
	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:8px 0;
	color:#423001;
	font-size:11px; 
	font-weight:normal;
	line-height:13px;
}

#footerNav a {
	text-decoration:underline;
}

#footerNav a:hover {
	color:#004D04;
}

img.imageRight, img.imageLeft, img.imageCenter, div.imageRight img, div.imageLeft img, div.imageCenter img {
	border:1px solid #cccccc;
	padding:1px;
	background:#FFFFFF;
}

.imageRight {
	float:right;
	text-align:center;
	margin:4px 0 4px 12px;
}

.imageLeft {
	float:left;
	text-align:center;
	margin:4px 12px 4px 0;
}

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

.tableRowLabel {
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

.sidebar {
	margin-top: 12px;
	background:#DBECFA;
	padding: 4px;
}

.caption {
	margin-top:-4px;
	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-top:4px;
	color:#003403;
	font-size:19px;
 	line-height:20px;
 	text-align:center;
	font-weight:normal;
}

h2 {
	margin-top:4px;
	padding:2px;
	background:#002602;
	color:#ffffff;
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	font-style:italic;
}

h2.indexSubhead {
	background:none;
	padding:0;
	border:none;
	text-align:center;
	color:#990000;
	font-style:italic;
	font-size:14px;
}

h3 {
	margin-top:4px;
	color:#002a4d;
	font-size:11px;
	font-weight:bold;
}

.tocItem h3 {
	font-size:14px;
}

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


a.pageLink {
	clear:both;
	display:list-item;
	list-style-position:outside;
	list-style-image:url(../images/ss-bullet.gif);
	text-decoration:none;
	margin-left:30px;	
	color:#990000;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
}

/* TOC */

.tocItem {
	border:1px solid #002602;
}


.tocItemAuto {
	float:left;
	margin:2px;
	border:1px solid #002602;
	text-align:center;
}

.tocPrice {
	margin:0 0 2px 0;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	font-style:italic;
}

.tocItemLeft {
	float:left;
	width:102px;
	margin-right:1px;
	background:#dbecfa;
}

.tocItemRight {
	float:right;
	width:102px;
	background:#dbecfa;
}

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

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

.calloutBox {
	margin-top:4px;
	padding:8px;
	background:#002602;
	color:#ffffff;
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}

.calloutBox a {
	color:#f8e618;
}

#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;
}