html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url(/images/site/tile.gif) repeat-y;
}

p {
  color: #636363;
}

a {
  color: #000;
  text-decoration: none;
}

a.pdf {
  background: url(/images/icons/pdf.png);
  background-position: left center;
  background-repeat:no-repeat;
  padding-left:20px;
  font-weight:bold;
  color: #0099D8;
  display:block;
  height:16px;
  float:left;
  clear:right;
}

h1 {
  margin-top:10px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9F8552;
}

#rightside h2 {
  margin:0px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#rightside p{
  padding-top:0px;
  margin-top:0px;
  margin-bottom:10px;
  background: url(/images/site/dots.gif);
  background-position: left bottom;
  background-repeat:no-repeat;
  padding-bottom:10px;
}

h2 {
  padding: 0 0 5px 0;
  margin-top:10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
  

h2.legend {
  background: url(/images/site/stripe.gif);
  background-position: center bottom;
  background-repeat:no-repeat;
  padding: 0 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9F8552;
}

#content h2 {
  background: url(/images/site/stripe.gif);
  background-position: center bottom;
  background-repeat:no-repeat;
  padding: 0 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9F8552;
}

#main div.news {
  margin:0px;
}

h2 a  {
  padding: 0 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9F8552;
}

h3 {
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
}

#page {
  width: 768px;
  margin: 0 auto;

}

#header {
	background: url(/images/site/header.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height:170px;
  position: relative;
}

#menu {
  width:768px;
  height:26px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
}

#main {
  background: url(/images/site/tile_main.gif) repeat-y;
  float: left;
  width: 100%;
}

#content {
 padding: 0px 35px;
 padding-bottom:10px;
 width: 480px;
 float: left;
}

#content img.imageSide{
  margin-left:10px;
}


#rightside {
  background: url(/images/site/stripe_right.gif);
  background-position: center top;
  background-repeat:no-repeat;
  min-height: 300px;
  width: 208px;
  float: right;
}

.innerright{
  padding-left:10px;  
  padding-right:15px;
  padding-top: 0px;

}

#bottom {
  width:100%;
  height: 44px;
  background: url(/images/site/bottom.gif);
  background-repeat: no-repeat;
  background-position: top;
  float: left;
}

#footer {
  width:100%;
  height: 19px;
  position:relative;
  left: -20px; 
  top: 11px;
  text-align: right;
  color: #fff;
}

#footer a{
  text-decoration: none;
  color: #fff;
}

#footer a:hover{
  text-decoration: none;
  color: #EFEFEF;
}


#menu ul {
  display: inline;
  padding: 0 0 0 32px;
  margin: 0;
}

#menu li {
  display: inline;
  border-left: 1px solid #fff;
}

#menu li.first {
  border: 0;
}

#menu a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 0 5px;
  line-height: 19px;
  text-decoration: none;
}

#menu a:hover {
  color: #FFD046;
  font-weight: bold;
  font-size:10px;
  padding: 0 5px;
  line-height: 19px;
  text-decoration: none;
}

#menu li.current a {
  color: #FFD046;
  font-weight: bold;
  font-size:10px;
  padding: 0 5px;
  line-height: 19px;
  text-decoration: none;
}
