﻿BODY {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px 0px 20px 0px;

	color: #101040;
	background-color: #EFF3F9;
	background-image: url('Body Background.gif');
	background-position: top;
	background-repeat: repeat-x;
	
	font-family: "Trebuchet MS", "Helvetica";
	font-size: 9.5pt;
	cursor: default;
}

DIV {
	display: block;
}

A IMG {
	border: none;
}

.PageHeader, .MainMenu, .Body {
	position: relative;
	width: 70%;
	min-width: 650px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.PageHeader {
	position: relative;
	padding: 0px 20px 0px 20px;
}

.PageHeader H1 {
	font-family: "Georgia";
	font-size: 33pt;
	margin-top: 15px;
	margin-bottom: 0px;
}

.PageHeader H2 {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	margin-top: 0px;
	margin-left: 120px;
}

.PageHeader .Message {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	text-align: right;
}

.MainMenu {
	height: auto;
	padding: 0px 20px 0px 20px;
}

.MainMenu UL {
	display: block;
	margin: 0px;
	padding: 0px;
}

.MainMenu LI {
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
	display: block;
	float: left;
	background-color: #eef2f9;
	background-image: url('Menu Inactive Tab Background.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 8px 16px 5px 16px;
	height: 24px;
	list-style: none;
}

.MainMenu A, .MainMenu A:active, .MainMenu A:hover, .MainMenu A:visited {
	color: #101040;
	text-decoration: none;
}

A[target=_blank] {
	padding-right: 12px;
	background-image: url('Popup Arrow.png');
	background-repeat: no-repeat;
	background-position: right;
}

A {
	text-decoration: none;
	color: #0035e4;
}

A:hover {
	text-decoration: underline;
}

.MainMenu .ActivePage {
	background-color: White;
	background-image: none;
}

.Body {
	clear: both;
	height: auto;
	min-height: 400px;
	padding: 20px 20px 60px 20px;
	background-color: White;
}

.Body H3 {
	font-size: 15pt;
	margin-top: 20px;
	margin-bottom: 8px;
}

.Body H4 {
	font-size: 11pt;
	margin-top: 20px;
	margin-bottom: 5px;
}

.Body P {
	margin-top: 5px;
	text-indent: 1.5em;
}

.Body HR {
	width: 40%;
	height: 1px;
	background-color: #d4d4dd;
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.ImgWithDescription {
	width: auto;
	height: auto;
	border: solid 1px #d4d4dd;
	padding: 2px;
	
	font-size: 8pt;
	text-align: center;
}

.ZoomifyBox {
	float: left;
	width: 300px;
	height: 300px;
}

.ZoomifyProductDescription {
	overflow: hidden;
	padding-left: 10px;
}

.Footer {	
	position: absolute; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	height: auto; 
	/*border-top: solid 2px #EFF3F9;*/
	padding: 4px 4px 4px 4px;
}

.FooterSeparatorLine {
	position: absolute;
	top: -2px;
	left: 0px;
	height: 2px;
	width: 100%;
}

.BodyShadowTopLeft {
	position: absolute; top: 0px; left: -23px; width: 23px; height: 35px; background-image: url('Shadow Top Left.png');
}

.BodyShadowTopRight {
	position: absolute; top: 0px; right: -23px; width: 23px; height: 35px; background-image: url('Shadow Top Right.png');
}

.BodyShadowLeft {
	position: absolute; top: 35px; left: -23px; width: 23px; bottom: 13px; background-image: url('Shadow Left.png');
}

.BodyShadowRight {
	position: absolute; top: 35px; right: -23px; width: 23px; bottom: 13px; background-image: url('Shadow Right.png');
}

.BodyShadowBottomLeft {
	position: absolute; bottom: -36px; left: -23px; width: 48px; height: 49px; background-image: url('Shadow Bottom Left.png');
}

.BodyShadowBottomRight {
	position: absolute; bottom: -36px; right: -23px; width: 48px; height: 49px; background-image: url('Shadow Bottom Right.png');
}

.BodyShadowBottom {
	position: absolute; bottom: -36px; left: 25px; right: 25px; height: 36px; background-image: url('Shadow Bottom.png');
}
