@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #650000 url(../images/background.gif) repeat-x;
	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;
}
.oneColElsCtr #container {
	width: 800px;
	background: #FFFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 10px
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	color:#444;
	line-height: 1.7em;
	margin-bottom: 1em;
	text-align:justify;
}
h1 {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 14px;
	font-weight: bold
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 1em;
}
h2 {
	padding-right: 100px;
	padding-left: 100px;
	font-size: 15px;
	font-weight: bold
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
}
.footer {
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-top: 3em;
}
.menuitems {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #650000;
	word-spacing: 100%;
}
a {
	font-size: 12px;
	color: #650000;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #650000;
}
a:visited {
	font-size: 12px;
	color: #650000;
}
a:hover {
	font-size: 12px;
	color: #650000;
}
a:active {
	font-size: 12px;
	color: #650000;
	margin: 0;
}
.pic {
margin-top: 18px;
margin-bottom: 10px;
border: 1px solid #59993D;
}



