body {
background-color: #BDC3CF;
margin-top: 0px;
padding: 0 px;
}

p {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 0.9em;
text-align: justify;
}

img {
 border-width:0;
}

.content h1 {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 2em;
text-align: left;
font-weight: bolder;
color: black;
}

.content h2 {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 1.5em;
text-align: left;
font-weight: bolder;
color: black;
}

.content h3 {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 1em;
text-align: left;
font-weight: bolder;
color: black;
}

.content li {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 1em;
text-align: left;
font-weight: normal;
color: black;
}

#header {
position: absolute;
top: 52px;
left: 20px;}

#body {
padding-bottom: 20px;
}

.page {
width: 879px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-image: url('imgs/headerbg.png');
background-repeat: no-repeat;
background-color: #7F848C;
border-width: 3px;
border-color: black;
border-style: solid;
padding-left: 40px;
padding-right: 40px;
overflow: auto;

}

#menu {
width: 230px;
border: 3px solid #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #BDC3CF;
margin-bottom: 30px;
}

#menu ul {
margin: 0em;
padding-left: 0px;
padding-top: 10px;
}

#menu ul li {
list-style: none;
padding-bottom: 0px;
margin-bottom: 5px;
padding-left: 10px;
padding-top: 0px;
}

#menu a {
display: block;
}

#menu .current {
background-image: url('imgs/selectedbg.png');
background-repeat: no-repeat;
background-position: top left;
margin-top:0px;
padding-top: 0px;
}

#menu a:hover {
background-image: url('imgs/greenhighlightbg.png');
background-repeat: no-repeat;
background-position: top left;
margin-top: 0px;
margin-bottom: 0px;
}

.content {
min-height: 300px;
border: 3px solid #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #BDC3CF;
padding: 10px 15px 10px 15px;
margin-bottom: 50px;
float: right;
width: 585px;
}

.buttonContainer {
border: 3px solid #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #BDC3CF;
margin-left: auto;
margin-right: auto;
margin-top: 45px;
margin-bottom: 20px;

}

.content dl {
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 0.9em;
}

.content dt {
font-weight: bold;
}

.content dd {
font-style: italic;
padding-bottom: 5px;
}

.guest {
float: left;
border: 5px solid #7F848C;
margin-right: 10px;
}

.title {
margin-top: 40px;
margin-left: 0px;
}

.buttons {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
}

