body {
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body#Home #Home,
body#Products #Products,
body#Calcs #Calcs,
body#Contact #Contact {
	color: #FFCC00;
}
p, h1, h2, h3, h4, h5, h6, ul, form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 1.4em;
	text-indent: 2em;
}
h1 {
	margin-bottom: 1em;
	font-size: 1.6em;
	color: #990000;
}
h2 {
	font-size: 1.4em;
	color: #990000;
	margin-bottom: 1em;
}

h6 {
	font-size: 1em;
	margin-bottom: .5em;
}
span.AAA {
	font-size: 75%;
}
#banner {
	height: 88px;
	width: 100%;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
}
#logo {
	height: 64px;
	width: 414px;
	margin-top: 18px;
	margin-left: 18px;
}
#navBar {
	background-color: #990000;
	height: 25px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	float: left;
}
#navBar div#motto {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 0.8em;
	float: left;
	margin-right: 18px;
	margin-top: 4px;
	padding-left: 18px;
}
#navBar div#links {
	background-color: #CC0000;
	float: left;
	height: 22px;
	padding-top: 3px;
	padding-left: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#navBar li {
	list-style-type: none;
	display: inline;
	margin-right: 18px;
}
#navBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover {
	color: #FFCC00;
}
#content {
	width: 73%;
	float: left;
	margin-top: 18px;
	font-size: 0.9em;
	margin-bottom: 18px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
}

#sideBar {
	height: 160px;
	float: left;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 180px;
	padding-left: 9px;
}
div.sidebarObj {
	width: 160px;
	margin-bottom: 18px;
	float: left;
	border: 1px solid #000000;
}
div.sidebarObj h6 {
	font-size: .8em;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div.sidebarObj ul {
	padding-left: 5px;
}
div.sidebarObj li {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 2em;
}
div.sidebarObj a {
	text-decoration: none;
	color: #0000FF;
}
div.sidebarObj a:hover {
	color: #CC0000;
}
