.quote1 {
	font-weight: normal;
	background-color: #EEEEEE;
	text-align: center;
	padding: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	white-space: normal;
	margin-right: 5px;
	margin-bottom: 15px;
	float: right;

	
}
.leftMenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: medium outset #fbc944;
	margin: 2px;
}

.leftMenuBtm {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainTitle {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.bulletedlist {
	font-weight: bold;
	list-style-type: circle;
}

.listitem {
	padding-bottom: 15px;
}

.menuBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
	width: 18%;
	left: 2%;
	top: 15%;
	position: absolute;
}

.menuItem {
	background-color: #FFFFCC;
	
}
a:link {
  color: rgb(102,51,51);
  text-decoration: none;
}
a:visited {
  color: rgb(102,51,51);
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}
.menuItem2 {
	background-color: #FFFFCC;
	border-top-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.mainBody {
	width: 60%;
	left: 20%;
	top: 15%;
	position: absolute;
	padding-right: 5%;
	padding-left: 8%;
}

.whiteSpace {
	top: 15%;
	width: 15%;
	left: 79%;
	background-color: #FFCCCC;
	position: absolute;
	padding: 3px;
	border: 1px solid #663333;
}

.mainTitle {
	position: absolute;
	left: 2%;
	top: 0%;
	border-bottom-style: none;
	border-bottom-color: #663333;
	border-bottom-width: 2px;
	
}
