
body {
 margin-top: 25px;
 font-size: 95%;
 	background-image: url(images/bakground.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #595959;
}
h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 0 0 2px 0;
	color: #873B17;
	text-align: left;
	letter-spacing: -1px;
	line-height: 110%;
}
h1 A 
{
	text-decoration: none;
}
h2
{
	margin: 0 0 2px 0;
	font-size: 140%;
	color: #873B17;
	letter-spacing: -1px
}
h2 a 
{ 
text-decoration: none; 
}
h3
{
	color: #873B17;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
}
h4
{
	color: #873B17;
	font-size: 100%;
	margin: 0 0 2px 0;
}
#page_links 
{
	font-size: 1em;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 164px;
	padding-left: 15px;
}
.breadcrumbs
{
	font-family: Tahoma;
	font-weight: normal;
	font-size: 0.95em;
	color: #A4A4A4;
}
#wrapper { 
 	margin: 0 auto;
 	width: 770px;
	background-color: #fff;
}

#faux {
 /*background: url(images/body_bk.png); /* body background image here */
 background-image: url(images/bk_txt.jpg);
background-repeat: repeat-y;
 background-color: White; /* body background colour here */
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 	height: 148px;
	background-image: url(images/hd.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border-bottom-style: 3px solid #fff
}
#navigation {
  /* padding: 10px; */
 /*margin: 0px 0px 5px 0px;*/
 	height: 30px;
	background-position: 0 0;*/
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 145px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 10px;
 width: 560px;
 display: inline;
 position: relative;
 line-height: 155%;
 height: auto;
 font-size: 12px;
 color: #595959;
 padding-left: 10px;
 padding-right: 10px;
}
#rightcolumn p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#rightcolumn img
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #CCC;
}
#rightcolumn ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #595959;
}
#rightcolumn blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #A59429;
}
#rightcolumn ul li span
{
	color: #000;
}
#rightcolumn a
{
	text-decoration: none;
	padding-bottom: 1px;
	background: url(images/dots-alink.gif) repeat-x 0 100%;
	font-weight:bold;
		color: #A59429;
}
#rightcolumn a:visited { 
	color: #A59429;
}
#rightcolumn a:hover, a:active
{
	color: #00cccc;
}
#footer {
	clear: both;
 	height: 67px;
	background-color: #B97D5B;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 1.px;
	line-height: 155%;
}
#footer_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	clear: both;
	color: #fff;
	padding-top: 7px;
	
	height: auto;
	margin: 0px 0px 0px 30px;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.6em;
}
#footer_content a
{
	color: #fff;
	text-decoration: underline;
}
#footer_content a:hover
{
	color: #FFFFAA;
	text-decoration: underline;
	background-color: #3F406B;
}
.clear { clear: both; background: none; 
}
input 
{
	BORDER-RIGHT: #b5b5b5 1px solid;
	BORDER-TOP: #b5b5b5 1px solid;
	BORDER-LEFT: #b5b5b5 1px solid;
	COLOR: #5D5D5D;
	BORDER-BOTTOM: #b5b5b5 1px solid;
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 12px;
}

input.btn 
{
	color: #5F5F5F;
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #fed;
	border: 1px solid;
	border-top-color: #b5b5b5;
	border-left-color: #b5b5b5;
	border-right-color: #b5b5b5;
	border-bottom-color: #b5b5b5;
}
#dottedRow
{
	background:url(dottedline_row.gif); background-repeat:repeat-x;
}
#dottedCol
{
	background:url(dottedline_row.gif); background-repeat:repeat-y;
}