body {
background-color: rgb(43,121,43);
color:black;
margin: 0;
}

a {
color:rgb(0,0,175);
}

#centerbox {
width:768px;
margin:0 auto;
background-color: white;
}

/* Top */

#topbar {
width: 100%;
height: 136px;
text-align: center;
background-color: rgb(43,121,43);
}

#logo {
display: none;
}

#logopic {
border-color: black;
border-style: outset;
border-width: 2px;
}

/* Page */

#barf {
padding:2px;
}

#content {
float: right;
width: 600px;
margin-right: 2px;
margin-bottom: 10px;

}

#bigtext {
color: rgb(40,100,40);
text-align: center;
font-size: 14pt;
font-weight: bold;
margin-bottom: 20px;
border-bottom: dashed 1px black;
}

#footer {
text-align:center;
clear:both;
border-top: 1px dashed;
}

/* SIDEBAR */

#sidebar {
float:left;
background-color: #e4eee4;
padding: 3px;
border: 1px solid rgb(0,100,0);
width: 150px;
}

#barlinks {
border-bottom: 1px dashed black;
padding-bottom: 5px;
margin-bottom: 5px;
line-height: 1.5;
}

#misc {
text-align: center;
}

/* FRONT PAGE */
.misstitle {
font-size: 18px;
color:blue;
font-family: Arial,Helvetica,sans-serif;
}

#admins {
width: 300px;
text-align: center;
margin-bottom: 20px;
}

.pattitle {
font-size: 18px;
}

.patname {
font-size: 16px;
}

#newscont {
  width: 590px;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  border: 4px double black;
  min-height:84px;
}

#newsimg {
  width: 103px;
  height: 87px;
  float: left;
  top: -10px;
  position: relative;
  left: -10px;
}

#frontnews {
  position:relative;
  text-align: center;
  font-size:16px;
}

.mintitle {
font-weight: bold;
font-size: 12pt;
}


.minname {
margin-left: 10px;
}

/* ABOUT LISTS */
.aboutspacing {
font-size: 14px;
line-height: 17px;
}