body 			{ font-family: Times New Roman; font-size: 12; color: black; background-color: white; margin:0 } 
P			{ font-family: Times New Roman; }
H1			{ font-family: Times New Roman; font-weight: bold }
H2			{ font-family: Times New Roman; font-weight: bold }
H3			{ font-family: Times New Roman; font-weight: bold }
H4			{ font-family: Times New Roman; font-weight: bold }
A:link 		{ color: green }
A:visited		{ color: green }
A:hover 		{ color: blue }
TABLE.main		{ margin: 0px; background-color:white }

.heading		{ font-family: Times New Roman; font-size: 22; font-weight:bold; color: black }
.subheading		{ font-family: Times New Roman;font-size: 18; font-weight:bold; font-style: italic }

.nav			{ font-family: Verdana; font-size: 10; font-weight: normal; color:blue }
TABLE.nav   	{ margin: 5px }
TD.nav		{ background-color: lightblue }
A.nav:link 		{ font-size: 10; font-weight:normal; color: green  }
A.nav:hover 	{ font-size: 14; font-weight: bold; color: blue }
.navHeading		{ font-size: 18; font-weight:bold; color: blue }

.contactInfo	{ font-size: 10; font-weight: normal; color: black }
.contactHeading	{ font-size: 11; font-weight:bold }

.content		{ font-family: Times New Roman; color: black; background-color: white }
TABLE.content 	{ font-family: Times New Roman; font-size: 14; background-color: white }
TD.content 		{ font-family: Times New Roman; font-size: 14; background-color: white; color: black }
TD.description 	{ font-size:16; font-weight:bold; color:black}
TD.attention	{ font-size:16; font-weight:bold; color:red}
TD.caption		{ font-family: Verdana; font-size: 11; font-weight: bold }
TD.available	{ font-weight:bold; color: green }
TD.unavailable	{ color: red }
TH.cottageInfo	{ font-family: Arial; text-align:left; vertical-align:top; font-size:11; font-weight:bold }
TD.cottageInfo	{ font-family: Arial; text-align:left; vertical-align:top; font-size: 11 }
.caption		{ font-family: Verdana; font-size: 11; font-weight: bold }

#aerial_view{
  font-family: Times New Roman; font-size: 16; 
  margin: 5px;
  padding: 0px;
  border: 0px;
}
#view2{
  font-family: Times New Roman; font-size: 16; 
  background-image: url(images/View2.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin: 5px;
  padding: 0px;
  border: 0px;
}
#generalsYard{
  font-family: Times New Roman; font-size: 16; 
  margin: 5px;
  padding: 0px;
  border: 0px;
}
#imageText{
  font-family: Times New Roman; font-size: 16; 
  margin: 5px;
  padding: 0px;
  border: 0px;
}

.flowLeft {
  float: left;
  clear: left;
  margin: 0px 1.25em 0px 0px;
}
.flowRight{
  float: right;
  clear: right;
  margin: 0px 1.25em 0px 0px;
  padding: 5px;

}



