#logo {
	position: relative;
	visibility: visible;
	height: 150px;
	width: 620px;
	left: 300px;
	top: 15px;

}

#topNav {
	position: relative;
	height: auto;
	width: 810px;
	left: 200px;
	top: 20px;
}

#sideNav {
	position: absolute;
	visibility: visible;
	height: 520px;
	width: 200px;
	left: 210px;
	top: 225px;
}

#body {
	font-family: "Goudy Old Style", Georgia;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position: relative;
	visibility: visible;
	height: auto;
	width: 550px;
	left: 430px;
	top: 30px;
	margin: 5px;
	padding: 5px;
}

.floatRight {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.floatLeft {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#container {
	background-position: center;
	margin: 5px;
	width: 820px;
	position: absolute;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#footer {
	position: relative;
	width: 820px;
	left: 200px;
	top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

#container #body h3 {
	color: #007cc3;
}

#container #body h1 {
	color: #005f96;
	text-align: center;
}

.emRight {
	text-align:right;
	position: relative;
	left: 50px;
	width:100;	
}

#container #body em {
	color: #005f96;
	font-size: 18px;
}

#dropmenudiv{
position:absolute;
z-index:100;
}

a, a:visited{
	color: #005f96;
	text-decoration:none;
}

a:hover{
	color: #007cc3;
	text-decoration:none;
}

.slogan {
	font-family: "Bernard MT Condensed";
	font-size: large;
	font-weight: normal;
	color: #005f96;
	text-align: center;
}
.quote {
	font-size: 36px;
	font-style: normal;
	color: #007cc3;
	font-family: "Freestyle Script";
	text-align: center;
}
