body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #C63;
	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: #030;
}
.evergreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #003300;
}
h1 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	line-height: 1.5;
}
h2 {
	font-size: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	text-align: center;
}


.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DFD;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #393;
	text-decoration: none;
}
a:visited {
	color: #C00;
}
.redBIG {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #F00;
}

.footer {
	line-height: 22px;
	color: #FFF;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
	color: #333;
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #900;
	font-weight: normal;
	font-size: 120%;
	letter-spacing: 0.2em;
}
.red {
	font-size: 75%;
	color: #F33;
}
.whitesmall {
	font-size: 65%;
	color: #FC9;
}
#footer .whitesmall a {
	color: #F96;
}

#footer .footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
}
