body {
    background-color: #fff; 
    margin: 0px; 
    padding: 0px;
    color:black;font-family: Palatino, Times, serif; 
    }

#container {
    margin: 0px;
    padding: 0px;
    }
    
a:link {
    color:#000033; 
    text-decoration:underline; 
    }

a:visited {
    color:#000000; 
    text-decoration:underline; 
        }

a:focus {
    color:#660000; 
    text-decoration:underline; 
    background:#cccc99; 
    }

a:hover {
    color:#660033; 
    text-decoration:underline; 
        }

a:active {
    color: white; 
    text-decoration:underline; 
        }

h1, h2, h3 {
    color: black;
    line-height: 100%;
    }

p {
    color: black;
    font-size: 14px;
    line-height: 125%;
    }

p strong {
    color: #000033; 
    }

img {
    border: 1px solid black;
	margin: 10px;
	padding: 0px;
    }

ul {
    list-style: circle;
    color: black;
    font-size: 14px;
    line-height: 125%;
    }




/* BANNER IMAGE PLACEMENT  */
#banner {
	background-image: url(../images/logos/banner.jpg);
    position: absolute;
    top: 5px; 
    left: 20px;
    width: 815px;
    height: 150px; 
	overflow: hidden;
	border: 1px solid black;
    margin: 0px;
    padding: 0px;
    }
    

/* NAVIGATION MENU BAR -- TOP */
#menuBar {
	background-color: #666699;
    position: absolute;
    top: 150px; 
    left: 20px;
    width: 815px;
	overflow: hidden;
	display: inline;
	border-left: 1px solid black;
	border-right: 1px solid black;
    margin: 0px;
    padding: 0px;
	}

.menuLink {
	background-color: #666699;
	color: white;
    font-family: Papyrus;
    font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding: 5px 15px 5px 5px;
	display: inline;
	}

.menuLink:hover {
	background-color: #000033;
	color: white;
    font-family: Papyrus;
    font-size: 12px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding: 5px 15px 2px 5px;
	display: inline;
	}




/* MAIN CONTENT  */

#body {
    position: absolute;
    top: 167px; 
    left: 20px;
    width: 815px; 
    height: 100%;
    background: #9999cc;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: none;
    padding: 20px 0px 100% 0px;
    margin: 0px;
    }

#body h1, h2, h3, h4 {
    padding-left: 10px;
    }          

#body p {
    padding-left: 20px;
    }          

.photo {
    float: right;
    width: 200px;
    }


/* FOOTER */

#footer {
    position: relative;
    left: 25%;
    width: 50%;
    font-family: Arial, san-serif;
    color: black;
    text-align: center;
    margin-top: 100px;
    padding-top: 100px;
    }

#footer p {
    font-size: 12px;
    }