@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #a6a6a6;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	color: #000;
	font: bold 18px/14px Arial, Helvetica, sans-serif;
}
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
hr {
  color: #000;
}
a,  a:link {
	color:#0000FF;
  font-weight: bold;
  text-decoration:underline;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
a img {border:none;}
#content img {margin:10px;}
#outerWrapper {
  background-color: #eadcb3;
  border: solid 10px #000;
  padding:0;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 780px;
}
#header {
  background-color: #000;
  height:200px;
}
#topNavigation {

	margin:0;
	padding:5px 0 1px 0;
	text-align:justify;
	margin: 0 -10px;
	background: #000;
	
}
#topNavigation li {
	display: inline;	
	list-style: none;
	margin: 0 0 0 -12px;
}
#topNavigation li a {
	margin:1px 20px 1px 5px;
	padding:1px;
	color:#fff;
	text-decoration: none;
	font:bold 1.25em "Myriad", Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	letter-spacing: 25%;
	
}
#topNavigation li a:hover {
	color:#C0311B;
}
#content {
  background-image: url("images/contentback.jpg");
  background-repeat: repeat-y;
  margin: 1px 0 0 0;
  padding: 20px 80px 10px 80px;
  text-align:center;
}
.red {
	color: #C0311B;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.rightdiv li, .leftdiv li {
	list-style-type:none;
}
.leftdiv{
	float:left;
	width:300px;
	margin:0 10px 0 0;
	text-align:center;
}
.rightdiv {
	float:right;
	width:300px;
	margin:0 0 0 10;
	text-align:center;
}
.rightdiv li, .leftdiv li {
	list-style-type:none;
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
  background-color: #000;
  border-top: solid 1px #666;
  padding: 5px 0 5px 25px;
}
#bottomnav li{
	display: inline;
	text-decoration:none;
	margin:0 20px;
	text-align:center;
}
#bottomnav li a {
	color: #eee;
	text-decoration: none;	
}
#bottomnav li a:hover {
	color: #fff;
	text-decoration:underline;
}
.offset {
position : absolute;
top : -9000px;
left : -9000px;
}
