/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #202020;
  background: #224175;
}


#main{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  background: #ffffff url(images/body_top.gif) top left no-repeat;
}

#wrapper{
  float: left;
  width: 761px;
  margin-left: 20px;
}

#container_bottom{
 float: left;
 width: 100%;
 height: 13px;
 background: url(images/body_bottom.gif);
}

/* -- HEADER -- */
#header{
  float: left;
  width: 100%;
  height: 312px;
  margin-bottom: 15px;
}

#header #row1{
 float: left;
 width: 100%;
 height: 40px;
}

#header #row2{
 float: left;
 width: 100%;
 height: 232px;
 margin-bottom: 2px;
}

#header #row3{
 float: left;
 width: 100%;
 height: 38px;
 background: url(images/menu_bg.gif);
}

ul.menu {margin-left:30px; margin-top: 10px; padding:0; list-style:none; text-align:center; }
ul.menu li {float:left; text-transform:none; padding-left:24px; padding-right:24px; background: url(images/li_bg.png) top right no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
/* --CONTENT -- */
#content-wrapper{
  float: left;
  width: 100%;
}

#column_left{
 float: left;
 width: 229px;
 height: 100%;
}


.box{
  float: left;
  width: 200px;
  height: 150px; 
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 14px;
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

.box-content { text-align: left; }

.box-title{
  font-family:"Times New Roman", Times, arial;
  font-size: 24px;
  font-style: italic;
}

.newsletter-box { background: url(images/newsletter.gif); }
.donate-box { background: url(images/donatebg.gif); }

ul.bullet {padding:0; list-style:none;}
ul.bullet li {text-transform:none; height: 31px; padding-left: 15px; padding-top: 0px; background:url(images/bullet.gif) 0px 3px no-repeat;}

#content{
  float: left;
  width: 492px;
  padding-left: 30px;
  height: 100%;
 
}


.title{
  font-size: 24px;
  font-weight: bold;
  color: #1f3d72;
}

/* -- Footer -- */

#footer{
  float: left;
  width: 100%;
  color: #5b7382;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #5b7382;
  text-decoration: none;
}

a.footer:hover{
  color: #5b7382;
  text-decoration: underline;
}

