body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #333333;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

/*navigation headers only */
.category {
	margin: 1px;
	background-color: #5A0800;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
	padding-left:5px;
	font-weight: bold;
	text-align: left;
}

/*top level navigation links */
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 10px;
}

a.nav:hover {
	color: #000000;
}

/* indented 2nd level navigation links */
a.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 20px;
}

a.nav2:hover {
	color: #000000;
}

/*text that is not a link in the navigation, such as retail and residential */
.navnolink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 10px;
}

/* used with contact information in top navigation area */
.leftpad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left: 5px;
}

/*email link */
a {
	color: #FFFFFF;
}

a:hover {
	color: #000000;
}

a.black {
	color:#000000;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 30px;
	background-image: url(images/footerBG1.jpg);
}

/* gradient background for navigation cells */
.navcell {
	background-color: #999999;
	border: 1px solid #5A0800;
}

.navcellL {
	background-color: #999999;
	border-top: 1px solid #5A0800;
	border-left: 1px solid #5A0800;
	border-bottom: 1px solid #5A0800;
}

.navcellR {
	background-color: #999999;
	border-top: 1px solid #5A0800;
	border-right: 1px solid #5A0800;
	border-bottom: 1px solid #5A0800;
}

/* narrow cell on far right with shadow background */
.shadowR {
	background-image: url(images/shadowR2.jpg);
	background-repeat: repeat-y;
}

/* narrow cell at very bottom with shadow background */
.shadowBot {
	background-image: url(images/shadowBot2.jpg);
	background-repeat: repeat-x;
}

/*for use in iframed pages */
.pagetitle {
	color: #5A0800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

/* for use in iframed pages */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.references {
line-height: 1.5;
}

/* bold and larger text for references page */
.referencesB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

/* left side links and text on Miscellaneous page */
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding:10px;
}

.watermark {
	background-image: url(images/watermark2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}