html, body {
/*  margin: 0;*/
}

body {background-color:#beac7f;}

p {
	color: #683a2d;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
}

H1, H2, H3 {
	color: #683a2d;
	font-family: Georgia, Times, serif;
}

H1 {font-size: 1.3em; line-height: 1.1em;}
H2 {font-size: 1.2em; line-height: 1.1em;}
H3 {font-size: 1.1em; line-height: 1.0em;}

#wrap {
	background-color: #803f26;
	width: 820px;
	margin: auto;
}
#navbar {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #803f26;
	/*position: relative;*/
}
#main {
  margin: 0px 20px 10px 20px;  /*was -13px 20px 10px 20px; */ 
  background-color:  #cc9; 
  height: auto;
 /* padding-top: 1px;
  border: 1px solid #fff;*/
}

#subnav {
	background-color: #cc9;
	position: relative;
	width: 100%;
	height: auto;
	/*border: 1px solid #000;  for vis  */
}

#leftcol {
  float: left;
  width: 270px;   
  border: none; 
  background-color: #cc9;
  padding: 15px 15px 5px 15px;  /* top pad was 0  */
}
#rightcol {
  border: none; 
  margin: 0 0 0 300px;
  background-color: #cc9;
  padding: 0px 15px 5px 15px; 
}

#rightcol img {
	position: relative;	
	float: none;
}
p.img {clear: both;}


#rightcol a, #leftcol a {
	color: #683a2d;
	font-weight: bold;
}

#footer {
	clear: both;
	background-color: #963;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

#header {
	background-color:#963;
	position: relative;
/*	margin-top: -10px;*/
	height: 106px;
	font-family: Georgia, Times, serif;
	color: #cc9;	
	text-align: center;
}

#header p {
	font-family: Georgia, Times, serif;
	color: #ffc;	
}
#header .p1 {
	font-size: 30pt;
	font-variant: small-caps;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 15px;
}

#header .p2 {
	font-size: 18pt;
	font-weight: 500;
	text-align: center;
	margin-top: -30pt; /* was -30 */
}
#header a {
	text-decoration: none;
	border: none;
}

#footer p {
	font-family: Georgia, Times, serif;
	color: #cc9;
	background-color: #963;
	font-size: small;
	text-align: left;
	padding: 5px 0;
	text-indent: 5px;
}

#footer a {
	color: #cc9;
}	

.sitemap {
	text-indent: 2em;
	font-size:smaller;
}

.small {
	font-size: .9em;
}

#youarehere {
	background-color: /*#963;*/ #cc9;
	border-bottom: 2px solid #cc9;
	/*color: #ffc; #963;*/
}

/* ------------------------- css-hover styles for menu ---------------- */


.hovermenu ul{
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: small;
	padding-left: 0; padding-right: 19px; 
	margin-left: 0;
	height: 20px;
	margin-bottom: 0;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	padding: 2px .75em 1px .75em;
	text-decoration: none;
	float: right;
	color: #803f26;
	background-color: #ffc;
	border: 1px solid #803f26;
}

.hovermenu ul li a:hover{
	background-color: #963; /*#c96;*/
	color: #ffc;
	border-style: solid;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: solid;
}

/*  end css hover styles */
/*  css hover styles for submenu : subhover */



.subhover ul{
	font-family: Georgia, Times, serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	margin: .2em 1em .2em 1em; /* .2em 1em .2em 1em; */
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.subhover ul li{
	list-style: none;
	display: inline;
	margin: auto;
	padding: 0em .4em 0 .4em;
	/*border: 1px solid #000;  for vis  */
}

.subhover ul li a{
	padding: 0 .5em 0 .5em;
	text-decoration: underline;
	text-align: center;
	color: #803f26;
	background-color: #cc9;
	border: none;
	margin: auto;
}

.subhover ul li a:hover{
	background-color: #ffc;
	border: none;
}

html>body .subhover ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border: none;
}

/* end css hover for subhover menu */
