/* CSS Reset */

*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}

/* End CSS Reset */
/*----------*/
/* Elements */

body {
  background: #D1BA96 url("../images/background.gif") repeat-x;
  font: normal 75% Tahoma, Arial, Helvetica, sans-serif;
}

a {
  color: #163e79;
  text-decoration: none;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  color: #163e79;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 10px;
  font: normal .9em/1.7em Tahoma, Arial, Helvetica, sans-serif;
}

/* End Elements */
/*----------*/
/* IDs */

#container {
  background: url("../images/grunge_background.jpg") repeat-y;
}

#sidebar {
  width: 200px;
  float: left;
}

#sidenav {
  background: url("../images/sidenav_background.jpg") no-repeat;
  padding: 90px 0 0 35px;
}

#sidenav a {
  font-weight: normal;
  font-size: .9em;
}

#sidenav h3 {
  background: #ecdfce url("../images/sidenav_header.gif") no-repeat;
  width: 122px;
  padding: 5px 0 5px 25px;
  border-bottom: 5px solid #93c406;
}

#sidenav p {
  padding-bottom: 150px;
}

#sidenav ul {
  width: 147px;
  text-align: center;
  background: #f2f2f2;
}

#sidenav li {
  padding: 10px 20px;
}

#sidenav li.brown {
  background: #efe8df;
}

#main {
  float: left;
}

#breadcrumbs {
  margin: 20px 0 0 10px;
}

#breadcrumbs a {
  font-weight: normal;
  font-size: .9em;
}

#breadcrumbs li {
  display: inline;
  color: #163e79;
  margin-right: 3px;
}

#breadcrumbs li.arrow {
  font-size: .9em;
}

#mainflash {
  width: 628px;
  height: 368px;
  background: #faf7f3;
  margin: 20px 0 0 10px;
}

#content {
  width: 628px;
  background: url("../images/content_background.jpg") repeat-y;
  margin: 20px 0 0 10px;
}

#content h3 {
  font-weight: bold;
  color: #765b3b;
  border-bottom: 1px solid #765b3b;
  margin: 15px 0 10px 0;
  padding-bottom: 3px;
}

#content ul.articles {
  font-size: .9em;
}

#content ul.links {
  float: left;
  margin-right: 30px;
  font-size: .9em;
}

#content li {
  margin-bottom: 10px;
}

#footer {
  width: 628px;
  margin: 20px 0 0 210px;
  text-align: right;
}

#footer p {
  width: 628px;
  background: #172e4f;
  color: #fff;
  text-align: center;
  font-size: .9em;
  padding: 10px 0;
  margin: 0;
}

#footer ul {
  width: 628px;
  background: #172e4f;
  color: #fff;
  text-align: center;
  font-size: .9em;
  padding: 10px 0 0 0;
  margin: 0;
}

#footer li {
  display: inline;
  padding: 0 4px;
}

#footer a {
  color: #93c406;
}

/* End IDs */
/*----------*/
/* Classes */

.clear {
  clear: both;
}

.content_treeback {
  background: url("../images/content_treesback.jpg") top right no-repeat;
  padding: 10px;
}

.content_treeback_light {
  background: url("../images/content_treesback_light.jpg") top right no-repeat;
  padding: 10px;
}

.content_treeback_light img{
  float: left;
  padding: 0 10px 10px 0;
}

.content_treeback_light h2{
  font-size: 1.3em;
}

.content_heading {
  background: url("../images/heading_background.jpg") no-repeat;
  padding: 7px 10px 9px 30px;
}

.content_heading a {
  font-weight: normal;
}

.content_heading p {
  float: right;
}

/* End Classes */

#header{height:186px;}
#bbb { width: 200px; height: 45px; position:relative; margin-top: 20px; margin-bottom: -85px; margin-left: 625px; z-index: 1000; background: url(../images/bbb.png) top left no-repeat; padding: 20px 0 0 45px;}