@charset "UTF-8";
/* CSS Document */


html {
	overflow-y: scroll;
} /* always show vertical scroll bar */
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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #62bb42;
	background-image: url(mainBG.png);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
a img {
	border: none;
}
a {
	border: none;
}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-top: 140px;
}
#logo {
	padding-bottom:50px;
	float: left;
	display:block;
	position: relative;
	width: 1000px;
	clear: left;
}
#brochures {
	float: left;
	display:block;
	position: relative;
	padding-left: 105px;
}
#hr {
	width: 1000px;
	height: 20px;
	float: left;
}
#brochureBox {
	float: left;
	height: 199px;
	width: 200px;
	background-image: url(image-border.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:22px;
}
#brochureBox a:link {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#brochureBox a:visited {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#brochureBox a:hover {
	color:#475A61;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#brochureBox a:active {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#footer {
	padding-top:25px;
	display:block;
	position: relative;
	float: left;
	width: 1000px;
}
#footer p{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
#footer a:link {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#footer a:visited {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#footer a:hover {
	color:#475A61;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
#footer a:active {
	color:#FFF;
	cursor:pointer;
	text-decoration: none;
	font-weight: Bold;
}
