body	{
  background: #690A0A;
}

#container {
  z-index: 1;
  background: white;
  width: 960px;
  height: auto;
  margin: 28px auto 28px auto;
  position: relative;
  padding-top: 20px;
  border: 3px solid white;
  /* DROP SHADOW */
  -moz-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
  }
#container:before	{
    z-index: -1;
    content: " ";
    top: -1px;
    right: 0px;
    width: 958px;
    height: 100%;
    border: 1px solid #C0C0C0;
    position: absolute;
    
}
  
#header {
    background-image: url("../images/bg-main.png");
    background-repeat: repeat-x;
    display: table;
    margin-top: -20px;
    vertical-align: bottom;
    width: 958px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#header h1 {
    color: #CC0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 0.1em;
    text-shadow: 2px 2px 2px #999999;
}
#header h2 {
    color: #333333;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: .8em;
    font-weight: normal;
}

#headercontent {
    display: block;
    float: left;
    height: auto;
    margin-top: 8px;
    min-width: 300px;
    padding-left: 0;
    position: absolute;
    text-align: center;
    vertical-align: text-top;
    width: 100%;
}
#logobox {
    background-image: url("../images/njnena-new-green-small-shadow.png");
    background-repeat: no-repeat;
    /*display: inline;*/
    float: left;
    height: 230px;
    margin-left: 10px;
    position: static;
    width: 150px;
}
  
#div1	{
  margin: 0;
  float: left;
  width: 668px;
  padding-left: 30px;
  padding-right: 20px;
}

#div1, #div2 {
  font-family: Arial,Helvetica,sans-serif;
  color: #333;
}

#div2	{
  float: right;
  width: 242px;
}

#div1 h2	{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  color: #B61C1E;
}

#footer	{
  clear: both;
  height: 110px;
  border: solid 1px #c0c0c0;
  background-color: #660000
  
}
#footer .left	{
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  display: inline-block;
}
#footer .fcenter	{
  padding-top: 5px;
  margin-left: 200px;
  width: 300px;
  display: inline-block;
}

#footer .right	{
  /*clear: right;
  float: right;
  width: 200px;
  display: inline-block;
  font-family: sans-serif;
  text-align: justify;
  margin-right: 20px;*/
  clear: right;
  margin-left: 100px;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  font-family: sans-serif;
  text-align: left;
  margin-right: 20px;
}

#footer h6	{
  color: white;
}

#staff	{
  
}

#staff img	{
  /* For headshot photos on execboard and volunteer pages */
  width: 109px;
  float: left;
  padding-right: 10px;
}

p	{
  font-size: .9em;
  line-height: 1.4em;
  text-align: justify;
  
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.underline	{
  text-decoration: underline;
}

img {
    border-style: none;
}
img.center {
    border: medium none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.sponsor {
    border: medium none;
    /*display: block;*/
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
}
img.goldsponsor {
    border: medium none;
    /*display: block;*/
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 210px;
}

.box {
    text-align: center;
    vertical-align: top;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 2px #c0c0c0;
    margin: 10px;
}

.box img	{
  padding-bottom: 15px;
}

.box ul	{
  list-style-type: none;
  text-align: left;
  padding-left: 10px;
}

.gold {
  color: rgb(204, 153, 51);
  text-shadow: 1px 1px 5px;
}

.silver	{
  color: rgb(184, 184, 184);
  text-shadow: 1px 1px 3px rgb(80,80,80);
}

.box h4	{
  font-weight: bold;
}

a.b:link {
    color: #666666;
    text-decoration: none;
    font-size: .8em;
    line-height: 1.5em;
}
a.b:hover {
    color: #CC0000;
    font-size: .8em;
    font-weight: bold;
    text-decoration: underline;
}
a.b:visited {
    font-size: .8em;
    color: #666666;
    text-decoration: none;
}
a.c:link {
    color: #00CC00;
    text-decoration: none;
}
a.c:hover {
    color: #666666;
    font-weight: bold;
    text-decoration: underline;
}
a.c:visited {
    color: #00CC00;
    text-decoration: none;
}

.sponsorlist	{
  width: 55%; 
  margin:auto;
  text-align:left;
}

.sponsorlist ul	{
  list-style-type: none;
}