@charset "utf-8";
body {
	background-image: url(../images/bg_grey.jpg);
	background-position: top;
	background-color: #b5b3b5;
	background-repeat: repeat-x;
	margin: 50px;
}
.midsection {
	background-image: url(../images/midsection.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6b6868;
	line-height: 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6b6868;
	font-weight: lighter;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6b6868;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6b6868;
}
.bodyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6b6868;
	text-decoration: underline;
}
.bodyLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6b6868;
	text-decoration: none;
}
.webLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E8C5E;
	font-size: 11px;
}
.numberBg {
	background-image: url(../images/buttonBg_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}

.webLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5E8C5E;
	font-size: 11px;
	text-decoration: none;
}
.graphicLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #7170A2;
	font-size: 11px;
}
.graphicLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7170A2;
	font-size: 11px;
	text-decoration: none;	
}
.photographyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C2E2E;
	font-size: 11px;
}
.photographyLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C2E2E;
	font-size: 11px;
	text-decoration: none;		
}
.bannerTable {
	border: 1px solid #d8d3d3;
}
.cmsTableBdr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
.imgThum {
	background-image: url(../images/photogallery-thum.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 68px;
	width: 83px;
	float: left;
}
