﻿body

#breadcrumb
{
	font: 14px, "Arial";
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px solid;
	color: #000000;
	height: 20px;
	padding: 5px 0px 0px 5px
}

#breadcrumb a
{
	font-weight: bold;
	text-decoration: none;
} 

#breadcrumb a:hover
{
	color: #a1d3a4;
}

#lhs
{
	width: 200px;
	height: 1000px;
	position: relative;
}

.navmenu
{
	font: 12px, "Arial";
	line-height: 300%;
	float: left;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	background-color: #c0c0c0;
	position: absolute; left: 25px; top: 250px;
}

#rhs
{
	text-align: left;	
	margin-left: 250px;
	margin-top: -1000px;	
}


h1 
{
	font: 36px, "Arial Black";
	color: #008000;
	letter-spacing: 2px;
}

h2
{	font: 24px, "Arial Black";
	color: #008000;
}

h3
{
	font: 18px, "Arial Black";
	color: #008000;
}

h4
{
	font: 14px, "Arial Black";
}

p
{
	font: 14px, "Arial";
	line-height: 150%;
}

.info
{
	font: 14px, "Arial";
	line-height: 175%;
	margin-top: 25px;
	width: 75%;
}

.specials
{
	background-color: #d5e9d7;
	font: 14px, "Arial";
	line-height: 175%;
	width: 90%;
}

.td 
{
	font-style: italic
}

.caption
{
	font: 20px, bold;
	background-color: #ffffff;
	text-align: center;
}

.menu
{
	background-color: #d5e9d7;
	width: 90%;
}	
	
.sitemap
{
	font: 18px, "Arial";
	line-height: 300%;
	margin-top: 25px;
	height: 600px;
}



#footer
{
	font: 14px, "Arial";
	font-style: italic;
	font-weight: bold;
	border-top: 2px solid;
	color: #000000;
	text-align: center;
	height: 40px;
	padding: 5px 0px 0px 5px;
}

a:link
{
	color:#000000;
	text-decoration: underline;
}

a:visited
{
	color: #ff0000;
	text-decoration: underline;
}

a:hover 
{
	color:#000000
}

