html { min-height:100%; margin-bottom:1px; } /* add scrollbar to short pages */ 

body 
{
	background-image :url(images/bk_body.jpg);
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	color: #58270b; /* default font color*/
	font-size: 14px;
}
#container
{position: relative;
width: 800px;
margin: 0px auto;
text-align: left;
background-color: #ffffff;
border: 1px solid #b05d28;
}

#header{ 
 height:148px; 
 width:100%; 
 margin:0; 
 padding:0;
 border-bottom:1px solid #b05d28;
  background-color:white; 
 } 
 #headernd{ 
 height:75px; 
 width:100%; 
 margin:0; 
 padding:0;
 border-bottom:1px solid #b05d28;
  background-color:white; 
 } 
#leftcol
{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #ffffff;

	}
#centercol
{
	float: left;
	width: 590px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #ffffff;
	border-left:1px solid #b05d28;
	}
	
#leftcaption
{
float: left;
width: 290px;
text-align: center;
}

#rightcaption
{
float: right;
width: 290px;
text-align: center;
}
#footer
{
clear:both; 
	background-color: #E6E6E7;
	padding-top: 2px;
	height: 35px;
	text-align: center;
	border-top:1px solid #b05d28;
	padding-bottom: 3px;
}
div.fix {
        clear: both;
        height: 1px;
        overflow: hidden;
		}
		
/*navigation*/

#navcontainer { width: 140px; }

#navcontainer ul
{
background-color: #ffffff;
margin-top: 20px;
margin-left: 0;
padding-left: 0;
width: 140px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
margin-bottom: 2px;
width: 140px;
background-color: #b05d28;
border: 1px solid #58270b;
}

#navcontainer a:link, #navlist a:visited
{
color: #fbefd9;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E4AE8C;
color: #58270b;
}
.menu
{
text-indent: 7px;
}
/*end navigation*/

/* paragraph, heading and image styles */

h1
{
margin-top: 20px;
font-size: 16px;
font-family: "Times New Roman", Times, serif;
}

h2
{
font-size: 16px;
font-family: "Times New Roman", Times, serif;
}

p
{
font-size: 14px;
padding-left: 5px;
}
p.caption
{
color: #a18470;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
}
img.right{
	float: right;
	padding: 0px;
	margin: 10px;
}
.left
{
float: left;
padding: 0px 10px 0px 10px;
}
a img {
border: none;
}
ul.none
{
list-style-type: none;
}
li.centercol
{
font-size: 14px;
}
li.centercolnone
{
font-size: 14px;
list-style-type: none;
}
a.centercol
{
font-size: 14px;
text-decoration: none;
}
a.centercol:hover
{
font-size: 14px;
text-decoration: underline;
}
.fieldname
{
font-size: 14px;
}