body{
  margin: 0px;
  padding: 0p;
  background: white url("/bkg.jpg");
  font-family: Helvetica, Verdana, Arial, sans serif;
  color: black;
}

div.topbar{
	background: url("/bkg.png") repeat-x;
}

div.main{
	background:white;
	padding: 10px;
	border: 1px solid #0e4b9b;
	text-align: left;
}

table.main{
	width: 990px;
	border-collapse: separate;
}

td.left{
	width: 650px;
}

td.right{
	width: 140px;
	font-size: 12px;
}

td.middle{
	width: 180px;
}

a.sidebar{
	display:block;
	padding-bottom: 10px;
}

a{
  text-decoration: none;
  color: #a00;
}

a:hover{
  color: #00a;
}

div.container{
  background: url("/logo.png") no-repeat top center;
  height: 50px;
  width: 990px;
  color: white;
}

div.links{
  width: 890px;
  height: 110px;
  text-align: left;
}

table{
  border-collapse: collapse;
}

td{
  vertical-align: top;
}

table.topper{
  width:990px;
}

td.lefttop{
  width: 300px;
  color: #efefef;
  padding-top: 35px;
  border-right: 1px solid #5d4b3f;
}

td.righttop{
  color: #efefef;
  padding-left: 40px;
  padding-top: 70px;
}

a.nav{
  color: #ffe242;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 25px;
  border-bottom: 1px solid #5d4b3f;
  text-align: right;
}

div.spacer{
  color: #f9512d;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-right: 20px;
  border-bottom: 1px solid #5d4b3f;
  text-align: right;
}

a.nav:hover{
  color: #efefef;
  border-bottom: 1px solid #ffe242;
  background: #5d4b3f;
}

td.main{
  padding-bottom: 40px;
}

div.footer{
  width: 690px;
  font-size: 12px;
  text-align: left;
}

h1{
  font-size: 18px;
  font-weight: normal;
}

div.space{
  height: 160px;
  text-align: center;
}

p.spacer{
  height: 110px;
  padding: 0px;
  margin:0px;
}

div.scroller{
  overflow: auto;
  height: 90px;
  width: 700px;
  background: #efefef;
  border: 1px solid #cdcdcd;
}

a.subcat{
  font-size: 18px;
  font-weight: bold;
}

h2{
  font-size: 13px;
}

textarea{
  padding: 5px;
  width: 250px;
}

div.notice{
  font-size: 11px;
  color: gray;
}

