/*

  $Id: index_stylesheet.css, 2007/01/12 22:25:00



  http://www.sandwichexpress.com



  Copyright (c) 2003 - 2006 Sandwich Express



*/



BODY {
  margin: 0px;
  border: 0px;
  padding: 0px;
  height: 100%;
  max-height: 100%;
  background: #ffffff;
}

#header {
  position: absolute;
  background: #ffffff;
  top: 50px;
  left: 0px;
  width: 100%;
	color: #000000;
	text-align: center;
  font-family: sans-serif;
  font-size: 150%;
  overflow: auto;
}

#leftnav {
	position: absolute;
	background: #ffffff;
	left: 5px;
	top: 0px;
	width: 150px;
	height: 75px;
	padding: 2px;
	z-index: 1;
}

#contents {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
	height: 100%;
  background: #ffffff;
  color: #ffffff;
}

.textBox {
  background: #ffffff;
	color: #000000;
  font-family: arial, times new roman, verdana, sans-serif;
  font-size: 95%;
  line-height: 1.5;
}

SPAN.textClose {
  background: #ffffff;
	color: #000000;
  font-family: arial, times new roman, verdana, sans-serif;
  font-size: 100%;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

* html body {
  padding: 0px 0 0px 0;
}

* html #contents {
	position: absolute;
	top: 80px;
  height: 100%;
  width: 100%;
}