/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: calibri, sans-serif;
  font-size: 15px;
  color: #303030;
  background: #035281;
}


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

#container{
  float: left;
  width: 100%;
  height: 100%;
}

#top{
  float: left;
  width: 100%;
  height: 50px;
}


#container_top{
 float: left;
 width: 100%;
 height: 15px;
 background: url(images/content_top.gif);
}

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

/* -- HEADER -- */
#header{
  float: left;
  width: 100%;
  height: 284px;
  padding-bottom: 20px;
  background: #ffffff;
  text-align: center;
}

#menu{
  float: left;
  width: 100%;
  height: 24px;
}

#top_banner{
  float: left;
  width: 100%;
  height: 211px;
  text-align: center;
}

ul.menu {float: right; margin-top: 10px; padding:0; list-style:none;}
ul.menu li {float:left; text-transform:none; padding-left: 15px; padding-right: 15px; border-right: 1px solid #f2f1f2;}
ul.menu li.last { border-right: none; }

a.menu:link, a.menu:active, a.menu:visited{
  font-family:"calibri", calibri, calibri;
  font-size: 18px;
  color: #f2f1f2;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 18px;
  color: #a6dcfd;
  font-weight: normal;
  text-decoration: none;
}

/* --CONTENT -- */
#content-wrapper{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  background: #ffffff url(images/content_bg.jpg);
}

#column-right{
 float: left;
 width: 285px;
 height: 100%;
 text-align: center;
}

#content{
  float: left;
  width: 605px;
  padding-right: 20px;
  padding-left: 20px;
  height: 100%;
  text-align: justify;
}

.title{
 font-size: 24px;
 color: #980100;
}

.red-title{
 font-family:"Times New Roman", Times, arial;
 font-size: 24px;
 color: #980100;
 border-bottom: 1px solid #c9c9c9;
}

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

.box{
  float: left;
  margin-left: 20px;
  width: 205px;
  padding: 20px;
  background: #eaeaea;
  text-align: left;
  margin-bottom: 20px;
}

p.center { text-align: center; }

/* -- Footer -- */

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

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

a.footer:hover{
  color: #79b5e7;
  text-decoration: underline;
}
