*{
  margin:0;
}
body{
  background:#999 url(images/bg.png) repeat-x;
  color:#333;
  font-family: Arial, Palatino, sans serif;
  font-size:12px;
}
p{
  margin:10px 0;
}
a{
  color:#007E9F;
  text-decoration:underline;
}
a:hover{
  color:#F96502;
  text-decoration:none;
}
h1, h2, h3, h4{
  color:#F96502;
  margin:10px 0;
  font-family:Tahoma, Arial, sans serif;
}
h1{
  font-size:220%;
}
h2{
  font-size:180%;
}
h3{
  font-size:150%;
}
h4{
  font-size:125%;
}
.clearfloat{
  clear:both;
}
.noborder{
  border:medium none !important;
}
#center{
  width:780px;
  margin:0 auto;
  background:#fff;
  border:2px solid #000;
}
#top-menu{
  background:#000;
  height:26px;
}
#top-menu ul{
  list-style-type:none;
  text-align:right;
  padding-top:5px;
}
#top-menu li{
  display:inline;
  padding:0 10px;
}
#top-menu li a{
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}
#top-menu li a:hover, #top-menu .active{
  color:#007E9F;
}
.header-img{
  height:124px;
  clear:both;
}
#navigation{
  background:#999;
  height:24px;
}
#navigation ul{
  margin:0;
  padding:0;
}
#content{
  margin:10px;
}
#content .centered{
  text-align:center;
  border-bottom:1px solid #999;
}
#content .centered h1{
  font-family:Tahoma, Arial, sans serif;
  font-size:25px;
  color:#007E9F;
  margin:10px 0;
}
#content .sidebar{
  width:170px;
  float:left;
}
#content .sidebar ul{
  list-style-type:none;
  padding-left:10px;
}
#content .sidebar li{
  background:url(images/bullet.jpg) center left no-repeat;
  padding-left:15px;
  margin:10px 0;
}
#content .sidebar li.on{
  border:1px solid #F96502;
}
#content .sidebar a{
  color:#F96502;
  font-weight:bold;
  text-decoration:none;
}
#content .sidebar a:hover{
  text-decoration:underline;
}
#content .entry{
  width:570px;
  float:right;
}
#content .entry h1, #content .entry dt{
  color:#007E9F;
  font-size:190%;
  font-family:Arial, Tahoma, sans serif;
  border-bottom:2px solid #F96502;
  margin-bottom:10px;
  padding-bottom:2px;
}
#content .entry h3{
  color:#000;
}
#content .entry p, #content .entry dd{
  font-family:Tahoma, Arial, sans serif;
  font-size:13px;
  line-height:17px;
}
#content .entry dd{
  margin-bottom:25px;
}
#content .entry strong{
  color:#007E9F;
  font-weight:bold;
}
#content .entry ul{
  list-style:disc;
  padding-left:40px;
}
#content .entry img{
  margin:10px;
  padding:1px;
  border:1px solid #F96502;
}
#content .entry img.centered{
  display:block;
  margin:0 auto;
}
#content .entry img:hover{
  border:1px solid #999;
}
#footer{
  border-top:2px solid #000;
  background:#ffb400;
  text-align:center;
  font-size:11px;
  color:#000;
  font-weight:bold;
}
#footer p{
  margin:0;
  padding:5px 0;
}
#footer a{
  color:#007E9F;
  text-decoration:none;
}
#footer a:hover{
  text-decoration:underline;
}