@charset "UTF-8";
/* CSS Document */


body {
	background: #6D6E71;
	background-color: #6D6E71;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.frameset{
	background-color: #6D6E71;
	background: #6D6E71;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:750px;
	background-color: #6D6E71;
}
.oneColFixCtrHdr #header {
	padding: 10px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #6D6E71;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #545454;
	background-color: #6D6E71;
}
.oneColFixCtrHdr #mainContent {
	background-color: #6D6E71;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#footer {
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:30px

}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
	font-size: xx-small;
}

#menu {
	position:absolute;
	width:696px;
	height:24px;
	z-index:1;
	left: 464px;
	top: 13px;
}td img {
	display: block;
	text-align: right;
}


a:link {
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	color: #939598;
	
	
}
a:visited {
	font:Arial, Helvetica, sans-serif;;
	text-decoration: none;
	color: #939598;
}
a:hover {
	font:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul li {
	font:Arial, Helvetica, sans-serif;
	color:#333;
}
ol li {
	font:Arial, Helvetica, sans-serif;
	color:#333;
}

.slideshow a#vlb {
	display:none;
	}

.menulat {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 5px 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff ! important;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}
	
.menulat:hover {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 5px 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #939598 ! important;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}

.menulatact {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 5px 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}

.content {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 17px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}

.content2 {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}

.content_small {
	color: #fff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 11px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}

.content_small_gray {
	color: #939598;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 11px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10;
}
	
.footer {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 10px;
	font-style: normal;
}

.topmenu {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #939598;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}
	
.topmenu:hover {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}

.topmenuact {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-indent: 0px;
	line-height: 15px;
	font-style: normal;
}

.imageblock {
	padding-right: 10px;
}

#stagephoto {
	position:relative;
	width:399px;
	height:233px;
	z-index:1;
	top: 89px;
	left: 657px;
}

#stage {
	height:450px;
}

