

body {font-family: arial, helvetica, verdana, sans-serif;
		font-size: 14px;
		 	line-height: 140%;
		 	color: #ffffff;
		}

#caption2 {
	color:#00aeef;
	font-size:14px;
	font-weight:bold;
	}
	
#caption3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}
	
#caption4 {
	color:#000000;
	font-size:12px;
	font-weight:italic;
	}

/* This is for the Nav Bar */

#navigator {

background-color: #ffffff; /* this does not seem to change anything */ 

border: 1px #ffffff solid; /* this does not seem to change anything */ 

width: auto;

padding: 8px;

text-align: center;

}


.housebutton {

text-align: center;

margin-bottom: 3px;

margin-top: 3px;

}


.housebutton a {

padding: 2px;

font-family: arial, helvetica, verdana, sans-serif;
font-size: 13px;
line-height: 100%;
text-decoration: none;

display: block;

color: #000000;

background-color: #c4c4c4;/* this is the color of the button when its unclicked */

border-top: 3px #ffffff solid;

border-left: 3px #ffffff solid;

border-bottom: 3px #838282 solid;

border-right: 3px #838282 solid;

}


.housebutton a:hover {

color: #ffffff;

background-color: #00aeef; /* this is the color of the button when its hovered */

border-top: 3px #31557f solid;

border-left: 3px #31557f solid;

border-bottom: 3px #cce3ff solid;

border-right: 3px #cce3ff solid;

}

.housebutton a:active {

color: #000000; /* this is the color of the text when its being clicked */

background-color: #00aeef; 

border-top: 3px #31557f solid;

border-left: 3px #31557f solid;

border-bottom: 3px #cce3ff solid;

border-right: 3px #cce3ff solid;

}

/* This is for the Photo Gallery */


/* End Photo-Caption Zoom CSS */ 