@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
		background-color: #F3F3F3;
}
.oneColFixCtr #container {
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F3F3F3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.side-title {
	background-color: #2EC59C;
	text-transform: lowercase;
	text-align: center;
	padding: 10px;
	border-bottom: #C92700;
	border-top: #C92700;
	border: #C92700;
	-moz-border-top-colors: #C92700;
	letter-spacing: 2px;
	border-bottom-color: #C92700;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: #C92700;
	border-top-style: solid;
	border-top-width: medium;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #A4A08A;
	font-size: 10pt;
}
a:link {
	color: #C92700;
	text-decoration: none;
}
a:visited {
	color: #C92700;
	text-decoration: none;
}
a:hover {
	color: #244800;
	text-decoration: underline;
}
a:active {
	color: #244800;
	text-decoration: none;
}
a {
	font-size: 12pt;
	letter-spacing: 2px;
	background-color: #2EC59C;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12pt;
	color: #2EC59C;
	background-color: #C92700;
	letter-spacing: 2px;
	border-bottom-color: #2EC59C;
	border-bottom-style: solid;
	border-bottom-width: medium;
	padding: 2px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
