body { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #444; 
	margin: 0;
	text-align: center;
	background: #F7F5DF url(../i/shadow.gif) top center repeat-y;	
}
form { display: inline; }
h1 {
 	font-size: 16px; 	
	color: #958112;
	margin: 14px 0 4px 0;
}
h2 {
 	font-size: 14px; 	
	color: #958112;
	margin: 14px 0 4px 0;
}
h3 {
 	font-size: 11px; 	
	color: #369;
	margin: 10px 0 4px 0;
}
input, select { font-size: 12px; }
input.btn {
	font-size: 10px; 
	font-weight: bold; 
	background: #BFDAF3;
	color: #039;
	padding: 0 4px;
	border-right: 2px solid #93BAE1;
	border-bottom: 2px solid #93BAE1;
	border-top: 2px solid #EDF2F8;
	border-left: 2px solid #EDF2F8;
}
ul { list-style-type: square; }

/**** type ****/
.bodyTextBr {
	color: #8d7b42;
	font-size: 11px;
}
.bodyText, li {
	font-size: 12px;
}
.smText {
	font-size: 10px; 
	color: #b1b1b1;
}
.medText {
	font-size: 11px; 
	line-height: 130%;
	font-style: normal;
}
.medTextBlue {
	font-size: 11px; 
	line-height: 150%;
	font-style: normal;
	color: #036;
}
.customQuote { font: 14px bold georgia, 'times new roman', times, serif; }

/**** layout ****/
#contact {
	position: absolute;
	top: 11px;
	left: 638px;
	width: 113px;
	height: 34px;
}
#contentTbl {
	table-layout: fixed;
	width: 738px;
}
.fl { float: left; }
#formTbl { margin-left: 80px; width: 440px; }
#date { 
	position: absolute; 
	top: 15px;
	left: 640px;
}
#dropQuote {
	width: 158px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	margin: 11px 0 30px 11px;
	font-style: italic;
	color: #8d7b42;
	padding: 6px;
	font-size: 12px;
	line-height: 150%;
}
* html #dropquote { width: 170px; }
#header { width: 738px; }
#footer {
	width: 738px;
	text-align: left;	
	border-top: 1px solid #D4C74D;
	padding-top: 10px;
	clear: both;
}
/* right column */
#rtCol { margin: 12px 0 30px; }
#rtCol p {
	font-size: 12px;
	line-height: 130%;
	margin: 0 0 12px 0;
}
/* left column */
#ltCol { margin: 12px 0 0 0; }
#ltCol .nav {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #D4C74D;
	font-size: 11px;
	width: 90%;
}
#wrapper { 
	width: 738px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/**** links ****/
#footer a { text-decoration: underline; color: #8d7b42; }
#footer a:hover { text-decoration: none; }
a { text-decoration: underline; color: #366; }
a:hover { text-decoration: none; }
#ltCol a { text-decoration: none; color: #366; }
#ltCol  a:hover { text-decoration: underline; }
