@import url("Header.css");
@import url("LeftSide.css");
@import url("Navigation.css");
@import url("Center.css");
@import url("RightSide.css");
@import url("Footer.css");
#divPageWrapper {
	height: 660px;
	width: 800px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #018C53;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #018C53;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #018c53;
	background-image: url(../Images/homePageImage25.jpg);
	background-repeat: no-repeat;
	background-position: left 300px;
}
.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.xxsmallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-weight: normal;
}


.smallboldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
hr {
	color: #018C53;
}

