.text {
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	
	}
	
.smallnav li {
	float: left;
	position: relative;
	width: 7.5em;
	}
	
.nav li {
	float: left;
	position: relative;
	width: 7.5em;
	}
	
li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	background-color: #BAD1FC;
	border: thin solid #000066;
	padding: 5px;
	font-family: Corbel;
	font-size: 14px;
	}
	
li:hover ul {
	display: block;
	}.tagline {
	font-family: Corbel;
	font-size: 24px;
}
.blackback {
	background-color: #000000;
}
.blueback {
	background-color: #B0D8FF;
}
.nounderline {
	color: #000000;
	text-decoration: none;
}
li ul li:hover {
	background-color: #7BB0E6;
	width: 95%;
	font-family: Corbel;
	font-size: 14px;
}
.bluebox {
	background-color: #B0D8FF;
	border: thin solid #000033;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.breakline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.indent {
	padding: 5px;
}
.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bluestripe {
	background-color: #BAD1FC;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100px;
}
.medblue {
	background-color: #7BB0E6;
}
.smallnav {
	font-size: 14px;
	font-family: Corbel;
	text-decoration: none;
	list-style-type: none;
}
.gray {
	background-color: #D6D6D6;
}
.lightblue {
	background-color: #BAD1FC;
}
.medbluebox {
	background-color: #6072F2;
	height: 150px;
	width: 100px;
}
.grayback {
	background-color: #CCCCCC;
}
.ltgrayback {
	background-color: #DBDBDB;
}
.back {
	background-color: #EBE1CD;
}

