body {
	width: 800px;
      font-family: Verdana, Arial, sans-serif;
      font-size: 12px;
      margin: 0px auto;
      padding: 0;
      background-color: #003366;
      text-align: center;
}

p {
	

}

a {
	color: #003366;
      text-decoration: none;
      font-weight: bold;
}

h1 {
	font-size: 18px;
      font-weight: bold;
}

li {
	margin-bottom: 5px;
}

div {

}

#header {
	margin: 0;
      padding: 0;
      background-color: #FFFFFF;
}

#main {
      width: 740px;
      padding: 30px;
      padding-bottom: 10px;
      margin-bottom: 15px;
      background-color: #FFFFFF;
      text-align: left;
      clear:both;
}

#footer {
	background-color: #FFFF99;
      padding: 10px 0px;
}

.spacer {
	background-color: #FFFFFF;
      height: 10px;
      width: 740px;
}

.menu {
      float: left;
      background-image: url(_images/button_straight.jpg);
      background-repeat: no-repeat;
      height: 30px;
      width: 160px;
      text-align: center;
      font-weight: bold;
      color: #FFFFFF;
      padding-top: 10px;
      border-top: 1px solid #003366;
      border-bottom: 1px solid #003366;
}

.menu a {
	color: #FFFFFF;
      text-decoration: none;
      display: block;
      height: 30px;
      width: 160px;
}

.menu:hover {
	background-image: url(_images/button_down.jpg);
      cursor: pointer;
      color: #003366;
}

.menu:hover a {
	color: #003366;
}

.menu2:hover {
	background-image: url(_images/button_straight.jpg);
      width: 158px;
      border-left: 1px solid #0059B2;
      border-right: 1px solid #0059B2;
      cursor: pointer;
}

.menuleft:hover {
	background-image: url(_images/button_straight2.jpg);
      width: 159px;
      border-right: 1px solid #0059B2;
      cursor: pointer;
}

.menuright:hover {
	background-image: url(_images/button_straight2.jpg);
      width: 159px;
      border-left: 1px solid #0059B2;
      cursor: pointer;
}

.pic {
	border-top: 2px solid #999999;
      border-right: 2px solid #333333;
      border-bottom: 2px solid #333333;
      border-left: 2px solid #999999;
      padding: 2px;
}

.byline {

}

.small {
	font-size: 9px;
      text-align: center;
      margin-bottom:0;
      padding-bottom:0;
}
