/*layout code*/
body{
background-color:#550000;
padding:0;
margin-left:0;
margin-right:0;
margin-top:0;
text-align:center;
margin-bottom:5px;
}
		
#container {
 width:850px;
 padding:0px;
 margin:auto;
 }

#scroll{
height:30px;
width: 876px;
text-align:center;
padding-top: 3px;
}

#header {
 height:170px;
  background-color:#98AF64;
}

#contentwrap{
 width:100%;
 height:450px;
 background-color:#fff5dd;
 font-family:"Microsoft Sans Serif";
 font-size:10pt;
 padding:0px;
 text-align:center;
}

#flash{
float:left;
 width:349px;
 position:relative;


}
#content{
 float:right;
 font-family:Arial;
 font-size:11pt;
 text-align:left;
 width:490px;

}
#footer{
 background-color:#98AF64;
 margin-top:0px;
 height:89px;
 border-top:px solid #fff;
 width:100%;
 text-align:center;
}

#bottom{
  text-align:center;
  color:#fff;
  font-family:arial;
  font-size:9pt;

  }

/* page bottom links */
#bottom a{
 font-size:9pt;
 font-family:arial;
 font-weight:normal;
 color:#fff;
 text-decoration:none;
 text-transform:none;
}

#bottom a:hover{
color:#fff;
text-decoration:underline;
}

/*links */

a.link2
{
text-decoration:underline;
color:#000;
  }

a.link2:hover
{
color:#000;
}

a.link3
{
text-decoration:none;
color:#888;
}
a.link3:hover
{
color:#888;
text-decoration:underline;
}

a.link4
{
text-decoration:none;
color:#550000;
}
a.link4:hover
{
color:#550000;
text-decoration:underline;
}
