body{
  background: #DEDEDC url('../img/background.jpg') repeat-x;
  color: #333;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;	
    font-size: 0.9em;
    line-height: 1.3em;
  margin: 0;
  padding: 0;
}

#site{
  margin: 80px auto 1em auto;
  width: 751px;
}

h1{
  color: #000;
  height: 98px;
    width: 305px;
  float: left;
  font-size: 1.5em;
  top: 25px;
  left: 15px;
  line-height: 1.1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

h1 a{
  background: none;
  color: #fff;
  display: block;
  height: 98px;
    width: 305px;
  text-decoration: none;
}

h1 span{
  background: url('../img/logo.gif');
  cursor: hand;
  display: block;
  height: 98px;
    width: 305px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  background: url('../img/heading.gif') no-repeat 0 0.3em;
  clear: both;
  color: #84A0B2;
  padding: 0 0 0 18px;
  margin: 0 0 0.2em 0;
}

h2{
	font-size: 1.3em;
}

h3{
  font-size: 1.1em;
}

a{
	color: #165193;
}

a:visited{
	color: #0066cb;
}

a:hover{
	color: #000000;
}

img{
  border: 0;
  margin: 0 0.7em 0.7em 0.7em;  
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 1em;
  list-style: square;
}

hr{
  color: #849f59;
  border: 1px solid #849f59;
  clear: both;
}

table{
  background: #ffffff;
  border-collapse: collapse;
}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  padding: 0.1em 0.5em 0.1em 0.5em;
  border: 1px solid #929190;
}

th{
  background: #ffffdd;
}

#main{
  background: #fff url("../img/main.gif") repeat-y;
  border-top: 4px solid #A7A6A6;
  margin: 1em auto;
  width: 708px;
}

#header{
  background: url("../img/header.gif");
  height: 147px;
  position: relative;
}

#sidebar{
  font-size: 0.9em;
  float: left;
  padding-left: 5px;
  width: 213px;
}

#sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul li{
}

#sidebar ul li a, #sidebar ul li strong{
  border: 1px solid #fff;
  color: #fff;
  display: block;
    line-height: 23px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li strong{
  color: #fff;
  background: #252D2F;
}

.category1 a{background:#78BA2A;}
.category2 a{background:#96AEBE;}
.category3 a{background:#E77817;}
.category4 a{background:#AAA9A9;}
.category5 a{background:#75C5F0;}
.category6 a{background:#A7C6B3;}

#sidebar ul ul li a{
  color: #444;
  background: #CAD7DF url('../img/submenu-button.gif') repeat-y;
  margin-left: 2em;
  padding-left: 10px;
}

#sidebar ul ul li a:hover, #sidebar ul ul li strong{
  color: #fff;
  background: #536F7D;
  font-weight: normal;
  margin-left: 2em;
}

#main-content{
  float: right;
  font-size: 0.9em;
  padding: 1em;
  width: 450px;
  position: relative;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

#info{
  padding: 0.5em;
}

#footer{
  background: #eee url("../img/footer.gif") no-repeat bottom left;
  color: #fff;
	clear: both;
	height: 100%;
	font-size: 0.85em;
  margin: 0;
  padding-bottom: 8px;
}

#footer a{
  color: #fff;
}

#footer a:hover{
  color: #000;
}

#footer p{
  display: inline;
	font-size: 0.9em;
	margin: 0;
	padding: 0em;
	 padding-left: 10px;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right;
	 padding-right: 10px;
}
