body  {
	color: #000000;
	font-size: 0.8em;
	font-family: Veranda, Arial, "Arial Bold", sans-serif;
	background-color: #fcffca;
	margin: 0;
	padding: 0 }

a, a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
hr {
	clear: both }
#container {
	background-color: #fcffca;   /* all-cream */
	background-color: #ffffff;   /* multi-color */
}
#header      {
	color: #000000;
	font-weight: bold;
	background-color: #fcffca;
	background-image: url("images/fence.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 150px }
#title       {
	font-size: 3em;
	font-family: "Times New Roman";
	text-indent: -9999em;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 150px }
#title a  {
	text-decoration: none }

#centerTitle   {
	display: none;
	margin-right: auto;
	margin-left: auto;
	width: 186px;
	float: right }

#subtitle    {
	text-align: right;
	margin: 2px 2px 2px 10%;
	padding: 5px;
	float: right } 

#subtitle a  {
	text-decoration: underline }

#subtitle a:hover {
	text-decoration: none; 
} 


#sidebar   {
	background-color: #ffffff;      /* multi-color */
	background-color: transparent;  /* all-cream */
	margin: 0;
	padding: 2px;
	width: 13em;
	height: 100%;
	float: left;
	clear: left;
}
.sideBlock {
	margin-top: 1.5em;
	text-align: center;
}

#nav {
	border-bottom: 1px solid #777777;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 13em;
	list-style: none;
}
#nav ul li {
	position: relative;
	background-color: rgb(247,243,247); 
	padding: 0 1px 1px 3px; 
} 
#nav ul li a {
	display: block; 
	font-size: 1.2em;
	color: #eeeeee; 
	background-color: #862500;
	text-decoration: none; 
	padding: 4px 1px 4px 3px; 

} 
#nav ul li a:hover {
	color: #000000;
	background-color: #cfcfd7; 
	padding: 3px 0 3px 2px; 
	/*width: 147px; */
	border: 1px solid #777777; 
} 
#nav li ul  {
	background-color: #ffffff;
	display: none;
	padding: 2px 2px 2px 1px;
	position: absolute;
	top: 0;
	left: 13em;
	border: solid 1px #777777;
}
#nav li:hover ul, #nav li.over ul   {
	display: block;
	z-index: 1;
}
.subNav       {
	background-color: #862500;
	border: solid 1px #777777; /* */
	width: 560px;  
	margin: -20px auto 0 auto;
}
.subNav tr      {
	margin: 0;
	padding: 0;
	
}
.subNav td      {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 0;
	/* width: 25%; */
	border: 1px solid #ffffff;
}
.subNav img   {
	width: 120px;
	height: 90px;
	padding: 3px;
	border-style: none;
}
.subNav a, .subNav a:link, .subNav a:visited {
	color: #f5f5f5;
	font-family: Arial; 
	text-decoration: none;
	padding: 5px;
} 
.subNav td:hover, .subNav td.over {
	color: #000000;
	background-color: #cccccc;
}
.subNav a:hover {
	color: #000000;
}




#content       {
	background-color: #feffe6;
	margin-left: 13.5em;
	padding: 25px;
	min-height: 350px;
	border-left: 1px solid #777777 } 


#footer    {
	color: #dddddd;
	background-color: #862500;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 4px;
	border-top: 1px solid #777777 } 
#footer a, #footer a:link, #footer a:visited {
	color: #ffffff;
	font-size : 0.9em; 
} 
#footer a:hover {
	text-decoration: underline; 
} 

#imgMap {
	position: relative; 
	left: 0; 
	top: 0; 
	width:500px; 
	height:375px; 
	margin: 0 auto;
	border: 3px solid #777777;
}
.headline {
	font-size: 1.5em;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center }
.imgGroup {
	overflow: hidden;
	clear: both; }
.imgBlock    {
	display: inline;
	margin: 5px;
	padding: 5px;
	height: 139px;
	min-height: 139px;
	float: left;
	border: solid 2px #777777 }
.imgBlock img  {
	border-style: none }
.imgBlock p  {
	font-size: 0.75em;
	font-style: italic;
	text-align: center;
	margin: 0 auto }
	
	
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; }
* html #nav ul li a { height: 1%; }
* html .subNav { height: 1%; }
* html .imgGroup { height: 1%; }
* html #content { height: 1%; }
/* End */




