body {
	font: 12px Tahoma, Geneva, sans-serif;
	background: #E9F8FE;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #45403d;
}
.wordsmith #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #79a3b9;
	text-align: left;
}
.wordsmith #header {
	background: #FFFFFF; 
}
.wordsmith #subheader {
	background: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.wordsmith #navbar {
	background: #FFFFFF;
}
.wordsmith #mainContent {
	padding: 15px 55px 0;
	background: #FFFFFF;
	line-height: 19px;
}
.wordsmith #footer {
	padding: 0 10px;
	background:#FFFFFF;
	text-align: right;
	font-size: 10px;
	background: #E9F8FE url(../images/bg_footer.jpg);
}
.wordsmith #footer p {
	margin: 0;
	padding: 10px 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
a:link {
	color: #078;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C1DC;
}
a:hover {
	text-decoration: underline;
	color: #B69FC9;
}
a:active {
	text-decoration: none;
	color: #00C1DC;
}
.text_purple {
	font-size: 14px;
	color: #9E72B1;
	font-weight: bold;
}
.text_large {
	font-size: 14px;
	font-weight: bold;
}
.text_blue {
	font-size: 14px;
	color: #078;
	font-weight: bold;
}
.form_design {
	border: 1px ridge #B0B0B0;
	background-color: #DDDDDD;
}
