hr{border:1 ;background:#ae9b6d;}

h1 {
  font: bold 1.4em arial, sans-serif;
  color:#BF7D00;
}

h2, h3 {
  margin: 1.3em 0 -1em 0em;  
  color:#37626F;
  font: bold 1.1em arial, sans-serif;
}

html {
  background:#CDB38B; 
  font-size:100%;
}
 
#container { 
  background: url(pub_files/containerbg.jpg) repeat-y 0 0;
  color: #FFF;  
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 0px;
  width: 736px;
  border:1px #FFF solid;
  display:block;
  font: .9em verdana, sans-serif;
  overflow:hidden;
}

#header {
  display:inline;
  width:736px;
  height:151px;
  
}

#header a {
  background: url(images/logo.png) no-repeat;
  width: 196px;
  height:152px;
  float:left;
  font: .8em verdana, sans-serif;
  color: #884d00;
  text-align:center;
  }


/*-------------------------------------Right Side------------------------------*/
#content {
  float:right;
  text-align:left;
  text-decoration: none;
  color: #000;
  background: #FFF;
  width:540px;
  
}


.maintitle img {
  padding: 0 7px 0 0px;
}

.maintitle { position:absolute;
  display:inline;
  background:#000;
  color:#FFFFFF;
  padding:1px 0px 1px 6px;
  margin:0px;
  border:1px #FFF solid;
  font: bold .9em verdana, sans-serif; 
}

.maintitle a {
  background:#000 url(pub_files/indent1.png) no-repeat center left;
  color:#FFFFFF;
  padding: 0px 4px 0px 10px; 
  font: bold .9em verdana, sans-serif; 
  text-decoration:none;
}

.maintitle a:hover, .maintitle a:focus {
  background:#000 url(pub_files/indent1.png) no-repeat center left;
  color:#FFFFFF;
  padding: 0px 4px 0px 10px; 
  font: bold .9em verdana, sans-serif; 
  text-decoration:underline;
} 

#textarea { 
  text-align: left;
  font: .9em verdana, sans-serif;
  text-decoration: none;
  color: #333;
  padding: 2em 1em 1.5em 1em;
margin-bottom:0;
line-height:150%;
}

#textarea img {

 margin-top:15px;}

#textarea ul {
  line-height: 160%;
}

em { 
  font: bold italic 1em verdana, sans-serif;
  text-decoration: none;
  color: #222;
}

em.italic {font-style:italic;font-weight:normal;}

#textarea a { 
  font: .9em verdana,sans-serif;	 	
  text-decoration:none;
  color: #884d00;				
  text-decoration:underline;}

#textarea a:hover, #textarea a:focus {
  text-decoration:underline;
  color:#315a7b; 
}

#textarea a img {border:0;}

table { width:100%; border-top-width: 0; border-bottom-width: 0; border-collapse:collapse; }
td { border: 1px #ccc solid; }
thead {font: bold 1em verdana, sans-serif;}

/*------------------------------------End Right Panel Style--------------------------------*/

/*------------------------------------Left Panel--------------------------------*/
#sidebar {
  float:left;
  width: 190px;
  display:inline;
}

.active_menu {
  font: bold 1em verdana, san-serif;
}

ul#navbar { 
  padding:10px 1px 10px 6px;
  text-decoration: none;
  background: #000;
  color:#FFFFFF;
  font: .9em verdana, sans-serif;
  text-align:left;
  margin:.2em 0 .4em .2em;
  line-height:1.6em;
  list-style:none;
}
ul#navbar a { 
  text-decoration: none;
  color:#FFFFFF;
} 

ul#navbar li {
padding:.2em 0em .2em 0em;
}


ul#navbar ul { margin-left:25px;
  padding-left:0px;
  line-height:1.5em;
}

ul#navbar ul li {  
  list-style-image:url(../images/indent1.png);
  text-indent:-.1em;
  padding-top:0;
  padding-bottom:0;
}

 
ul#navbar a:hover, #navbar a:focus { font: 1em verdana, sans-serif;
  text-decoration:underline;
  color:#FFFFFF;
  background: #000;
  padding:0; /*declare padding, otherwise FF moves active links to the right*/
  line-height:1.5em; /*declare line height for IE*/
}

/*------------------------------------End Left Panel Style--------------------------------*/

#footer a.first, #footer a.first:hover, #footer a.first:focus {
background:none; 
width:740px;}

#footer p {
margin-bottom:-1em;padding:0;
}

#footer {
  font: .7em  verdana, sans-serif;
  clear: both;
  width:780px;
  margin-left:auto; 
  margin-right:auto;
  margin-top:.5em;
 text-align:center;
  color:#000;
}

#footer ul {
 margin-right:5em;
}

#footer li {
display:inline;
  line-height:125%;
}

#footer a { 
text-decoration: none;
  color: #000;
  padding-left:16px; 
  background:url(pub_files/pubbullet.gif) no-repeat center left;
}

#footer a:hover, #footer a:focus { 
  background:url (pub_files/pubbullet.gif) no-repeat center left;
  color:#000;
  text-decoration: underline;
  font: 1em verdana, sans-serif; /*include-otherwise FF will make link bold?*/
}

a img {border:0;}

a.top {text-align:right;}

body#contents #textarea img {
background:#EEEEE0;
padding:.5em;
margin:0em 0em .75em .75em;
border:1px #ccc solid;
float:right;
}

.left {float:left;width:auto;margin:0em 1em 1em 0;clear:both;}
.right {float:right;width:auto;margin:0em 0 1em 1em;clear:both;}
.clear {clear:both;}

/*Site Search Form Styles*/
div#sitesearch form {
display:block;
text-align:right;
padding:0 0 .4em 0;
margin:0px;
width:730px;
margin-right:auto;
margin-left:auto;
}

div#sitesearch  input#search {
background:#06191F;
color:#fff;
border:solid 2px #000;
  border-radius: 4px; /* CSS3 rounded corners */
  -moz-border-radius: 4px; /* Mozilla rounded corners */
cursor:pointer;
}

div#sitesearch  input#search:hover, input#search:focus {
border:#333 2px solid;
background:#2B373F;
}

/*End Site Search Styles*/
