﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   HTML Utopia: Designing without tables - Using CSS

Denny Jacob - 11/14/06

*/

.logoff
{
	left: 90%;
	width: 10%;
	position: absolute;
	top: 0px;
	height: 1%;
	/*background-color: fuchsia;*/
}


.left
{
	left: 0px;
	width: 10%;
	position: absolute;
	top: 0%;
	height: 90%;
	/*background-color: #99ff66;*/
}

.right
{
	left: 90%;
	width: 10%;
	position: absolute;
	top: 0%;
	height: 90%;
	/*background-color: red;*/
}
.top
{
	left: 10.4%;
	width: 78%;
	position: absolute;
	top: 0%;
	height: 7%;
	/*background-color: teal;*/
}

.top2
{
	left: 10.4%;
	width: 78%;
	position: absolute;
	top: 7%;
	height: 2%;
	/*background-color: red;*/
}
.bottom
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 90%;
	height: 10%;
	/*background-color: #0000ff;*/
}
.bottom2
{
	left: 10.4%;
	width: 78%;
	position: absolute;
	top: 89%;
	height: 1%;
	/*background-color: red;*/
}

.content
{
	left: 10.4%;
	width: 78%;
	position: absolute;
	top: 13%;
	height: 74%;
	/*background-color: yellow;*/
}


body {
	margin: 0;
	padding-bottom: 2em;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #B51032;
}

