@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(/images/bkg.gif) top left repeat-x #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #6f6f6f;
}

table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }
td.top { vertical-align:top; }

p { margin:3px 0 10px 0; }
em { font-style:italic; }
strong { font-weight:bold; color:#7faa06; }
ul { list-style:url(/images/bullet2.gif); margin-left:15px; }
ol { margin-left:15px; list-style:decimal; }
ul li, ol li { margin-bottom:3px; }
ol ul { margin-bottom:15px; }

a { color:#789382; }
a:visited { color:#89a895; }
a:hover { }
a:active { }

.noBorder { border:none; text-decoration:none; }

h1 { font-size:20px; color:#86aea7; font-family:Verdana, Geneva, sans-serif; font-style:italic; letter-spacing:-1px; }
h1 .green { color:#7faa06; font-weight:bold; }
h2 { font-size:16px; color:#789382; font-family:Helvetica, sans-serif; font-weight:bold; background:url(/images/bullet1.gif) no-repeat; padding-left:18px; }
h3 { font-size:14px; color:#789382; font-family:Helvetica, sans-serif; font-weight:bold; background:url(/images/bullet1.gif) no-repeat; padding-left:18px; margin-top:8px; }

.floatRight { float:right; }
.floatLeft { float:left; }
.clearFloat { clear:both; }

.fieldError { font-weight:bold; color:#f00; }

/** special font styles **/
.green { color:#7faa06; }
.quote, p.quoteGreen { color:#6f9506; }
p.quote { border-top:1px dashed #d5ddbd; margin-top:5px; padding-top:15px; }

/** general layout styles **/
#container { width: 775px; margin: 0 auto; text-align: left; }
#header { }
#logoBar { height:99px; width:775px; background-color:#eefced; }
#logo { float:left; }
#topQuote { float:right; font-family:"Times New Roman", Times, serif; font-size:15px; color:#82aea4; text-align:center; margin:20px 35px 0 0; }
#topQuote em, #middleQuote em { font-size:14px; }
#menuBar { }
#middleQuote { 
	height:81px;
	font-size:15px;
	padding:20px 35px 0 35px;
	text-align:right;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	line-height:19px;
	overflow:hidden;
}
#mainContent { padding:5px 35px 2px 35px; }
#footer {
	background:url(/images/footer_border.gif) top left repeat-x #eefced;
	height:80px;
	padding-top:20px;
	text-align:center;
	line-height:30px;
	color:#789382;
	width:100%;
	font-size:11px;
}
#footer a { color:#789382; text-decoration:none; }
#footer a:visited { color:#89a895; }
#footer a:hover { text-decoration:underline; }

/** 2 columns **/
.col1, .col2 { width:340px; }
.col1 h2, .col2 h2 { margin:5px 0 0 0; }
.col1 { float:left; }
.col2 { float:right; }