
body {
    background-color: #ffffff;
}

h1 {
    text-align: center;
    color: white;
    font-family: fantasy;
}

header {
    text-align: center;
    text-shadow: 5px 3px #005500;
    box-shadow: 4px 4px 4px gray;
    border-left:  6px solid #005500;
    border-right: 6px solid #005500;
    padding-bottom: .025em;
    padding-top: .025em;
    background-color: #009900;
    margin-left: 5px;
    margin-right: 5px;
    width = 95%
    height= 95%
} 


h2 {
    text-align: center;
    color: #004400;
    font-family: fantasy;
}

h3 {
    text-align: left;
    color: #004400;
    font-family: fantasy;
}

p {
    font-family: sans-serif;
    font-size: larger;
    text-indent: 30px;
}

table {
    background-color: #ffffff;
    margin-left: 0px;
    margin-right: 0px;
}

th {
    color: white;
    background-color: #009900;
    font-family: fantasy;
    font-size: medium;
    
    margin-bottom: 3px;
}

td {
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: trebuchet ms;
}

ul {
    list-style-type: none;
    padding-left: 40px;
}

#menu{
		width:17%;
                float: left;
                margin-right: 0px;
                margin-left: -30px;
	}
		#menu ul{
			list-style:none;
                        text-indent: 0px;
		}
			#menu li{
				list-style:none;
                                background:#009900;
				color:#fff;
				text-transform:uppercase;
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
				border:solid #005500;
				border-width:0 6px 0 6px;
				display:block;
				height:30px;
				line-height:30px;
				padding:0 0 0 5px;
				margin:2px 0;
			}
				#menu li a{
					list-style:none;
					background:#009900;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
                                        display: block;
					height:30px;
					line-height:30px;
					padding:0 0 0 10px;
				}
					#menu li a:hover {
						background:#fff;
						color:#005500;
						text-decoration:none;
					}

#links {
    width: 82%;
    float: right;
}

    #links p {
        font-size: small;
        text-indent: 50px;
    }

#content {
    width: 82%;
    float: right;
}

#phototable {
    clear: right;
    float: right;
    margin-left: 15px;
}

#phototable td {
    background-color: #009900;
    text-align: center;
    vertical-align: middle;
    border: solid black 1px;
}

#tableheader {
	width: inherit;
        float: none;
        margin-right: 2px;
        margin-left: 2px;
}
     
    #tableheader li{
	list-style:none;
	background:#fff;
	color:#009900;
	text-transform:uppercase;
	text-align: center;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	border:solid #005500;
	border-width:2px 3px 2px 3px;
	display: inline;
	height:30px;
	line-height:30px;
	padding:0 0 0 0px;
	margin:2px 2px;
    }