/* -------  Virtual Tour Slideshow Styles --------------- */

body {
	background-color: #00397F;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif; 
}

.maincenter {
background-color: #FFFFFF;
color: #00397F;
font-size: 13px;
}

.mainsides {
background-color: #00397F;
color: #FFFFFF;
font-size: 13px;
}

.branded {
background-color: #CCCCCC;
color: #00397F;
font-size: 13px;
}


/* Header Styles  color: #3F697F;  */

h1 {
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif; 
  font-size: 18px;
  font-weight : bold;
  color: #00397F
}


h2 {
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif; 
	color: #00397F;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #00397F;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #80A6B9;
	font-size: 12px;
	font-weight: bold;
}


/* Body Styles */

a:link {
color: #003399;
text-decoration:none;
}

a:active {
color: #194647;
text-decoration:none;
}

a:visited {
color: #264759;
text-decoration:none;
}

a:hover {
color: "red";
text-decoration: underline;
}

.small, sup {
font-size: 10px;
}

.mainbody {
padding-left: 20px;
padding-right: 20px;
line-height: 160%;
}


