body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	background-color: #F7F5E6;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #1C4471;
}

.shadow-left {
	background-image: url(images/layout/shadow-left.gif);
	background-repeat: repeat;
	width: 10px;
}
.shadow-right {
	background-image: url(images/layout/shadow-right.gif);
	background-repeat: repeat;
	width: 10px;
}
.main {
	background-color: #FFFFFF;
	padding-right: 9px;
	padding-bottom: 10px;
	vertical-align: top;
}
.nav1 {
	background-image: url(images/layout/nav1.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.main2 {
	background-color: #FFFFFF;
	padding-right: 9px;
	vertical-align: top;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #1C4471;
	text-align: center;
	padding-bottom: 12px;
	line-height: 14px;
}

.main3 {
	background-color: #FFFFFF;
	padding-right: 9px;
	vertical-align: top;
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #1C4471;
	text-align: left;
	padding-bottom: 12px;
	line-height: 14px;
}

.footer {
	background-image: url(images/layout/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
}
a.footer-link:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer-link:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer-link:hover {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.footer-link:active {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
.footer-text {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
.main-text {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 18px;
	padding-right: 18px;
	padding-bottom: 24px;
	padding-left: 18px;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	background-color: #E8E0D3;
	border: 1px dotted #007B5A;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	color: #007B5A;
}

.img-right {
	background-color: #F5F5F5;
	border: 1px solid #333333;
	padding: 9px;
	float: right;
	margin-left: 12px;
}
.img-center {
	background-color: #F5F5F5;
	border: 1px solid #333333;
	padding: 9px;
	text-align: center;
}
.img-left {
	background-color: #F5F5F5;
	border: 1px solid #333333;
	padding: 9px;
	float: left;
	margin-right: 12px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F5F5F5;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 60px; /*position where enlarged image should offset horizontally */

}.img-1 {

	background-color: #F5F5F5;
	border: 1px solid #333333;
	padding: 9px;
}
a:link {
	color: #057E5F;
	text-decoration: underline;
}
a:visited {
	color: #057E5F;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
.img-right-caption {
	background-color: #F5F5F5;
	border: 1px solid #333333;
	padding: 9px;
	float: right;
	font-size: 11px;
}
