body {
  font-size: 12px;
  font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
  padding:0px;
  margin:0px;
  width:100%;
  height:100%;
  background-image:url(../images/abc_02.gif);
  background-repeat:repeat-x;
  color:#000000;
  text-align:center;
}

.container{
  width:850px;
  height:100%;
  margin-left:auto;
  margin-right:auto;
  background-color:#ffffff;
  border:1px solid #cccccc;
  text-align:left;
}

.logo{
  width:221px;
  height:83px;
  background-image:url(../images/abc-logo-2024.gif);
  background-repeat:no-repeat;
}

.toprightimg{
  width:190px;
  height:105px;
  background-image:url(../images/abc_06.gif);
  background-repeat:no-repeat;
}

.redstripe{
  height:12px;
  background-image:url(../images/abc_09.gif);
  background-repeat:repeat-x;  
}

.footer{
  height:40px;
  background-color:#EBEBEB;
  border-top:1px solid #cccccc;
  font-size:10px;
}

.menucont{
  width:200px;
}

a.menuitem{
  display:block;
  width:190px;
  height:24px;
  padding:6px 5px 0px 8px;
  vertical-align:center;
  background-color:#eaeaea;
  border-bottom:1px solid #ffffff;
  color:#000000;
  text-decoration:none;
}

a.menuitem:hover{
  background-color:#2ca883;
  text-decoration:underline;
}

a.menuitem:visited{
  color:#000000;
  text-decoration:none;
}

.content{
  margin:10px;
  line-height:1.5;
}

h1, h2, h3, h4{
  color:#666666;
}

h1{ font-size:20px;}
h2{ font-size:18px;}
h3{ font-size:16px;}
h4{ font-size:14px;}
