@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	font-weight: normal;
	background-color: #0F1011;
	background-image: url(../images/background4.jpg);
	background-repeat: repeat;
}

.oneColElsCtr #container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.navbutton {
	padding-bottom: 1px;
}


#footerOuter {
	font-size: 1em;
	text-align: right;
	color: #98CA3C;
	background-color: #000;
}
#flash {
	text-align: right;
	padding-right: 20px;
}


#footerInner {
	text-align: right;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#headerOuter {
	text-align: left;
	background-color: #000;
	color: #98CA3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#headerInner {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
	padding-bottom: 160px;
}
#slogan {
	float: right;
	width: 55%;
	padding-top: 90px;
	text-align: right;
	padding-bottom: 5px;
}

#logo {
	width: 40%;
	float: left;
}

.clearfloat {
	clear: both;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
	display: inline;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.green {
	color: #98CA3C;
}
.blue {
	color: #204497;
}
.orange {
	color: #F7941E;
}
.red {
	color: #BE202E;
}

li {
	list-style-image: url(../images/greenBullet.png);
}
.oneColElsCtr #mainContentOuter {
	background-color: #fff;
	float: left;
	width: 75%;
}
.oneColElsCtr #mainContentInner {
	padding-top: 25px;
	padding-right: 40px;
	padding-left: 100px;
	line-height: 1.1em;
}
#bottomBox  {
	background-color: #FFF;
}

#navOuter {
	float: left;
	width: 20%;
	background-color: #FFF;
}
#rounded {
	background-color: #FFF;
	padding: 5px;
	margin: 10px;
}


#navInner {
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
a:link {
	color: #98CA3C;
	text-decoration: underline;
}
a:visited {
	color: #98CA3C;
	text-decoration: underline;
}
a:hover {
	color: #98CA3C;
	text-decoration: none;
}
a:active {
	color: #98CA3C;
	text-decoration: none;
}
#bottomBox {
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;

}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	display: inline;
	line-height: 1.2em;
}
.img {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 75px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	display: inline;
	line-height: 1em;
	color: #BE202E;
}
h4 a:link {
	color: #BE202E;
	text-decoration: underline;
}
h4 a:visited {
	color: #BE202E;
	text-decoration: underline;
}
h4 a:hover {
	color: #BE202E;
	text-decoration: none;
}
h4 a:active {
	color: #BE202E;
	text-decoration: none;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d;
  background:#bfbfbf}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #191919;
  border-right:1px solid #191919;
  background:#cecece}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cecece;
  border-right:1px solid #cecece;}
.spiffy4{
  border-left:1px solid #6d6d6d;
  border-right:1px solid #6d6d6d}
.spiffy5{
  border-left:1px solid #bfbfbf;
  border-right:1px solid #bfbfbf}
.spiffyfg{
  background:#ffffff}
#bottomNav {
	text-align: center;
	color: #98CA3C;
	font-size: .9em;
}
#bottomNav ul li {
	display: inline;
	padding-right: 5px;
	list-style-type: none;
	padding-left: 5px;
}
.smallRight {
	font-size: 0.8em;
	text-align: right;
}
.links {
	font-size: 0.85em;
	text-align: center;
}
#outsideBlack {
	background-color: #000;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#border {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

