/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  background: #021c41;
}


#main{
  width: 908px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 900px;
  padding-left: 4px;
  padding-right: 4px;
  background: #ffffff;
}

#header{
  float: left;
  width: 100%;
  height: 253px;
  margin-bottom: 4px;
}

#header.img {float: left;}

#content-wrapper{
  float: left;
  width: 100%;
}

#left-column{
  float: left;
  width: 250px;
}

#menu{
  float: left;
  width: 100%;
  background: url(images/menu_bg.jpg);
  margin-bottom: 5px;
}

ul.menu {margin-left: 0px; margin-top: 15px; padding:0; list-style:none; }
ul.menu li {text-transform:none; height: 30px; width:250px; padding-left: 50px; padding-top: 2px; background:url(images/li_bg.png) top left no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 16px;
  color: #ffffff;
  font-family: "Times New Roman", Times, arial;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 16px;
  color: #8f97a2;
  font-family: "Times New Roman", Times, arial;
  font-weight: normal;
  text-decoration: none;
}

.box-title{
  font-size: 20px;
  color: #ffffff;
  font-family: "Times New Roman", Times, arial;
}

.box{
  float: left;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

.box-content{
  float: left;
  width: 80%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}

.box-donate { background: #b60108;}
.box-social {
  width: 246px;
  height: 116px;
  background: #cdcdcd url(images/social_box_bg.jpg) top left repeat-x;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
}

#content{
  float: left;
  width: 570px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  text-align: justify;
}

.title{
  font-size: 24px;
  color: #023172;
  font-family: "Times New Roman", Times, arial;
}

ul.event {margin-left: 0px; margin-top: 8px; padding:0; list-style:none; }
ul.event li {text-transform:none; height: 25px; padding-left: 25px; padding-top: 0px; background:url(images/bullet.gif) 0px 4px no-repeat;}

#footer{
  background: #041328;
  float: left;
  width: 100%;
  color: #5375bc;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #5375bc;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #5375bc;
  font-size: 12px;
  text-decoration: underline;
}