html,body
{
	margin:10;
	padding:0;
	background-color:#4a3f2d;
}

body
{
	font: 76% arial,sans-serif;
}

p
{
	margin:0 10px 10px;
}

a
{
	display:block;
	color: #981793;
	padding:10px;
}

div#header
{
	height:125px;
	margin:0;
	padding:0px 0px 0px 0px ;
	background-color:#FFFFFF;
	color: #79B30B;
}
  
div#container
{
	text-align:left;
	width:720px;
	margin:2px;
	background-image:url(back.png);
	background-repeat:repeat-y;
}

div#content
{
	float:right;
	width:520px;
}

div#content h2
{
	padding:10px 0px 0px 15px;
	text-decoration:underline;
}

div#content p, div#content li{
	line-height:1.4;
	font:Arial, Helvetica, sans-serif;
  	font-size: 112%;
}

.error
{
	border:medium double red;
}

div#navigation{
	background:#94846b;
	float:left;
	width:200px;
}

div#extra
{
	background:#FF8539;
	float:left;
	clear:left;
	width:200px;
}

div#footer
{
	background: #333;
	color: #FFF;
	clear:both;
	width:100%;
	height:35px;
	background-image:url(foot.png);
	background-repeat:repeat-x;
}

div#footer p
{
	margin:0;
	padding:9px 0px 5px 0px;
	text-align:center;
}

.sidebaritem
{ text-align: left;
  width: 200px;
  float: left;
  margin: 0px 0px 25px 0px;
}

.sbihead
{ height: 14px;
  width: 181px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px;
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 0px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 19px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks a, .sbilinks a:hover
{ 
	 
	height: 16px;
	text-decoration: none; 
	text-transform: uppercase;
	padding: 5px 0px 5px 19px;
	width: 181px;
	border: 0px;
} 

.sidebaritem
{ background: transparent;
  color: #DBD7D1;
}

.sbihead
{ background: #FFFFFF url('sbi_header.png');
  color: #70695A
}

.sbihead h1
{ background: transparent;
  color: #70695A;
}

.sbilinks  a
{ background: #94846B url('link.png');
  color: #FFFFFF
} 

.sbilinks a:hover
{ background: #FFFFFF;
  color: #94846B;
} 

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 450px;
  padding-left:15px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{
	background: #FFFFFF;
	color: #70695A;
	border-color: #CAAE90;
	width: 200px; 
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px;
z-index:99;
}