/* Basics CSS*/

html, body { height: 100.1%; }

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #333;
	background:#fffce5 url(../images/bg-page.png) repeat-x left top;
	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;
}

#topNav {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
	text-align: right;
	height: 20px;
	padding-right: 30px;
	margin-top: 6px;
}
#topNav a:link, #topNav a:visited, #topNav a:active {
	padding: 2px 6px;
	margin-right: 4px;
	margin-left: 4px;
	color: #333;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#topNav a:hover {
	padding: 2px 6px;
	margin-right: 4px;
	margin-left: 4px;
	background: #FFF;
	color: #000;
}

#outer {
	width: 960px;
	margin: 0 auto;
/*	border: 1px solid #000000;*/
	background: transparent;
 }

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

#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;
 }

#cont {
	width:918px;
	padding: 20px;
	background: #FFFFFF;
	border-right: 1px solid #d6d6a2;
	border-left: 1px solid #d6d6a2;
	border-bottom: 1px solid #d6d6a2;
 }
#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: #585827;
}

#ftr {
	clear: both;
	color: #000;
	background:#fffce5;
	font-size: 0.8em;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #4F7D31;
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;
}
.boxTitle {
	background: #D6D6A2;
	width: 300px;
	padding: 1px 13px;
	margin-left: 80px;
	text-align: center;
	border: 1px solid #89893D;
}
.boxRightCol {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background: #D6D6A2;
	border: 1px solid #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxRightCol a:link, .boxRightCol a:visited, .boxRightCol a:active {
color: #333!important;
text-decoration: none;
}
.boxRightCol a:hover {
	text-decoration: none;
	color: #030!important;
}
.boxRightCol h3 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #030;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.boxCenterCol {
	width: 250px;
	background: #D6D6A2;
	border: 1px solid #000;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 10px auto;
}
.boxCenterCol a:link, .boxCenterCol a:visited, .boxCenterCol a:active {
color: #333!important;
text-decoration: none;
}
.boxCenterCol a:hover {
	text-decoration: none;
	color: #030!important;
}
.boxCenterCol h3 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #030;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.boxArticles {
	font-size: 11px;
	color: #000000;
	background: #FFFCE5;
	padding: 10px;
	border: 1px solid #000000;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 5px;
}
.BigGreenText {
	font-size: 1.2em;
	font-weight: bolder;
	color: #336633;
}
.RedText {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.TxtWhite {
	font-weight: bold;
	color: #FFFFFF;
}
.TxtWhiteCTR {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.ftrInside {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

