body  {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url('./images/graphchkrbrd.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	}

#wrapper1  {
	display: block;
	position: relative;
	width: 770px;
	border: solid black 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#wrapper2  {
	display: block;
	position: relative;
	width: 770px;
	border: solid black 0px;
	margin-left: auto;
	margin-right: auto;
	}

#wrapper3  {
	z-index: 500; 
	font-size: 10pt; 
	color: #000066; 
	font-weight: 700; 
	font-style: italic;
	text-align: left;
	}

#header  {
	display: inline;
	position: relative;
	left: 0px;
	top: 0px;
	border: solid green 0px;
	}

.btn1  { /*Home Page*/
	display: inline;
	position: absolute;
	left: 370px;
	top: 44px;
	border: none;
	background-image: url(./images/btn1-0.gif);
	width: 170px;
	height: 22px;
	}

.btn1:hover { /*Home Page*/
	background-image: url(./images/btn1-1.gif);
	}
	
.btn2  { /*Contact Us*/
	display: inline;
	position: absolute;
	left: 540px;
	top: 44px;
	border: none;
	background-image: url(./images/btn2-0.gif);
	width: 170px;
	height: 22px;
	}

.btn2:hover { /*Contact Us*/
	background-image: url(./images/btn2-1.gif);
	}
	
.btn3  { /*News Page*/
	display: inline;
	position: absolute;
	left: 370px;
	top: 66px;
	border: none;
	background-image: url(./images/btn3-0.gif);
	width: 170px;
	height: 22px;
	}

.btn3:hover { /*News Page*/
	background-image: url(./images/btn3-1.gif);
	}
	
.btn4  { /*Staff Page*/
	display: inline;
	position: absolute;
	left: 540px;
	top: 66px;
	border: none;
	background-image: url(./images/btn4-0.gif);
	width: 170px;
	height: 22px;
	}

.btn4:hover { /*Staff Page*/
	background-image: url(./images/btn4-1.gif);
	}
	
.princ  {
	display: inline;
	border: solid purple 1px;
	width: 84px; /* =770 divided by number of icons rounded down to interger */
	height: 75px;
	text-align: center;
	}

p,td,ul  {
	font-size: 10pt; 
	font-weight: 700;
	}

p  {
	text-align: justify; 
	padding: 3px;
	}

h3	{
	text-decoration: underline;
	}

ul	{
	text-align: left;
	}

td  {
	vertical-align: top;
	}

input {background-color: #ffffff;}

textarea {background-color: #ffffff;}

