﻿* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-image:url(images/thinG.png);
  background-repeat: repeat-x;
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size:1em;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image:url(images/usalgback.jpg);
  background-repeat:no-repeat;
  background-position:right bottom;
  background-attachment:fixed;

}
#header {
  height: 250px;
  padding-bottom: 10px;
}
#main {
  display: table;
  border-collapse: collapse;
}
#nav {
  display: table-cell;
  width: 200px;
  background-color: #ed9f9f;
}
#extras {
  display: table-cell;
  padding-left: 10px;
  border-right: 1px dotted #d7ad7b;
  width: 300px;
}
#content {
  display: table-cell;
  width: 400px;
    padding-left: 10px;
}
#footer {
  border-top: 2px solid #d7ad7b;
  background-color: #ed9f9f;
  font-size: 80%;
  padding: 0.2em 10px 0.2em 0;
  text-align: left;
}
h1 {
  padding-top: 20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:3.5em;
  color:white;
  text-align:center;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:xx-large;
	color:navy;
	text-align:center;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
}
p {
  font-size: 100%;
  line-height: 1.6em; 
  padding-bottom: 1em;
}
#grn{
	color:green;
	text-align:center;
} 
#left {
float: left;
}
#right {
float:right;
}
#nav ul {
  list-style: none;
}
#nav li {
  display: inline;
  font-size: .9em;
  width: 180px;
}
#nav a:link, #nav a:visited {
  text-decoration: none;
  color: #5a3811;
  background-color: transparent;
  display: block;
  padding: 0.3em 20px 0.3em 20px;
  border-bottom: 4px solid #d7c9b9;
}
#nav a:hover {
  border-bottom: 4px solid #fff;
}
#extras .box {
  padding: 0 10px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
}

#horiznav {
  display: table;
  width: 200px;
  background-color: #ed9f9f;
}

#horiznav ul{
list-style:none;
  display: table-cell;
  width: 200px;
  background-color: #ed9f9f;
}
#horiznav li{
	display: inline;
	font-size: 80%;
	width: 180px;
}
#horiznav a:link a:visited {
	padding: 0.3em 10px 0.3em 10px;
	color:#5a3811;
	background-color: #ed9f9f;
	text-decoration:none;
	border-bottom: 4px solid #d7c9b9;
}
#horiznav a:hover {
	border-bottom: 4px solid #fff;
}
#newsTicker
{
  position: relative;
  width: 400px;
  height:80px;
  overflow: hidden;
  background-image: url(images/newstickgray.png);
  background-repeat: no-repeat;
}

#newsScroller
{
  position: absolute;
  position/**/: relative;
  height: 35px;
  line-height: 60px;
  white-space: nowrap;
  color: black;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

