﻿/* This sheet used on the MasterPage.master page
and mostly carried through to any page that is linked to
the MasterPage.master page */
body
{
    padding: 0px;
    margin: 0px;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #D4D4D4;
}
#MasterMainDiv
{
    float: left;
    width: 920px;
}
#Header
  {
	top: 0px;
	position: fixed;
	width: 100%;
	height: 136px;
	z-index: 1;
	background-color: #000000;
}
#flash
{
    z-index: 2;
}
#statue132
{
    position: absolute;
    top: 5px;
    left: 60px;
    background-color: #000000;
    z-index: 1;
}
#logo1
{
	position: absolute;
	top: 6px;
	left: 225px;
	height: 132px;
	width: 700px;
}
#LeftNav
{
    float: left;
    width: 160px;
    position: fixed;
    top: 136px;
    left: 0px;
    text-align: center;
    font-size: 12px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #1D1D1D;
    color: #FF0000;
    padding-top: 5px;
    height: 100%;
    z-index: 1;
}
/* this is the ContentPlaceHolder div on the MasterPage.master */
#Content
{
    top: 130px;
    z-index: 0;
    position: absolute;
    left: 190px;
    margin-top: 5px;
    float: left;
    width: 760px;
}
/* This uses a div tag to replicate a <hr> tag to display correctly in both IE amd Mozilla on the
MasterPage.master page in the header div */
div.line1
{
    height: 2px;
    width: 95%;
    color: #2D2D2D;
    position: absolute;
    z-index: 1;
    top: 135px;
    left: 23px;
    background-color: #1D1D1D;
}
/* SiteMap and DateTime are used for the cookie crumb
and current date on MasterPage.master */
#SiteMap
{
	position: absolute;
	top: inherit;
	left: 150px;
	color: #FF0000;
}
#DateTime
{
	top: inherit;
	left: 400px;
	float: right;
	margin-right: 100px;
	color: #FF0000;
}
/* all footer copyrights */
.iframe
{
    border-width: 0px;
    text-align: center;
    width: 740px;
    height:100px;
    margin:0px;
}
/* all text hyperlinks */
a:hover
{
    color: #FF7C00;
}
a
{
    color: #FF0000;
    text-decoration: none;
}
a:visted
{
    color: #FF0000;
}
/* used to configure the small adobe reader hyperlink */
.pdf
{
    border: 1px ridge #FF0000;
    width: 12px;
    height: 12px;
}
/* used to cancel the "a" element class hyperlinked pictures*/
a img
{
	border-style: none;
	border-width: 0px;
}
/* obviously the bar of fire pic*/
#flash
{
    z-index: 200;
    position: absolute;
    float: left;
    margin-left: 10px;
}

