/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	margin: 10px;
}

td {
  font-size: 70%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #0000aa; text-decoration: none;}
a:visited { color: #0000aa; text-decoration: none;}
a:hover { color: #aa0000;	text-decoration: underline;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E2CFA0;
	font-weight: lighter;
	font-size: 400%;
  text-transform: lowercase;
  text-align: right;
}

h2 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 100%;
	color: #990000;
	font-weight: bold;
  padding-bottom: 0px;
}

.MainHeading {color: white; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}
.SubHeading {color: white; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}

li {
  margin-bottom: 5px;
	list-style-type: square;
}

a.menu:link { color: #000000;	text-decoration: none; font-weight: bold;}
a.menu:visited { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #990000; text-decoration: none; font-weight: bold;}

.content {
  padding: 30px;
}

hr {
 height: 2px;
 border-top: 1px solid #E8CD90;
 border-bottom: 1px solid #F8F1DE;
}

.content p {
  line-height: 180%;
}

.table {
  padding-left: 30px;
}

.table p {
  padding-top: 0px;
}

.sidebar {
  color: #990000; 
  background-image: url('../images/sidebar_bg.gif');
  font-size: 80%;
  width: 170px;
}

.sidebar p {
  font-size: 80%; 
  color: #333333; 
}

.hours {
  color: #333333; 
  line-height: normal;
}

.address {
  background-color: #F1DFB3; 
  padding: 20px;
  background-image: url('../images/address_bg.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.address p {
  line-height: 130%;
  color: #000000;
}

.table_header {
  background-color: #F1DFB3; 
  padding: 10px;
}

.table_subheader {
  background-color: #F1DFB3; 
  padding: 6px;
  font-weight: bold;
  color: #000000;
}

.table_content {
  background-color: #FFFFFF; 
  padding: 6px;
}

.table_list {
  padding: 0px;
  margin: 0px 0px 0px 15px;
}

