.wholepage {
		width: 800px
	}

body 	{
		background: #020A2A;
	}

.track	{
		position: relative;
		top: -10px;
		left: -230px
	}

.head 	{				/* Formatting for 'Martin McCrory' header*/
		position: absolute;
		font-weight: bold;
		font-family: "Arial";
		color: #CC5000;
		left: 160px;
		top: 36px;
		font-size: 24pt
   	}


.text	{				/* Formatting for text in LH column of main nav window*/
		position: relative;
		top: 0px;
		left:  15px;
		letter-spacing: 0px;
		width: 365px;
		scroll: auto;
		color: #CC5000;
		font-size: 9pt
	}

.textw	{				/* Formatting for wide text in LH column of main nav window*/
		position: relative;
		top: 0px;
		left:  15px;
		width: 600px;
		letter-spacing: 0px;
		color: #CC5000;
		font-size: 9pt
	}

.updt	{
		position: relative;
		left: 5px;
		font-size: 11pt;
		font-weight: bold;
		color: #FF0000
	}


.textrt	{				/* Formatting for text in RH column of main nav window*/			
		position: absolute;
		top: 175px;
		left:  400px;
		letter-spacing: 0px;
		width: 210px;
		color: #CC5000;
		font-size: 8pt
	}


.body 	{				/* Formatting for general body of page*/
   		position: absolute;
		left: 160px;
		top: 106px;
		width: 650px;
		background: #00142A;
		color: #00142A;
   		font-family: "Arial";
		text-align: left;
		font-style: normal
  	}

.navl 	{				/* Formatting for left navbar*/
		position: absolute;
		left: 20px;
		top: 82px;
		height: 500px;
		background: #020A2A


	}

.navt	{				/* Formatting for top navbar*/
		position: absolute;
		top: 0px;
		left: 200px;
		width: 500px;
		text-align: right;
		vertical-align: text-top;
		word-spacing: 33pt;
		line-height: 27pt;
		background: #000F20;
		color: white;
		font-family: "Arial";
		font-weight: bold;
		font-size: 7pt
	}

.navb	{				/* Formatting for bottom navbar*/
		position: relative;
		text-align: center;
		font-family: "Arial";
		color: #CC5000;
		font-size: 7pt;
	}

.pic {					/*Formatting for recurring pic of Martin*/
		position: absolute;
		top: 45px;
		right: 0px
	}

hr 	{				/* Formatting for horizontal rules*/
		color: #020A2A;
		width: 90%;
		
	}

.cpywrt	{				/* Formatting for copyright notice*/
		text-align: right;
		font-family: "Arial";
		color: #CC5000;
		font-size: 7pt
	}

A:link 	{ 				/* Link formatting*/
		color: #AADCEE;
		text-decoration: none 
	}

A:active{ 
		color: #AADCEE;
		text-decoration: none 
	}

A:visited{ 
		color: #AADCEE;
		text-decoration: none 
	}

