body {
	background-image: url(images/tile_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 900px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	position: relative;
	height: 252px;
	width: 900px;
	top: 0px;
	background-image: url(images/gradient_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 450px 0px;
}
#topNav {
	width: 192px;
	top: 97px;
	right: 0px;
	position: absolute;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 63px;
	width: 900px;
	font-size: 14px;
	color: #000;
}
#navigation a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration:none;
}
#navigation a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration:none;
}
#navigation a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration:underline;
}
#location {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	position: absolute;
	height: 66px;
	width: 314px;
	left: 375px;
	top: 102px;
	text-align: center;
}
#location a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #18417B;
	text-decoration:none;
}
#location a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #18417B;
	text-decoration:none;
}
#location a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #18417B;
	text-decoration:underline;
}
#contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	left: 298px;
	top: 187px;
	height: 17px;
	width: 118px;
	background-color: #1D437E;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contact a:link{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#contact a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
#contact a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}
#logo {
	height: 67px;
	width: 437px;
	position: absolute;
	top: 13px;
	left: 419px;
}
#topPhoto {
	height: 206px;
	width: 275px;
	position: absolute;
	top: 25px;
	left: 23px;
}
#contentArea {
	position: relative;
	width: 900px;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#contentLeft {
	position: relative;
	width: 641px;
	left: 20px;
	top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	float: left;
	background-color: #FFF;
}
#contentLeft h1 {
	font-size: 20px;
	color: #71B1B1;
	font-weight: normal;
}
#contentRight {
	position: relative;
	height: 350px;
	width: 180px;
	float: right;
	top: 20px;
	right: 30px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
#footer {
	position: relative;
	height: 26px;
	width: 900px;
}
#mainContent {
	background-color: #FFFFFF;
	width: 880px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainContent2 {
	background-color: #FFFFFF;
	width: 1024px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
#greyLine {
	background-color: #8B9298;
	position: relative;
	height: 12px;
	width: 1024px;
}
#boxes {
	position: relative;
	height: 136px;
	width: 1024px;
	top: 0px;
	background-color: #FFF;
	text-align: center;
}
#copyright {
	position: absolute;
	height: 50px;
	width: 261px;
	top: 15px;
	left: 10px;
}
#footerNav {
	position: absolute;
	height: 50px;
	width: 350px;
	top: 15px;
	right: 10px;
}

#footerNav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footerNav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#footerNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
#sideNav {
	background-color: #B8D8D8;
	width: 190px;
	left: 0px;
	padding: 5px;
	float: left;
	height: 100%;
}

