/* Etomite Default
---------------------------------- */

body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  background: #FFFFFF;
  background-image:url(images/bird.jpg);
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  
}


/* Header
---------------------------------- */
#header h1
{
  color: #379DFF;
  font-size: 2em;
}

#header h2
{
  color: #66CBFF
}


/* Menus
---------------------------------- */
#menu
{
  background-color: #433D1D;
  color: #fff;
  clear: both;
  padding: 10px;
  overflow: hidden;
  height: 15px;
  border-bottom: 1px solid #1F6600;
}

#menu a
{
  color: white;
  text-decoration: none;
}


/* General content
---------------------------------- */
#content
{
  color: #000;
  background: #fff;
}

a:link
{
  color:#001EE1;
  background:inherit;
text-decoration: underline;
}

a:hover,
a:focus
{
  color: #000;
  background:inherit;
  text-decoration: underline;
}

a:visited
{
  color: #001EE1;
  background:inherit;
}

a img
{
  border: 0;
}

h1.pagetitle
{
  font-size: 2em;
  border-bottom: 1px solid #ddd;
  font-weight: 100;
}
a.menu {
	font-size: 16px;
	color: #453C1D;
	text-decoration: underline;
}
a.menu:visited {
	color: #453C1D;
}
a.menu:hover {
	color: #453C1D;
}
a.menu:active {
	color: #453C1D;
}
a.menu:link {
	color: #453C1D;
}
a.white{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold
}
a.white:visited {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
}
a.white:active {
	color: #FFFFFF;
}
a.white:link {
	color: #FFFFFF;
}
h1,
h2,
h3
{
  padding: 0;
  margin: 0;
  color: #30A300;
  background:inherit;
}

h1
{
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
  background:inherit;
}

h2
{
  font-size: 1.3em;
}

h3,
h4,
h5,
h6
{
  font-size: 1em;
}


ol
{
  padding-left: 3.4em;
}

ul
{
  list-style: disc
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.textright
{
  text-align: right;
}

.textcenter
{
  text-align: center;
}

.small
{
  font-size: 0.7em;
}

.bold
{
  font-weight: bold;
}

.em
{
  font-style: italic
}

#pagetrail
{
  font-size: 10px;
  color:inherit;
  background: #F2EFCE;
  border-bottom: 1px dashed #CBBC38;
  padding:3px;
}


/* NewsListing Snippet Classes
---------------------------------- */
ul.newsList
{
  list-style: none;
  padding-left: 1em;
}

li.newsLi
{
  padding: .5em;
  color:inherit;
  background: #efefef;
  margin: .5em;
}

h1.newsTitle
{
  /*the news story title */
  border-bottom: 1px solid #ddd;
}

p.postInfo
{
  text-align: right;
  font-size: 10px;
  color: #aaa;
  background:inherit;
}

h2.oldernewsheading {}

ul.oldnews
{
  font-size: 90%;
}


/* Footer
---------------------------------- */

#etoNotice,
.hidden
{
  display:none;
}




/* Search Styles
---------------------------------- */
.searchbox
{
  margin: 5px 0px;
  padding: 5px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: inherit;
}

.searchbox p
{
  margin: 0;
  padding: 0;
}
.broun {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #663300;
	font-weight: bold;
}
.wb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Definition Lists
---------------------------------- */

/* Fieldset - Legend

