@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/Backround.gif) repeat;
	background-color: black;

}

.title {
	color: #006A9D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.imagedesc {
	font-size:smaller;
}

.leftmenutext {
	font-size: 80%;
	line-height: normal;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:9.0pt;
	margin-left:0in;
	font-family:Georgia;
	color:black;
}

.leftmenutitle {
	line-height:120%; 
	font-size:11.0pt; 
	font-weight: bold;
}

/* Nav menu */

#navigator {
}

.housebutton {
}

.housebutton a {
	font-size: 100%
}

.housebutton a:hover {
	font-size: 100%;
}

#navigator {
	background-color: #FFFFFF;
	border: 0px #EFD621 solid;
	width: 120px;
	martin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	text-align: center;
}

.housebutton {
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 4px;
}

.housebutton a {
	padding: 1px;
	text-decoration: none;
	display: block;
	color: #333333; /* font color on button */
	background-color: #FF9;
	border: none;
	border-top: 3px #03C solid;
}

.housebutton a:hover {
	color: #333333; /* button font cover when hovered over */
	background-color: #FF6;
	border-top: 3px #099 solid;
}
