/* CSS Document */

body{
  margin: 0px;
  height:100%;
  font-family: tahoma, sans-serif;
  font-size: 13px;
  color: #e8e8e8;
  background: #0e243c;
}


#main{
  width: 820px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

#frame{
 float: left;
 width: 100%;
 height: 100%;
 background: #051c36;
}

#container{
  float: left;
  width: 785px;
  height: 100%;
  background: #183e66;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 8px;
  padding-right: 7px;
}

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

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

#row2{
  float: left;
  width: 100%;
  height: 207px;
}

#row2 img{ float: left; }

/* --CONTENT -- */
#content-wrapper{
  float: left;
  width: 100%;
  height: 100%;
}


#column-left{
 float: left;
 width: 227px;
 height: 100%;
}

.left-box{
  float: left;
  width: 100%;
  margin-bottom : 20px;
  background: url(images/box_bg.jpg);
}

ul.menu {margin-left:0px; margin-top: 10px; padding:0; list-style:none; text-align:left; }
ul.menu li {float:left; text-transform:none; width: 206px; padding-bottom: 5px; height: 25px; background:url(images/li_bg.png) 5px 7px no-repeat;}

a.menu:link, a.menu:active, a.menu:visited{
  font-family:"tahoma", tahoma, tahoma;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  float: right;
}

 a.menu:hover{
  font-family:"tahoma", tahoma, tahoma;
  font-size: 16px;
  color: #a3cdf9;
  font-weight: normal;
  text-decoration: none;
  float: right;
}


.left-title{
  padding-top: 10px;
  font-family:"tahoma", tahoma, tahoma;
  color: #ffffff;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}

.left-box input{
  background: #a3cdf9;
  border: 1px solid #051c36;
  font-size: 11px;
}

.left-box table td{ padding-bottom: 7px; }

#content-body{
  float: left;
  width: 558px;
  height: 100%;

}

#content{
  float: left;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}

.title{
  font-family:"tahoma", tahoma, tahoma;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}

.welcome{
  float: left;
  width: 98%;
  padding-top: 10px;
  padding-left: 1%;
  padding-right: 1%;
  background: url(images/welcome_bg.jpg) top left repeat-x;
}

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;}

a.event:link, a.event:active, a.event:visited{
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

a.event:hover{
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

/* -- Footer -- */

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

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

a.footer:hover{
  color: #3668bb;
  text-decoration: underline;
}

.bottom_link{
  float: left;
  width: 196px;
  height: 55px;
  margin-bottom: 10px;
  text-align: center;
}