*
{
  padding: 0px;
  margin: 0px;
}

body 
{
  background-color:#b7ae7f;
  background-image: url(img/bigbg.jpg);
  text-align: center;
}

#bigBox
{
  width:800px;
  border-style:solid;
  border-color:#a4233d;
  border-width:1px;
  margin:auto;
  background-image:url('img/bg2.jpg');
  min-height:590px;
}

#holdContent
{
  width:658px;
  float: right;
}

#content
{
  background-color:white;
  background-image:url('img/paperBg.jpg');
  margin-right: 10px;
  margin-bottom: 10px;
  padding:14px;
  font-family:verdana;
  font-size:12px;
  line-height:20px;
  color: #330000;
  text-align: left;
}

#leftNav
{
  width: 140px;
  float:left;
}

.menuBox
{
  height:60px;
  vertical-align: middle;
  border-bottom-color: #993333;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.menu
{
  font-family: verdana;
  font-weight: bold;
  font-size: 13px;
  color:#aaaaaa;
  padding-left:10px;
  padding-top: 15px;
}

.menu a
{
  color: #cc9933;
  text-decoration: none;
}

.menu a:hover
{
  color: white;
}


.footer
{
    font-size: 11px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #996633;
    margin-top:5px;
    padding:3px;
    text-align: right;
}

.text
{
    margin-top:4px;
    margin-bottom:4px;
}

.section
{
   padding: 5px 0 10px 15px;
}

h2
{
  font-family: Georgia, Times New;
  color: #996600;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 11px;
  padding:0;
}

a
{
    color: #006588;
    text-decoration: none;
}

a:hover
{
    color: #cc9933;
}

ul
{
    margin: 5px 0px 5px 30px;
}

.announceOuter
{
	padding:  4px 16px 4px 16px;
	margin-bottom: 20px;
	border-color: #996633;
	border-width: 3px;
	border-style: double;
}

.announcementInner
{
    margin-top:8px;
    margin-left:2px;
}

.announcementText
{
    font-size:13px;
    line-height:21px;
}

.announcementText strong
{
    color: #bb0000;
    font-size:21px;
    font-weight: normal;
    line-height:29px;
}

#fulltext p:first-child
{
   margin-top:0px;
}

