﻿
/* standard element style */
body
{
	background-color: #fdb813;
	font-family: Arial,Verdana;
	font-size: .95em;
	color: #696969;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #fdb813;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
	background-color:#ffffff;
}

h2
{
	font-weight: bold;
	font-size: 1.1em;
	color: #f6821f;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
}

h3
{
	font-weight: bold;
	font-size: 1.1em;
		color: #f6821f;
	vertical-align: top;
	margin: .25em 0em .25em 0em;
}

.bookTitle
{
    font-style: italic;
}

input[type="submit"],
button,
.button
{
	color: black;
	font-weight: bold;
	border-right: #f6821f 1px outset;
	border-top: #f6821f 1px outset;
	border-left: #f6821f 1px outset;
	border-bottom: #f6821f 1px outset;
}


input[type="submit"]:focus,
input[type="submit"]:hover,
button:focus,
button:hover,
.button_focus
{
	background-color:#f6821f;
}

.bigbutton
{
	height: 35px;
}


/* header style */
.TopOuterPane
{
	background-color: White;
	position: absolute;
	height: 96px;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;	
}

.OuterBodyPane
{
	background-color: #fdb813;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: absolute;
	top: 97px; 
	display:block;
	left: 0px;

	/* border: solid 1px blue; */
}


.HeaderPane
{
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	width: 922px;
	display: block;
	overflow: visible;
	height:96px;
}

.LogoBlock
{
	float: left;
	display: inline;
	margin: 15px auto auto 20px;
	position:absolute;
	border: none 0px;
}

.NavPane
{
	float: right;
	color: #f5821f;
	width:550px;
	height:96px;
	display: inline;
	margin-top: 0px;
}



.BodyPane
{ 
	width: 922px;
	margin-right: auto;
	margin-left: auto;
}


/* footer style */
.FooterPane
{
	font-size: 10pt;
	color: #f6821f;
	position:relative;
	display: block; 
	margin: 1em 0em 1.25em 0em;
	font-weight: bold;
/*	border: solid 1px black; */
}

.PrivacyPane
{
	color: #f6821f;
	float:left;
	text-align: left;
	margin-right: auto;
	margin-left: 15px;
	display: block;
}

.CopyrightPane
{ 
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-left: auto;
	display: block;
 }

.PrivacyPane a {
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px; 
    border: none;
    color: #f6821f;
}

.PrivacyPane_ a:visited {
	color: #f6821f;
}

.PrivacyPane a:hover, 
.PrivacyPane a.current {
	text-decoration: underline;
    font-weight: bold;
	color: #f6821f;
}


.PrivacyPane_ li a:active
{
	color: #f6821f;
}

