@charset "utf-8";
body  {
	font: 90%/1.25em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	background: #fff url(art/bkg.jpg)  repeat-x;
	padding: 0;
	text-align: center; 
	color: #663300;
}
#container { 
	width: 900px; 
	background: #fff;
	margin: 0 auto; 
	border: 1px solid #663300;
	text-align: left; 
} 
#header { 
	background: #fcfbf3 url(art/hder.jpg) no-repeat; 
	height: 152px;
	border-bottom:  2px solid #663300;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header2 { 
	background: #fff8dc; 
	border-bottom:  2px solid #663300;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
h3 { 
	font-size: 100%;
	font: Verdana, Arial, Helvetica, sans-serif; font-style:italic;
	color:#663300;
	border-top:  2px solid #663300;
	padding:10px; 
} 
h4 { 
	font-size: 100%;
	font: Verdana, Arial, Helvetica, sans-serif; font-style:italic;
	color:#663300;
	padding:10px; 
} 
h1 {
	margin: 0;
	padding: 10px 0; 
	display:none;
	}
#sidebar1 {
	float: left; 
	width: 155px; 
	background: #fff url(art/bkg.jpg) repeat-x;
	padding: 15px 10px 15px 20px; 
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff  url(art/bkg.jpg) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent { 
	margin: 0 195px;
	padding: 15px; 
	
} 
#mainContent a:link, #mainContent a:visited{ color: #663300;
}
#mainContent a:hover{
	color: #663300;
	text-decoration: underline;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px  dotted #663300;
	background:#fff;
		text-align: center;
} 
#footer p {
	margin: 5px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 70% Verdana, Arial, Helvetica, sans-serif ; color:#663300;
}
#footer a:link, #footer a:visited{ color: #663300;
text-decoration: none;
}
#footer a:hover{
	color: #663300;
	text-decoration: underline;
}

div#nav {float: left; width: 7em;
padding: 5px;
background: none;
}
div#nav ul {margin: 0; padding: 0; width: 7em; background: white;
  border: 1px solid #d1bd9a;  font: 80% Verdana, Arial, Helvetica, sans-serif; color:#663300;
  }
div#nav li {position: relative; list-style: none; margin: 0;
  border-bottom: 1px solid #d1bd9a;  
  }
div#nav li.submenu {background:#fcfbf3; 
}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none; width: 6.5em; color: #663300;
  }

div#nav>ul a {width: auto; 
}
div#nav ul ul {position: absolute; top: 0; left: 7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
font: 75%/1.25em Verdana, Arial, Helvetica, sans-serif;
 color:#663300;
 
}

style3 {
	font-size: 80%;
	font-style: italic;
}
.style4 {font-weight: bold}