/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #333;
 background:#a0b0a3 url(../images/bkg_page.gif) repeat-x;
 padding:0;
 font: 0.86em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 794px;
	margin: 0 auto;
	background: transparent;
 }

#hdr {
 padding-top: 106px;
 background: transparent url(../images/headerlogo.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
	width:752px;
	padding: 20px;
	background: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #4F7D31;
text-decoration: none;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #6f8473;
}

#ftr {
	clear: both;
	color: #000;
	background: #6f8473;
	font-size: 0.8em;
	text-align: center;
	height: 40px;
	padding-top: 5px;
	border: 1px solid #000;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.txtHeader {
	color: #666177;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font: bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}