body {
	background-position: center bottom;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: green;
	
	background-repeat: no-repeat;
}
#wrapper {
	width: 970px;
	margin: 0px auto 150px auto;
}
#designedby {
	width: 970px;
	margin: auto 10px 0px auto;
	padding: 10px;
	text-align: center; bottom;
	font-size: 80%;
}
#designedby a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
        
}
#designedby a:hover {
	color: #0080FF;
	text-decoration: none;
	font-weight: bold;
        
}
#logo {
}
#banner {
	width: 890px;
	height: 192px;
	background-image: url('images/bannerBG.png');
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 00px;
}
#content {
	background-image: url('images/bodyBG.png');
	background-repeat: repeat;
	background-position: top;
        padding-left: 0px;
	overflow: hidden;
}
#footer {
        background-position: center bottom;	
        width: 810px;
        padding-left: 0px;
        background-position: center;
}
#navBar {
	background-image: url('images/navBarBG.jpg');
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	height: 35px;
	width: 970px;
	margin-bottom: 10px;
}
#leftContent {
	margin-left: 80px;
	width: 300px;
	float: left;
	display: inline;
	text-align: center;
        padding-left: 9px;
	padding-bottom: 30px;
}
#mainContent {
	margin-right: 0px;
	width: 330px;
	float: right;
	
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 20px;
	font-size: medium;
}
.clear {
	clear: both;
}
.menu {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	padding: 6px 15px 6px 15px;
}
.menu:hover {
	color: #ff0000;
	text-decoration: none;
}
.noBorder {
	border-width: 0px;
}
h1 {
	font-size: 130%;
	color: #000000;
	font-weight: normal;
	letter-spacing: 2px;
}
.quote {
	font-size: small;
	color: #2B4092;
	padding: 15px;
	border: 5px solid #CCCCCC;
	font-style: italic;
}
#mainContent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#mainContent ul li {
	padding: 7px 7px 7px 30px;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.ourbusiness {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	background-color: #CCCCCC;
	color: #808080;
}
.newStyle1 {
	background-color: #999999;
	padding: 10px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
}
.newStyle2 {
	color: #CC0000;
	font-size: 80%;
}
#mainContent a {
	color: #005177;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

