body
{
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-family: "Times New Roman", Georgia;
}

h1
{
	text-align: center;
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 0.5em;
	color: #F3F;
}

h2
{
	text-align: center;
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
	color: #F00;
}

p
{
	padding: 0em;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 1em;
	margin-left: 50px;
	text-align: justify;
	font-size: 1em;
	color: #AAA;
}

hr
{
    margin-left: 20px;
    margin-right: 20px;
}

.date
{
    font-size: 0.8em;
    color: #909090;
}

.centered
{
	text-align: center;
}

.highlight
{
	color: #C30;
}

.quote
{
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 1em;
    margin-top: 1em;
    color: Teal;
    font-size: 0.8em;
}

ul
{
	padding-left: 40px;
	margin-right: 50px;
	margin-left: 40px;
	list-style-type: disc;
	text-align: justify;
	font-size: 0.9em;
	color: #AAA;
}

ol
{
	padding-left: 40px;
	margin-right: 50px;
	margin-left: 40px;
	text-align: justify;
	font-size: 0.9em;
	color: #AAA;
}

li {margin-bottom: 0.4em;}

.spaceH {height: 20px;}

A:link {text-decoration: none; color: #06D;}
A:visited {text-decoration: none; color: #06D;}
A:active {text-decoration: none; color: #06D;}
A:hover {text-decoration: underline;  color: #38F;}

#signature {margin-top: 5em; font-size: 0.9em;}

#banner
{
    height: 88px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#body2
{
    top: 140px;
    width: 600px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
}

.menuChild
{
    height: 23px;
}

.menuLeft
{
    position: absolute;
    left: 0px;
	width: 6px;
	height: 500px;
	background-image: url("../img/menu_l.png");
	background-repeat: repeat;
}

.menuRight
{
    position: absolute;
    top: 0px;
    right: 0px;
	width: 6px;
	height: 500px;
	background-image: url("../img/menu_r.png");
	background-repeat: repeat;
}

.menuMiddle
{
    position: relative;
	float: left;
	height: 23px;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url("../img/menu_stretch.png");
	background-repeat: repeat;
	text-align: center;
	font-family: "Arial Black";
	font-size: 0.9em;
	color: #FFF;
	overflow: hidden;
	z-index: 5;
}

.menuMiddle A:link {color: #FFF;}
.menuMiddle A:visited {color: #FFF;}
.menuMiddle A:active {color: #FFF;}
.menuMiddle A:hover {color: #FFF;}

#Content
{
    width: 600px;
}

.note
{
	position: absolute;
	right: 5px;
	bottom: 2px;
	font-size: 0.8em;
	color: #BBB;
}

#body3
{
	position: absolute;
	top: 23px;
	left: 0px;
	clear: left;
	width: 600px;
	border-width: 2px;
	border-color: #FFF;
	border-style: groove;
	padding: 0px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.CodeLabel
{
    position: absolute;
    border: none;
    background-color: #000;
    color: #66F;
    margin: 0px;
    padding: 0px;
}

.Code
{
    width: 500px;
    height: 300px; 
    background-color: #000;
    font-size: 0.8em;
	text-align: left;
	color: #0CC;
	border: groove 2px #FFF;
	overflow: auto;
	margin-bottom: 20px;
}

.reportBody
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 108px;
    border: dashed 3px #900;
}

#reportHeader
{
    width: 100%;
    background-color: #F30;
    background-image: url(../img/reportheaderbg.gif);
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.8em;
}

.reportContent
{
    width: 100%;
    background-color: #300;
    border-top: groove 1px #900;
    border-bottom: groove 1px #900;
    padding: 5px 0px 5px 0px;
}

#reportNameField
{
    padding: 10px 5px 5px 5px;
}

#reportEmailField
{
    padding: 5px 5px 10px 5px;
}

.reportReportTextBox
{
    width: 90%;
    height: 100px;
}

#reportThanksField
{
    padding: 10px;
}

#reportFooter
{
    width: 100%;
    height: 30px;
    background-color: #500;
    text-align: left;
}

.warningReportLabel
{
    padding-left: 10px;
    color: #FF0;
    line-height: 1.8em;
}

.nextReportButton
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 50px;
}