/* CSS Document */

/* ---- General --- */

body{
  margin: 0px;
  height:100%;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #404040;
  background: #d9d9d9;
  background-image: url(images/top_bg.jpg);
  background-repeat: repeat-x;
}


#main{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#container{
  float: left;
  width: 100%;
  height: 100%;
}

/* ---- Header ---- */

#header{
  float: left;
  width: 100%;
  height: 223px;
}


#header .row1{
  float: left;
  width: 100%;
  height: 30px;
  padding-top: 17px;
  color: #ffffff;
  text-align: center
}

#header .row2{
  float: left;
  width: 100%;
  height: 176px;
}

a.menu:link, a.menu:active, a.menu:visited{
  font-size: 12px;
  font-family: thaoma, arial, verdana;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover{
  font-size: 12px;
  font-family: thaoma, arial, verdana;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
/* ---- Content ---- */

#content-wrapper{
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #ffffff;
}

#content{
  float: left;
  width: 100%;
  height: 100%;
  text-align: justify;
}

#main-content{
  float:left;
  width: 625px;
  padding-left: 20px;
  padding-right: 60px;
  height: 100%;
}

.title{
  font-family: verdana, arial, helvetica, sans-serif;
  color: #046282;
  font-size: 22px;
}

/* -- Right Column --*/

#right-column{
  float: right;
  width: 190px;
  padding-right: 5px;
  height: 100%;
}

.title1{
  color: #c0080a;
  font-family: tahoma, arial, helvetica;
  font-weight: bold;
  font-size: 14px;
}

ul.menu {margin-left:0px; margin-top: 15px; padding:0; list-style:none;}
ul.menu li {text-transform:none; padding-left:20px; width: 150px; margin-bottom: 15px; background:url(images/li.gif) top left no-repeat;}

a.mnu:link, a.mnu:active, a.mnu:visited{
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}

a.mnu:hover{
  font-size: 12px;
  color: #046282;
  font-weight: normal;
  text-decoration: none;
}
/* -- footer -- */

#footer{
  float: left;
  width: 100%;
  color: #3b3b3b;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

a.footer:link, a.footer:visited, a.footer:active{
  color: #3b3b3b;
  font-size: 12px;
  text-decoration: none;
}

a.footer:hover{
  color: #3b3b3b;
  font-size: 12px;
  text-decoration: underline;
}
