body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #979AA4;
/*	background-image: url(images/bg_body.gif); */
}

a:link, #sitemap  { color: #716858; }
a:visited { color: #716858; }
a:hover, a:active 
{
	color: #fff;
	background-color: #716858;
}
a img {border:none; margin: 0; padding: 0;}


h1
 {
	color: #202E61;
	font: 150% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 .2em 0;}

h2
{
	color: #202E61;
	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 .2em 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #202E61;
	font: 110% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}

p {margin-top: .5em; 
margin-bottom: 0;
}

ul, ol 
{
margin-top: 5px;
}

.reg  {font-size: 12px; position: relative; top: -2px; margin-left: 2px}

#container
{
	margin: 5px auto;
	width: 850px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 60px;
	width: 100%;
	
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
}

#header a img
{       
	color: #fff;
	background-color: #fff;
}


#header h1 /* accesibility text for footer image */
{
        display:none;
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#headertext
{
	position: absolute;
	left: 0px;
	top: 7px;
	width: 710px;
	text-align: right;
}

#headertext a
{
	color: #666;
	text-decoration: none;
}

#headertext a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#mainnav ul {font-weight: bold; list-style-type: none; }
#mainnav li { display: inline; }

#sidebar
{
	float: right;
	width: 160px;
	border-left: 1px solid #ABA18E;
	padding-left: 15px;
	padding-right:20px;
}

#sidebar {font-size: 95%;}

#sidebar h3 
{margin-top: 0;
	margin-bottom: .5em;
}

#contents { margin: 0 220px 25px 30px; }
#contents {line-height: 125%; }
.mainbody { border-bottom: 1px solid #C5C877; }
.imageright { float: right; }
.imageleft { float: left; }

.inputext {
  background: #fff;
  font-size: small;
  margin-top:3px;
width: 150px;
}

textarea {
  background: #fff;
  font-size: small;
  margin-top: 3px;
  }

.listcontact {
  margin-top: 10px;
  list-style: none;
}

.button {
  background: #ABA18E;
color: #fff;
  font-size: 110%;
font-weight: bold;
  margin-top:10px;

  }

.red {
  font-weight: normal;
  color: red;
  }

#footer 
{
	clear: both;
	height: 75px;
	width: 100%;
	color: #fff;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background-color: #716858;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}


#footertext 
{
	
	position: relative;
	left: 0px;
	top: 12px;
	width: 690px;
	text-align: right;
}

#footertext h3 /* accesibility text for footer image */
{
	display: none;
	font-size: 1px;
	text-align: right;
	color: #716858;
	margin: 0;
	padding: 0;
}


