﻿html, body
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: 'Verdana';
	background-color: #330000;
	border: none;
	vertical-align: top;
	text-align: center;
	height: 100%;
	color: black;
}

.instrumentBody
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-family: 'Verdana';
	background-color: #fbf8f3;
	border: none;
	vertical-align: top;
	text-align: center;
	height: 100%;
	color: black;
}

#centralContentArea
{
	background-image: url(website_images/content_background.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	width: 760px;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;	
}

.centralTable
{
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	width: 760px;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #110604;
}

.topImage
{
	margin-top: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
	height: 90px;
}

#buttonArea
{
	position: relative;
	background-color: #110604;
	text-align: left;
	width: 110px;
	height: 200;
	float: left;
	margin-top: -3px;
	margin-left: -1px;
	margin-right: auto;
	margin-bottom: 0px;
}

#contentArea
{
	position: relative;
	background-color: #fbf8f3;
	text-align: left;
	width: 622px;
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: -3px;
	margin-left: -5px;
}

.buttonImage
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
}

.buttonLargeImage
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	border-left: #993300 1px solid;
	border-bottom: #993300 1px solid;
}

.pageHeader
{
	font-size: 14px;
	color: #A93729;
	padding-bottom: 20px;
	font-weight: bold;
}

.text
{
	width: 60%;
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

.pictures
{
	 vertical-align: top;
	 text-align: left;
}

.inputControl
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.largeImage
{
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	left: 0px;
	border-left: #993300 1px solid;
	border-bottom: #993300 1px solid;
	position: absolute;
	top: 60px;
	background-color: #000000;
	visibility: hidden;
}

.largeGalleryImage
{
	border-right: #993300 1px solid;
	border-top: #993300 1px solid;
	border-left: #993300 1px solid;
	border-bottom: #993300 1px solid;
	position: absolute;
	background-color: #ffffff;
	visibility: hidden;
	vertical-align: middle;
	text-align: center;
}

.thumbnail
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #dfdcd7;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	margin: 2px;
	border-right: #fbf8f3 2px solid;
	border-top: #fbf8f3 2px solid;
	border-left: #fbf8f3 2px solid;
	border-bottom: #fbf8f3 2px solid;
}

LI
{
	font-size: 8pt;
	color: #660000;
	font-family: Verdana;
}

.iframe
{
overflow-x:hidden; 
overflow-y:auto; 
}