@charset "utf-8";

 body {
	margin: 0;  /*it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EBC397;
	background: #b8a484;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColElsCtr #container {
	/*width: 51em;*/
	background: #FFFFFF;
	margin: 0 auto; /*this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #333;
	background-color: #B18347;
}

.title /*brown, bold, center */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #502018;
	text-align: center;
	font-weight: bold;
}

.title2 /*brown, bold, center */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #502018;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.bullet_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #951136;
	text-align: left;
}

.body_main
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #951136;
	text-align: left;
}

.body_center
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #951136;
	text-align: center;
}
.title_white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
	
.tan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bgcolor: #B18347;
	color: #B18347;
}

.light_tan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bgcolor: #E0C397;
	color: #E0C397;
}
.lightest_tan
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	bgcolor: #E7D0AD;
	color: #E7D0AD;
}

.berry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #951136;
}
.orange
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F48F1B;
}

.yellow
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FCCC46;

}
.brown_link
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	text-align:center;
	color: #502018;
}

.brown
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #502018;
}

.white
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;

}

.purple
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A0609C;

}

.bottom
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.bottom:hover
{
text-decoration: underline
}
.bottom1 {
	color: #FFFFFF;
	font-size: 10;
}
.formtext
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #A5A5A5;
	font-weight: bold;

}
a
{
	color: #993300;
	text-decoration: none;

}
a:hover
{
	text-decoration: underline;

}

