body {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: Verdana, sans-serif;
	color: #444340;
}
h1 {
	font-size: 1.3em;
	padding: 15px 10px;
	margin: 0;
}
h2 {
	font-size: 1.1em;
	padding: 10px;
	margin: 0;
}
img {
	border: none;
}
A:link, A:visited {
	color: #9999dd;
	font-weight: bold;
	text-decoration: none
}
A:hover {
	color: #bbbbee;
	font-weight: bold;
	text-decoration: none
}
#Header {
	background: #ffffff;
	height: 50px;
	padding: 0
}
#Header img {
	display: block;
	margin: 0 auto 0;
}
#MainContent {
	background: #ffffff;
	padding-bottom: 30px;
}
#Footer {
	padding: 10px;
	border-top: none;
}

.bkgd    { 
	padding: 0; margin: 0; 
	font-family: Verdana, sans-serif; 
	background: #f5f2f0; 
	background-attachment: fixed; 
	background-image:url('images/Image4.jpg'); 
}

.tableBkgd    { 
/*	display: none; */
	display: inline;
	visibility: hidden;
}
.tableBkgdVis    { 
/*	display: inline; */
	visibility: visible;
}

div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.gallery { list-style: none; padding: 0; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 33.33333333%; }
.gallery li a { display: block; margin: 10px; }
.gallery li img { display: block; width: 100%; height: auto; border: 1px solid #909090; }

.homepage {
	list-style: none;
	padding: 0;
	margin: 0;
}
.homepage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.homepage li {
	float: center;
	width: 40%;
}
.homepage li img {
	display: block;
	width: 100%;
	height: auto;
}
.menutext {
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 4px;
	line-height: 170%;
	color: #666666;
}
.menutext A:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none
}
.menutext A:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none
}
.menutext A:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none
}
.menutext A:hover {
	color: #9a8b72;
	font-weight: normal;
	text-decoration: none
}
.navigation {
	font-family: Verdana;
	font-size: 10pt;
	letter-spacing: 3px;
	color: #9999dd;
}
.navigation A:link {
	color: #9999dd;
	font-weight: normal;
	text-decoration: none
}
.navigation A:visited {
	color: #9999dd;
	font-weight: normal;
	text-decoration: none
}
.navigation A:active {
	color: #9999dd;
	font-weight: normal;
	text-decoration: none
}
.navigation A:hover {
	color: #bbbbee;
	font-weight: normal;
	text-decoration: none
}
.title {
	font-family: Verdana;
	font-size: 20pt;
	text-align: center;
	margin-top: 0;
	margin-left: 3%;
	margin-right: 3%;
	line-height: 120%;
	color: #222222;
}
.subtitle {
	font-family: Verdana;
	font-size: 17pt;
	text-align: center;
	margin-top: 0;
	margin-left: 3%;
	margin-right: 3%;
	line-height: 120%;
	color: #222222;
}
.sponsors {
	font-family: Verdana;
	font-size: 14pt;
	text-align: center;
	margin-top: 0;
	letter-spacing: 0px;
	line-height: 120%;
	color: #666666;
	font-weight: bold;
}
.columntext {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	color: #666666;
	margin-left: 3%;
	margin-right: 3%;
}
.centertext {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	color: #666666;
	margin-left: 3%;
	margin-right: 3%;
}
.links {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
	color: #666666;
	margin-left: 3%;
	margin-right: 3%;
	line-height: 200%;
}
.headtext {
	font-family: Verdana;
	font-size: 12pt;
	text-align: center;
	color: #666666;
}
.caption {
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	color: #666666;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 10;
	vertical-align: top;
}
.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* For inline examples only */
#PhotoSwipeTarget {
	width: 100%;
	height: 600px;
}
#MyTarget {
	width: 100%;
	height: 600px;
}
#Indicators {
	text-align: center;
	margin-top: 20px;
}
#Indicators span {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 10px 0 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #c5c5c5;
	overflow: hidden;
}
#Indicators span.current {
	background: #EEBF02;
}
