body{
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FEFFE5;
	background-color: #feffe5;
}

button {
	width: 80%;
}

/* Main div blocks
---------------------------------------- */
.boxDiv {
	margin: 10px 15px 15px 15px;
	border: solid;
	border: solid;
	width: 95%;	
}

.mainDiv {
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 2 2 2 2;
	color: #dd9057;
	line-height: 18px;
}

.logoDiv {
	text-align: center;
}

.topDiv {
	width: 100%;
	border-bottom: 6px;
	border-bottom-style: hidden;
}

.leftDiv {
	float: left;
	width: 260px;
	border-right: 6px;
	border-right-style: hidden;
	z-index: 3;
}

.rightDiv {
	margin-left: 260px;
}

.titleDiv {
	width: 100%;
	border-bottom: 6px;
	border-bottom-style: hidden;
}

.bottomDiv {
	margin: 0.2em 0.2em 0 0.3em;
	float: left;
	width: 100%;
	border-right: 6px;
	border-right-style: hidden;
}


/* Links
---------------------------------------- */

a:link {
	color: #7e82ba;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #bdbedb;
}
a:active {
	text-decoration: underline;
}




/* Accent Pieces
---------------------------------------- */
hr.line {
	border-top: .5px solid black;
	width: 80%;
}

hr.divider {
	border:0;
	visibility:hidden;
	padding:5px;
}
	
	
/* Text Styles
---------------------------------------- */
#body .boxDiv .style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #c56d84;
	padding: 2px;
	margin: 0px;
	line-height: 7px;
}

#body .boxDiv .style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #94c9c9;
	padding: 2px;
	margin: 0px;
}

#body .boxDiv .style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #dd9057;
	margin: 0px;
	line-height: 18px;
}

#body .boxDiv .style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #94c9c9;
}

#body .boxDiv .style5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #c56d84;
	text-decoration: underline;
	border-bottom-style: groove;
	line-height: 40px;
}

#body .boxDiv .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #c56d84;
	text-decoration: underline;
	text-align: center;
	border-bottom-style: groove;
	line-height: 40px;
}

.style8 {
	color: #8da858
}

.right {
	text-align: right;
	float: right;
}

.left {
	text-align: left;
	float: left;
}

.center {
	text-align: center;
}