/* CSS Document */
body
{
  background: white;
  margin: 0px;
  padding: 0px;
}

A:link {color: #ae1118;}
A:visited {color: #ae1118;}

#header
{
  background: black url(../images/acos3.jpg) no-repeat top right; 
  height: 300px;
  margin: 0px 0px 0px 0px;
  display: block;
  padding: 0px;
}

#topimagebar
{
  height: 249px;
  width: 800px; 
  margin: 0px 0px 0px 150px;
}

#navbar
{
  margin: 2px auto 0px auto;
  height: 30px;
  width: 800px;
  display: table;
}

.navbutton
{
  width: 110px; 
  background: #ae1118 url(../images/navtop.jpg) no-repeat;
  float: left;
  height: 35px;
  text-align: center;
  margin: 10px 1px 0px 1px;
  padding-top: 5px;
  color: white;
  font-size: 13px;
}

#navbar a
{
  text-decoration: none;
  color: white;
}

#navbar a:visited
{
  text-decoration: none;
  color: white;
}
#header h1
{
  color: white;
  margin: 0px;
  display: inline;
  text-align: center;
}

#content
{
  background: white;
  width: 750px;
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 10px;
}

#content h3
{
  margin: 0px 5px 5px 5px;
  font-size: 18pt;
}

#content p
{
  margin: 0px 8px 8px 8px;
  padding: 2px 2px 2px 2px;
  font-size: 11pt;
  color: rgb(65,65,65);
}

#sidebar
{
  float: left;
  background: rgb(229,229,229) url(../images/sidebartop.jpg) no-repeat;
  width: 200px;
  height: 300px;
}

#sidebar p
{
  font-size: 10pt;
  color: black;
  border-bottom: 2px #ae1118 solid;
  padding-bottom: 10px;
}

#sidebar h4
{
  margin: 5px 150px 5px 5px;
  font-size: 14pt;
  color: #ae1118;
  border-bottom: 2px #ae1118 solid;
}

.cmsghead
{
  width: 500px;
  background: #ae1118;
  font-size: 14pt;
  padding: 2px 5px 2px 5px;
  color: white;
  margin: 0px 0px 0px 220px;
}

.cmsgtext
{
  width: 500px;
  background: white;
  padding: 5px 5px 5px 5px;
  color: rgb(65,65,65);
  font-size: 10pt;
  margin: 0px 0px 0px 220px;
}

.cmsghead_nonews
{
  width: 450px;
  background: #ae1118;
  font-size: 14pt;
  padding: 2px 5px 2px 5px;
  color: white;
  margin: 0px 0px 0px 0px;
}

.cmsgtext_nonews
{
  width: 450px;
  background: white;
  padding: 5px 5px 5px 5px;
  color: rgb(65,65,65);
  font-size: 10pt;
  margin: 0px 0px 0px 0px;
}

.cmsgtext_nonews li
{
  list-style-image: url(images\bullett.gif);
}

#footer
{
  background: rgb(54,54,54);
  margin: 0px;
  padding-top: 35px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  font-size: 12px;
}



