@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg_green.jpg);
}
.outerTable {
	border: 1px solid #a0e6ec;
}
.nav {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	margin-right: 24px;
	color: #51516f;
	text-transform: uppercase;
	width: 500px;
}

.nav a:link{
	color: #51516f;
	text-decoration: none;
}
.nav a:visited{
	color: #51516f;
	text-decoration: none;
}
.nav a:hover{
	color: #68b5be;
	text-decoration: none;
}
.navOn {
	color: #68b5be;
}
.mainText {
	float: left;
	width: 235px;
	padding-bottom: 30px;
	margin-top: 35px;
	margin-right: 35px;
	margin-left: 20px;
	margin-bottom: 15px;
}

a:link {
	text-decoration: underline;
	color: #4852AC;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #0099CC;
	text-decoration: underline;
}
.pushRight {
	float: right;
	margin-top: 70px;
	margin-right: 25px;
	width: 400px;
	padding-bottom: 35px;
	margin-bottom: 15px;
	text-align: center;
}
.lists {
	line-height: 25px;
	padding-left: 20px;
}
.footer {
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3d3d5f;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	line-height: 20px;
}
.thumbs {
	float: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 25px;
}
.footer a:link{
	color: #3d3d5f;
	text-decoration: none;
}
.footer a:visited{
	color: #3d3d5f;
	text-decoration: none;
}
.footer a:hover{
	color: #b5d5d9;
	text-decoration: underline;
}
.lgView {
	float: right;
	margin-top: 30px;
	margin-right: 25px;
	width: 410px;
	padding-bottom: 35px;
	margin-bottom: 15px;
	text-align: center;
}

