/* Style for classless tags */

body
{

	background-color: lightgray;
	color: #EEEEEE;
	overflow-y: scroll;
}

a
{
	text-decoration: underline;
	color: #0000FF;
	padding: 2px;
}

a:hover
{
	color: #0000FF;
	background-color: #D3D3D3;
	padding: 1px;
	border: 1px solid #EEEEEE;
}

p
{
	margin-bottom: 5px;
	margin-top: 5px;
}

strong
{
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3
{
	margin-top: 1.5em;
	margin-bottom: .75em;

}


ul
{
	margin-left: 1em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
}

/* Header Sections */
div.DocumentHeader
{
	padding-left: 2em;
	padding-right: 2em;
	padding-top: .75em;
}

div.DocumentTitle
{
	min-width: 750px;
	background-color: #595959;

	clear: both;
	font-family: serif;
	font-size: xx-large;
	font-variant: small-caps;
	text-align: center;
	padding-bottom: 5px;
}

div.DocumentTitle h1
{
	clear: both;
	font-family: serif;
	font-size: xx-large;
	font-variant: small-caps;
	letter-spacing: 10px;
	text-align: center;
	color: #47DFCA;
}

div.DocumentTitle h2
{
	clear: both;
	font-family: serif;
	font-size: x-large;
	font-style: italic;
	text-align: center;
}

div.DocumentTitle h5
{
	clear: both;
	font-family: sans-serif;
	font-size: x-small;
	font-variant: small-caps;
	letter-spacing: 4px;
	text-align: center;
}

div.DocumentTitle h5 a
{
	text-decoration: underline;
	color: lightblue;
	background-color: transparent;
	border: none;
	padding: 0px;
}

div.DocumentTitle h5 a:hover
{
	text-decoration: underline;
	color: lightblue;
	background-color: transparent;
	border: none;
	padding: 0px;
}

div.DocumentTitle h6
{
	clear: both;
	font-family: sans-serif;
	font-size: xx-small;
	text-align: center;
	letter-spacing: 4px;
}


/* Body (And Universal Classes) */
div.DocumentBody
{
	text-align: left;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
	position: relative;
	display: block;
	min-width: 750px;
	min-height: 1750px;
	background-color: #393939;
}

img.LeftSideImage
{
	border: 1px #EEEEEE solid;
	margin: 15px;
	padding: 3px;
	float: left;
}

iframe.RightSideIFrame
{
	border: 1px #EEEEEE solid;
	margin: 15px;
	padding: 5px;
	clear: left;
	float: right;
}

/* Body Left Panel */
div.DocumentBodyLeftPanel
{
	top: 0px;
	float: left;
	border: 1px #808080 solid;

	margin-top: 10px;
	margin-left: 15px;
	width: 175px;
}


div.DocumentBodyLeftPanel h1
{
	font-size: large;
	background-color: #EEEEEE;
	color: #333333;
	padding: 2px;
}


div.DocumentBodyLeftPanel div.LinkBox p
{
	text-decoration: none;
	color: #EEEEEE;
	padding: 4px;
}

div.DocumentBodyLeftPanel div.LinkBox p:hover
{
	color: #0000FF;
	cursor: pointer;
	background-color: #D7D7E8;
	padding: 3px;
	border: 1px solid #EEEEEE;
}

div.DocumentBodyLeftPanel div.LinkBox a
{
	display: block;
	text-decoration: none;
	color: #EEEEEE;
	padding: 4px;
	clear: right;
}

div.DocumentBodyLeftPanel div.LinkBox a:hover
{
	display: block;
	color: #0000FF;
	cursor: pointer;
	background-color: #D7D7E8;
	padding: 3px;
	border: 1px solid #EEEEEE;
	clear: right;
}



/* Body Middle Panel */

div.DocumentBodyMiddle
{
	left: 215px;
	right: 15px;
	min-width: 380px;
	top: 3px;
	position: absolute;
}

div.DocumentBodyMiddle div.LinkBox
{
	border: 1px #808080 solid;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-transform: lowercase;
}

div.DocumentBodyMiddle div.LinkBox a 
{
	text-decoration: none;
	color: #EEEEEE;
	padding: 4px;
}

div.DocumentBodyMiddle div.LinkBox a:hover
{
	color: #0000FF;
	cursor: pointer;
	background-color: #D7D7E8;
	padding: 3px;
	border: 1px solid #EEEEEE;
}

div.ImageStrip
{
	padding-top: 25px;
	max-width: 800px;
}

div.ContactInformation
{
	padding-top: 15px;
	margin-top: 10px;
}

div.ContactInformation h2
{
	font-size: large;
}

