body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #574932;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
#wrap {
	width: 672px;
	margin: 0 auto;
	background-image: url(../images/bodybg2.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #003399;
	border-top: solid #e49a26 8px;
	padding: 10px 10px 9px 25px;
	background-image: url(../images/header-bkg.jpg);
	background-repeat: repeat-x;
}
#header p {
	color: #fff;
	margin-top: 6px;
	margin-bottom: 12px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#company {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FFFFFF;
	font-weight: bold;
}
.boldquoterule {
	font-weight: bold;
	color: #e49a26;
	font-size: 1em;
	margin-top: 18px;
	margin-bottom: 3px;
	border-top-style: solid;
	border-top-color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	line-height: 1.6em;
	margin-top: 3px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.9em;
}

#header h3 {
	color: #fff;
	font-size: 320%;
	margin-bottom: 6px;
	padding-left: 20px;
}
#main-body {
	width: 673px;
	margin: 0;
	padding: 0;
}
/* ----- =nav ------*/
#nav {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #fff;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
}
#nav li a {
	padding: 10px 15px 8px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #717171;
	font-size: 85%;
	text-transform:uppercase;
	letter-spacing: .5px;
	text-decoration: none;
}
#nav li a:hover {
	color: #c68217;
}

#content {
	float: right;
	width: 400px;
	padding: 15px 30px 30px 10px;
}
#content p {
	font-size: 0.9em;
	line-height: 2em;
}
/* ----- =subnav ------*/
#subnav {
	width: 222px;
	float: left;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;

}
#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav li a {
	color: #333333;
	font-size: 90%;
	padding: 5px 0 4px 10px;
	display: block;
	text-decoration: none;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: #3c2e18;
	background-color: #CCCCCC;
}
#main-body img {
	border-top: 1px solid #574932;
	border-bottom: 1px solid #574932;
}
#subnav li a:hover {
	background-color: #FFFFFF;
}
.contentli {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-type: square;
}
.numberli {
	font-size: 0.9em;
	line-height: 1.5em;
	list-style-type: decimal;
}
.clearfix {
	clear: both;
}
#subnav h2 {
	color: #555;
	text-transform: uppercase;
	background: url(../images/subheader.gif) repeat-x top;
	font-size: 110%;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b9b9b9;
}
.navselected {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 90%;
	display: block;
	text-decoration: none;
	margin: 0;
	border-top: 1px solid #fff;
	background-color: #003399;
	border-bottom: #3c2e18;
	padding: 5px 0 4px 10px;
}
p {
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 9px;
}
h1 {
	color: #e2941b;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 6px;
	font-weight: bold;
	border-bottom: 1px #686868 solid;
	margin: 0;
	letter-spacing: 0.05em;
}
h2 {
	color: #ffac5a;
	font-size: 120%;
	font-family: Helvetica, Arial, sans-serif;
	margin: 6 0 0;
}
h3.logo {
	color: #fff;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 30px;
}
#footer {
	text-align: left;
	padding: 10px 20px 20px 50px;
	margin: 0 auto;
	width: 672px;
	background-color: #574932;
	color: #FFFFFF;
	font-size: 0.8em;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#top {
	line-height: 2em;
	color: #666666;
	letter-spacing: 0.2em;
	margin-top: 20px;
	border-top: 1px dotted #666666;
	font-size: 0.8em;
	margin-right: 300px;
}

