#header {
height: 121px;
}

#wrapper {
width: 940px;
margin-right: auto;
margin-left: auto;
/* border: dashed 1px black; */
}

#logo {
float: left;
width: 200px;
height: 121px;
background-image: url('images/logo2.jpg');
background-repeat: no-repeat;
padding-right: 50px;
}

#headertext {
font-family: "myriad Pro", Arial, serif; 
color: #00237B;
font-style: italic;
text-align: center;
}

#headertext p {
font-weight: bold;
margin-top: -20px;
font-size: 20px;
}

#content {
font-family: verdana, Arial, serif;
}

#navmenu {
clear: both;
color: #00237B;
border: 1px solid black;
background-color: #A3D6F3;
padding: 20px;
}

.items td {
padding: 5px 10px;
}

.tablenavmenu {
margin-left: auto;
margin-right: auto;
/* padding-left: 20px; */
font-family: "myriad Pro", Arial, serif; 
font-size: 20px;
font-style: italic;
}

.tablenavmenu td {
padding: 0px 20px 0px 30px;
background-image: url('images/bullets2.jpg');
background-position: center left;
background-repeat: no-repeat;
}

.tablenavmenu a {
color: #00237B;
text-decoration: none;
}

.tablenavmenu a:hover {
color: #7B0000;
text-decoration: underline;
}

.italics {
font-style: italic;
font-weight: bold;
}

.spacer {
height: 50px;
}

.posterfloat {
margin-top: -200px;
float: right;
}