/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #404040;
  background: #f1efe8 url(images/main_bg.gif) repeat-x;
}


#main{
  width: 900px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

#header{
  float: left;
  width: 100%;
  height: 243px;
  margin-bottom: 25px;
}

#header-top{
  float: left;
  width: 864px;
  padding-left: 34px;
  height: 55px;
}

#header-top img.center { float: left; margin-top: 15px; margin-left: 3px; }

#header-images{
  float: left;
  width: 834px;
  padding-right: 32px;
  padding-left: 34px;
}

#header-images img.right { float: right;}
#header-images img.left { float: left;}
#header-images img.center { float: left; margin-top: 30px; margin-left: 40px;}

#left-column{
  float: left;
  width: 250px;
}

#menu{
  float: left;
  width: 301px;
  background: url(images/menu_bg.jpg);
  margin-bottom: 1px;
}

ul.menu {margin-left: 6px; margin-top: 40px; padding:0; list-style:none; }
ul.menu li {text-transform:none; height: 35px; padding-left: 40px; padding-top: 0px; background:url(images/menu_bullet.gif) 0px 3px no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 18px;
  color: #a2a19e;
  font-weight: normal;
  text-decoration: none;
}

.box{
  float: left;
  width: 149px;
  height: 130px;
  padding-left: 70px;
  padding-top: 28px;
  margin-top: 40px;
  background: url(images/box_bg.gif);
  color: #ffffff;
}

.box-title{
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
}

#content-wrapper{
  float: left;
  width: 100%;
}

#content{
  float: left;
  width: 650px;
  text-align: justify;
}

#content #top{
  float: left;
  width: 610px;
  height: 15px;
  background: url(images/body_top.gif);
}

#content #bottom{
  float: left;
  width: 610px;
  height: 15px;
  background: url(images/body_bottom.gif);
}

#content #text{
  float: left;
  width: 530px;
  padding-left: 40px;
  padding-right: 40px;
  background: #ffffff;
}

#content #text img.main { float: left; margin-right: 10px; margin-bottom: 6px;}

.content-box-container{
  float: left;
  width: 100%;
  margin-top: 30px;
}

.content-box{
  float: left;
  width: 221px;
}

.right { float: right; }

p.center { text-align: center; }

.title{
    font-family: "Times New Roman", Times, arial;
    font-size: 30px;
    color: #000000;
}

#footer{
  float: left;
  width: 865px;
  color: #8c8b89;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-right: 35px;
  text-align: right;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #8c8b89;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #8c8b89;
  font-size: 12px;
  text-decoration: underline;
}