a.nav {text-decoration:none;
  font-size: 100%;
	background: #ccf;
  padding:4px 8px 4px 8px;
  border:1px dashed #00c;
  color:#000}
a.nav:hover {background-color:#00f;
  border-top:solid 1px #66f;
  border-right:solid 1px #00c;
  border-left:solid 1px #66f;
  border-bottom:solid 1px #00c;
  color:#fff}
a {text-decoration:none;
  border-bottom: 1px dashed;
  color:#000}
a:hover {color:red}
body {font-family: arial, sans-serif;
  background: #009;
	color: #000;
	text-align: center;
	font-weight: bold}
html, body {
    margin: 10;
    padding: 0;
    text-align: center; /*for IE stupidity*/
    }
.black { font-style: italic}
.white { color: #009;
  background: transparent}
strong { color: #000;
  background: #ccf}
i {font-style: italic;
  color: #00c;
	background: transparent}
#content {
    position: relative; /*The container must be positioned
                        /*in order to contain positioned
                        /*elements*/
    margin: 0 auto; /*This is the proper way to center an element*/
    width: 591px;
    border: 4px double #fff;
    text-align: left; /*corrects for IE hack*/
    padding: 5px 5px 25px 5px;
    }
.emph { border: #00c 1px solid;
  background: #ccf;
	padding: 5px;
	position: relative;
	color: #00f;
	text-align: center}
.fax {font-size: 200%;
  color: #00f;
	background: #fff}
.normal {font-size: 105%;
	text-align: left;
	font-weight: 100;
	padding: 0px 10px}
h1 {font-size: 120%}
img {border: 0}
.tel {font-size: 300%;
  color: #00f;
	background: #fff}
ul {list-style-image: url(images/bullet.gif);
  text-align: left;
	margin: 5% 16%;
	font-size:120%}
.up {text-transform: uppercase}
#valid {text-align: center}

