body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	color: #BBBBBB;
	background-color: #000000;
	letter-spacing: 0.1em;
}
#container {
	margin-right: 15px;
	margin-left: 15px;
}
#header {
	background-image: none;
	background-position: center center;
	margin-top: 20px;



}
#navigation {
	font-size: .9em;
	font-weight: bold;
	color: #BE834E;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 10px;

}
#content a {
	color: #BE834E;
}
#content h2, h3 {
	color: #BE834E;
	margin-top: 3px;
}
#content h2 {
	font-size: 1.5em;
}

.bordered {
	border: 1px solid #BE834E;
	margin-bottom: 10px;
	text-align: center;
}


#navigation li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BE834E;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
	text-indent: 0px;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #B2B2B2;
	width: 100%;
}
#navigation .selectedNav a {
	color: #BE834E;
}
#navigation a:hover {
	color: #FFFFFF;
}
#content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-right: 20px;
	margin-left: 20px;
	overflow: auto;
	font-size: .9em;
	border-top-color: #BE834E;
	border-right-color: #BE834E;
	border-bottom-color: #BE834E;
	border-left-color: #BE834E;

}
#content p {
	width: 28em;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: bolder;
	line-height: 1.5em;
	letter-spacing: normal;
}
.paddedcell {
	padding-right: 10px;
	padding-left: 10px;
}
.paddedcell2 {
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}
#content .paddedcell2 p {
	width: 45em;
}

#content li {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bolder;
	list-style-type: none;
}



#footer  {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100px;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
	font-size: .9em;

}
#footer a {
	color: #BE834E;
}
#footer #subFooter p {
	text-align: right;
}

.companyName {
	font-weight: bold;
	font-size: 1.2em;
}




.address {
	text-align: center;
	width: 550px;
}
.liBorderLeft {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BE834E;
}


.bronzeItalics {
	color: #BE834E;
	font-size: 1.2em;
	font-weight: bold;
}
#content h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
