body {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background: #fcf9f4;
}

.container {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
width: 769px;
padding-bottom: 40px;
}





/* Main content area */
.content {
background: url(images/middle.gif) repeat-y;
padding-top: 5px;

}

.midtop {
background: url(images/midtop.gif) no-repeat;
height: 42px;
width: 750px;
margin: 0 auto;
line-height: 35px;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
}

.midtop p {
margin:0;
padding-left: 20px;
}


.midmid {
background: url(images/midmid.gif) repeat-y;
width: 750px;
margin: 0 auto;
}

.midbottom {
background: url(images/midbottom.gif) no-repeat;
height: 18px;
width: 750px;
margin: 0 auto;
}

/* Upper navigation */

.top {
background: url(images/top.gif) no-repeat;
height: 136px;
}

#navbar {
position:relative;
top: 5px;
left: 0px;
color: white;
margin: 0;
padding: 5px;
text-align: center;
overflow:hidden;
}

#navbar a {
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding: 0 15px 0 15px;
}

#navbar a:hover {
  color: #406fa4;
  text-decoration: none;
}





a img {border: none; }





/* Footer */
.footer {
background: url(images/bottom.gif) no-repeat;
height: 47px;
}

.footercontent {
font-size: 10px;
text-align: center;
padding-top: 50px;
margin-left: 80px;
margin-right: 80px;
}


