html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}

	
#nav {
    width: 180px;
    float: left;
    margin-left: 0;
    padding: 0 10px 10px 10px;
    font-size: 14px;
    font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
}

#nav div {
    background-color: #99ffff
}

#nav div.spacer {
    background-color: #ffffff;
}

#nav h2 {
    margin-bottom: 0;
    background-color: #99ff99;
    font-size: 18px;
}

#nav a:link { color: #00e; text-decoration: none; }
#nav a:active { color: #e00; text-decoration: none; }
#nav a:visited { color: #551a8b; text-decoration: none; }
#nav a:hover { text-decoration: underline; }
	
	
#content {
    padding: 10px;
    margin-left: 200px;
    font-size: 16px;
}

#content hr {
    display: none;
}

#header {
    background-color: #ffffff;
    color: #000000;
    margin-bottom: 0px;
}
	
#footer {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    text-align: right;
    padding: 2px 10px 0 0;
    clear: both;
}

h1 {
    font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-style: oblique;
    margin-top: 0;
    margin-bottom: 0;
    color: #333399;
}

h1 small {
    font-size: 60px;
}


.spacer {
    clear: both;
}
	
p {
    padding: 0;
    margin-top: 0px;
}

/* The End */
