body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DDDDDD;
}

p, ul {
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

li {
	color: #0D2828;
}

h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #0D2828;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

h2 {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #257070;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}

h3 {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #257070;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
#availablepage
{
  width: 840px;
  left: 50%;
  margin: 0px auto 0px auto;
  background-color: white;
}

#quotescolumn
{
  border: 0px;
  margin: 0px;
  width: 188px;
  float: left;
  padding: 5px;
  height: 100%;
	background-color: white;
  font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
  font-style: italic;
}


ul#comments
{
  list-style-type: none;
  padding-left: 10px;
  margin-left: 0px;
}

ul#comments li
{
  display: none;
  text-align: right;
  color: #257070;
  font-weight: normal;

}
ul#comments ul li
{
  display: block;
  text-align: right;
  font-style:italic;
  color: #257070;
  font-weight: bold;
  list-style-type: none;
}
div#quotescolumn img
{ 
  border: none;
}

#maintext
{
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 16px 0px 0px;
	float: right;
  width: 610px;
  height: 100%;
	background-color: white;
}

#wheretheactionis
{
  margin: 0px;
  padding: 0px;
	width: 840px;
  height: 100%;
	background-color: white;  
}

#header
{
  margin: 0px;
  padding: 0px;
  width: 840px;
  height: 100%;
	background-color: #66cccc;  
}
#contactform
{
 	margin: 0px;
  padding: 0px;
	width: 100%;
  height: 200px;
	background-color: #66cccc;  
}
#formsuccess
{
 	margin: 0px;
  padding: 10px;
	width: 100%;
  height: 200px;
	background-color: #66cccc; 
	font-style: italic; 
}
.notes
{
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
 	font-style: italic;
	color: #0D2828;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boldnotes {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
 	font-style: italic;
	font-weight: bold;
	color: #0D2828;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.italichead {
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #0D2828;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
 	font-style: italic;
		}
.rightimage
{
  float:right; /* this makes the text wrap around the image which goes to the right of its container */
}

.leftimage
{
  float: left;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #257070;
}
a:visited {
	text-decoration: none;
	color: #800080;
}
a:hover {
	text-decoration: none;
	color: #257070;
}
a:active {
	text-decoration: none;
	color: #257070;
}

#bottombanner {
  text-align: center;
	color: #FFFFFF;
  background-color: #66cccc;
	font-size: 14px;
	font-weight: bold;
  width: 100%;
  clear: both;
}

#button1 a, #button2 a, #button3 a, #button4 a, #button5 a, #button6 a, #button7 a
{
  background-color: black;
  color: white;
}

.menubar {
  width:auto;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 2px;
  background-color: #6cc;
  text-align: left;
  clear: both;
  left: 0%; right: 100%;
} 
 
#navigation {
  padding:19px 0px 0px 4px; 
  margin:0 auto; 
  list-style-type:none;
  display: block;
}
  
#navigation li {
  display: inline;
   }
#navigation a {
  color:white; 
  background-color:black; 
  text-decoration:none;
  padding: 0px 0.4em;
  margin: 0px 1px 0px 1px;
  font-family: "Humanist 521 BT", "Humanist 521", "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	font-weight: normal;
	font-size: 19px;

  }
#navigation a:hover {
  color:black; 
  background-color: white;
  }
