@charset "utf-8";

/*the first group were for another iteratiopn of his page*/
.center {
	text-align: center !important;
}

.nosbox {
	border:#663333 thin solid;
	padding:0 1em;
	background-color:#E4CFA3;
	margin-bottom:1em;
}
.boldtext {
	font-size:.8em;
	font-weight:bold;
	color:black;
}
.normal {
	font-size: .8em;
	color: #000;
}

/*next iteration of web page*/

.larger-text {
	font-size:1.1em !important;
	color:#222;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background-color:#edebf9 !important;
	background-image:none !important;
}

.mybox {
	background-color:white;
	padding:.8em;
	border: thin solid #564C93 !important;
	margin-bottom:1em !important;
}

#realname, #address, #address2, #city, #state, #zip, #email, #phone, #message
{width: 100%; background-color:#edebf9; margin-bottom:1em; border:thin solid #564C93; height:3em;}

#message {height:auto;}