/* STYLESHEET */

/* ---------------------------------------------------------------- */

/* PAGE STRUCTURE */

#wrapper
{
  margin: 0px auto;
  width: 902px;
  min-height: 578px;
}

#bodywrap
{
  width: 900px;
  min-height: 450px;
}

#head
{
  width: 900px;
  height: 124px;
  margin: 0px;
  background: url("./img/headbg.jpg");
  background-repeat: repeat-x;
  border: solid 1px #487BCA;
  border-bottom: none;
}

#left
{
  position: absolute;
  width: 150px;
  //min-height: 450px;
  float: left;
  background: #D8E6FF;
  border: solid 1px #487BCA;
  //border-right: none;
  border-top: none;
}

#main
{
  position: absolute;
  width: 751px;
  //min-height: 462px;
  margin-left: 149px;
  border: solid 1px #487BCA;
  background: #FDFDFD;
  overflow-x: hidden;
}


/* ---------------------------------------------------------------- */

/* IN-BLOCKS */

#inleft
{
  width: 100%;
}

#content
{
  width: 670px;
  margin: 30px 0px 10px 40px;
  text-align: justify;
}

.menuitem
{
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "trebuchet ms" tahoma;
  font-weight: bold;
  font-size: 15;
  letter-spacing: 1px;
  color: #112233;
  text-decoration: none;
}

#newsitem
{
  width: 100%;
  margin: 5px;
}

#footer
{
  height: 30px;
  padding: 20px 0px 20px 40px;
  background: #487BCA;
}

#contacts
{
  width: 150px;
  text-align: center;
}




/* ---------------------------------------------------------------- */

/* TEXT */

.maintext, .maintext2
{
  font-family: trebuchet ms;
  font-size: 13;
  color: #050505;
  text-decoration: none;
  line-height: 20px;
}

.maintext2, .date
{
  font-family: tahoma;
  font-size: 11px;
}

.date
{
  height: 20px;
  padding: 5px;
  background: #487BCA;
  color: #FFFFFF;
}

.active
{
   color: #487BCA;
}

a.menu
{
  text-decoration: none;
  color: #224477;
}

a.menu:hover
{
  color: #487BCA;
}

.orange, .white
{
  font: normal 11px tahoma;
  color: #FF9966;
  text-decoration: underline;
  font-weight: bold;
}

.white
{
  color: #EEEEFF;
  text-decoration: none;
}

.white:hover
{
  text-decoration: underline;
}

h1
{
  font: bold 25px trebuchet ms;
  color: #FF9966;
}

h3
{
  font: bold 15px georgia;
  line-height: 23px;
  color: #050505;
  padding: 10 10 10 20;
  border-left: solid 5px #487BCA;
}

h4
{
  font: bold 12px trebuchet ms;
  color: #050505;
  padding: 10px;
  border-left: solid 3px #487BCA;
}

em
{
  font-weight: bold;
  font-style: normal;
  color: #487BCA;
}

.hl
{
  background: #FF9966;
  color: #FFFFFF;
}


/* ---------------------------------------------------------------- */

/* INPUT */

input
{
  font-family: tahoma;
  font-size: 11;
  font-weight: bold;
  vertical-align: middle;
}

input.field
{
  height: 20;
  background: #66A0EC;
  border: solid 1px #487BCA;
  color: #FFFFFF;
  width: 80%;
  padding-top: 3px;
  text-align: center;
}

input.button
{
  height: 30px;
}


/* ---------------------------------------------------------------- */


body
{
  margin 0px;
  background: url("./img/bodybg.gif");
}

img
{
  border: none;
}


#bigicon
{
  height: 100;
  width: 100;
}

#menutitle
{
  font-family: verdana;
  font-weight: bold;
  font-size: 15;
  letter-spacing: 3px;
  height: 30;
  width: 100%;
  padding-top: 5;
  color: #FFFFFF;
  background: url("./img/menutitlebg.gif");
  background-repeat: repeat-x;
  text-align: center;

}

#menuline, #longline
{
  background: url("./img/menuline.gif");
  background-repeat: repeat-x;
  width: 150px;
  height: 18px;
  background-position: center center;
}

#longline
{
  width: 100%;
  height: 3px;
}

#search
{
  width: 150px;
  height: 150px;
}



/* Banners */

#banner468
{
  height: 75px;
  width: 468px;
  overflow: hidden;
  position: absolute;
}

#banner160
{
  height: 60px;
  width: 160px;
  overflow: hidden;
  position: absolute;
}

#ctr
{
  position: absolute;
  width: 88px;
}