/* author: India Schultz 

 creation date: 10/13/00 
 Logo Box */
.logo {
    background:  url(images/logo.gif) #ccffcc;
    border:   4px solid lightblue;
    color: #6699CC;
    height: 104px;
    margin:   0% .5%;
    padding:   10px;
    width: 258px;
	float: left;
	}
	
.map {
    background: #ccffcc;
    border:   4px solid lightblue;
	margin-top: 0px;
	height: 10px;
	text-align: center;
	padding: 4px;
	float: right;
	}

h1, h2 {
    font-family: Verdana, Serif;
    font-size: 160%;
    text-align: center;
    }

h2 {
    color: #6699CC;
    font-size: 80%
	}
	
p, a {
	font-family: Verdana, Serif;
	color: #6699CC;
	font-weight: bold;
	}	
	
.uc {
	float: bottom;
	margin-top: 3em;
	color: #6699CC;
	}

/* End of style section. Generated by AceHTML at 10/13/00 10:26:22 PM */
