body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center 182px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.leftText {
	text-align: justify;
	line-height: 21px;
}
a {
	color:#666;
}
a:visited {
	color:#999;
}
a:hover {
	color:#F90;
}
.footer {
	color:#999;
}
.siteTitle {
	text-decoration: none;
	float: left;
	margin-top: 12px;
}
a.siteName {
	text-decoration: none;
	color: #333;
}
a.siteName:visited {
	color:#333;
}
.siteBox, .siteBox2 {
	background-color: #CCC;
	height: 285px;
	width: 300px;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 14px;
	margin-right:20px;
}
.siteBox2 {
	margin-right:0px;
}
.linkArrow {
	margin-top: 12px;
	margin-right: 4px;
	text-align: right;
}
.navLink {
	font-size: 16px;
}
.contactbox {
	background-color: #CFCFCF;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 4px;
}
