body {
margin: 0;
padding: 0;
background: #6BB769 url(images/greengradient.jpg) repeat-x;
text-align: center;
}

h1 {
color: #005500;
text-align: center;
margin: 0;
}

h2 {
font-size: 13px;
padding: 0 10px;
}

h3, h4 {
text-align: center;
}

p {
text-align: left;
margin-bottom: 1em;
padding: 0 10px;
}

table {
margin: 0 10px 10px;
}

td {
font: normal 11px verdana, sans-serif;
margin: 0;
}

p a {
text-decoration: none;
border-bottom: dotted 1px #005500;
padding: 0;
color: #005500;
}

p a:hover {
color: #008800;
background: transparent;
border-bottom: solid 1px #008800;
}

p a:active {
background: #caeccb;
}

a img {
border: 0;
margin-bottom: -5px;
}

.section {
	text-align: center;
	margin-top: 25px;
}

.indent {
margin-left: 2em;
}

.caption {
	text-align: center;
	font-size: 9px;
	margin-bottom: 20px
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}

.center {
text-align: center;
}

.small {
	font-size: 10px;
}

#airlock {
display: block;
width: 800px;
text-align: left;
font: normal 11px verdana, sans-serif;
}

#header {
background-image: url(images/lightgradient.jpg);
background-repeat: repeat-x;
height: 80px;
margin: 0;
border-bottom: solid 1px #888;
border-left: solid 1px #ccc;
border-right: solid 1px #888;
}

#logo {
height: 80px;
width: 50%;
text-align: center;
float: left;
}

#logo img {
padding-top: 10px;
border: none;
}

#logo a, #logo a:hover, #logo a:active { 
border: none;
background: none;
}

#photo {
height: 80px;
float: right;
}

#photo a, #photo a:hover, #photo a:active { 
border: none;
background: none;
}

#navigation {
height: 25px;
width: 800px;
}

    #navigation ul {
    background: url(images/darkgreengradient.jpg) repeat-x;
    display: table;
    list-style-type: none;
    height: 25px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: justify;
    }
    
    #navigation ul li {
    display: table-cell;
    float: left;
    width: 14%;
    height: 100%;
    padding: 5px 0 0 0;
    text-align: center;
    border-left: solid 1px #008800;
    border-right: solid 1px #005500;
    }
    
        #navigation ul li a {
        font-weight: bold;
        color: #eeeeee;
        border: none;
        }
        
        #navigation ul li a:hover {
        color: #caeccb;
        }
        
        #navigation ul li a:active {
        color: #6BB769;
        background: transparent;
        }

#main {
margin-bottom: 20px;
padding: 0;
text-align: center;
line-height: 150%;
}

#content {
border-bottom: solid 1px #888;
border-right: solid 1px #888;
border-left: solid 1px #ccc;
margin: 0 0 0 120px;
padding-top: 10px;
width: 560px;
background: #FFF;
min-height: 400px;
text-align: left;
}

#copyright {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 10px;
padding: 5px;
font: normal 9px Helvetica, sans-serif;
text-align: left;
color: #005500;
background: #caeccb;
border-top: solid 1px #008800;
z-order: 10;
}

    #copyright .right {
    margin-right: 10px;
    }