body {
	font-family: verdana, serif;
	font-size: small;
	}

h1 { 
	margin-left: 190px;
	text-align: left; 
	font-size: xx-large; 
	font-weight: normal;
	color:RGB(153,0,0);
	margin-bottom: 10px;
	}

.line 	{
	position: absolute;
	left: 204px;
	}

img.floatleft{float: left; margin-right: 10px; margin-top: 10px}
img.floatright{float: right; margin-left: 10px; margin-top: 10px}


*/ This is the table outline for page organzation*/
	
table {
	margin-left: 0px; width: 100%;vertical-align:top;
	}
	td{ padding: 4px; }
	td.left{width: 180px;style='vertical-align:top'}
	td.mid {width: 650px; border-left-width: 1px;p text-align: justify; color: black;}
	td.right {width: 30px;style='padding-left-width: 5px;vertical-align:top'}
	}
	
*/ This makes the repeating top*/

.Orange{
	position: absolute;
	z-index: 10;
	left: 100px;
	top: 0px;
	}

.white{
	position: absolute;
	z-index: 20;
	left: 8px;
	top: 13px;
	}

.dot{
	position: absolute;
	z-index: 30;
	left: 120px;
	top: 45px;
	}

.shadow{
	position: absolute;
	z-index: 40;
	left: 125px;
	top: 57px;
	}

.carver{	
	position: absolute;
	z-index: 50;
	left: 700px;
	top: 5px;
	style='border-color: white';
	}
.lab{	
	position: absolute;
	z-index: 60;
	left: 204px;
	top: 35px;
	font-size: x-large;
	font-weight: bold;
	color:RGB(153,0,0);
	}

.dept{	
	position: absolute;
	z-index: 65;
	left: 204px;
	top: 70px;
	font-size: small;
	font-weight: normal;
	color:RGB(153,0,0);
	}

p.indent{
	margin-left: 20px; 
	text-indent:-20px;
	}


.topR{
	position: absolute;
	left: 550px;
	top: 430px;
	}

.topL{
	position: absolute;
	left: 200px;
	top: 430px;
	}

.bottomR{
	position: absolute;
	left: 550px;
	top: 740px;
	}

.bottomL{
	position: absolute;
	left: 200px;
	top: 740px;
	}

