body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #F2F4FA;
  font-family: Arial, Verdana, sans-serif, Helvetica, Times New Roman;
  font-size: 12px;
  color: #00389f;
}

div
{
  position: relative;
  padding: 0px;
  margin: 0px;
}

form
{
  margin: 0;
  padding: 0;
}

a
{
  /*font-size: 11px;*/
  color: #00389F;
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
  color: #00389F;
  border-bottom: 1px dotted #0F74B3;
}

a.imgLink
{
  text-decoration: none;
  color: #00389F;
  border-bottom: none;
}

td
{
  font-family: Arial, Verdana, sans-serif, Helvetica, Times New Roman;
  font-size: 11px;
  color: #00389F;
}

img
{
  border: none;
}

/* ------------------------------------------------------------------------------------ */

#site_holder
{
  width: 977px;
  height: auto;
  margin: auto;
  background: url(../media/main/bg.jpg) no-repeat;
}

#main_holder
{
  width: 908px;
  height: auto;
  margin-left: 36px;
  background: #FFF;
}

#frame_holder
{
  width: 902px;
  height: auto;
  margin: 0 3px;
  background: #FFF;
}

/* ------------------------------------------------------------------------------------ */

#header_text_holder
{
  width: 902px;
  height: 107px;
  margin-bottom: 3px;
}

#header_clipping
{
  position: absolute;
  top: 0;
  left: 0;
  width: 890px;
  height: 100px;
  clip: rect(0px, 890px, 100px, 0px);
}

#header
{
  position: absolute;
  top: 0;
  left: 0;
  width: 902px;
  height: 107px;
  z-index: 100;
  background: #FFF;
}

img#logo
{
  position: absolute;
  top: 19px;
  left: 40px;
}

#menu_bar
{
  width: 902px;
  height: 15px;
  background-color: #00389F;
  margin-bottom: 3px;
}

#flags
{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 15px;
  background-color: #FFF;
  z-index: 10;
}

.flag
{
  margin-left: 3px;
}

#header_text
{
  position: absolute;
  top: 14px;
  right: 19px;
  font-family: Impact, Arial;
  color: #00389F;
  font-size: 27px;
  width: 335px;
  text-align: right;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------ */

#content_holder
{
  width: 902px;
  height: auto;
  margin-bottom: 3px;
  background: url(../media/content/bg.gif) repeat-y;
}

#menu_col
{
  width: 180px;
  height: auto;
  min-height: 600px;
  float: left;
  background: url(../media/content/bg_menu.gif) repeat-y;
  display: inline;
}

#main_col
{
  width: 722px;
  height: auto;
  min-height: 600px;
  float: left;
  /*background-color: #F2F4FA;*/
  display: inline;
}

/* ------------------------------------------------------------------------------------ */

.content
{
  width: 446px;
  height: auto;
  margin-left: 38px;
  margin-right: 10px;
  float: left;
  display: inline;
}

.sidebar
{
  width: 218px;
  height: auto;
  float: left;
  display: inline;
  margin-top: 50px;
  padding-top: 10px;
}

.big_content
{
  width: 635px;
  height: auto;
  margin-left: 48px;
}

/* ------------------------------------------------------------------------------------ */

#search
{
  position: absolute;
  top: 0px;
  left: 484px;
  width: 238px;
  height: 50px;
  background: #C2CEE8;
  z-index: 100;
}

#search .white_line
{
  position: absolute;
  top: 47px;
  left: 0;
  width: 238px;
  height: 3px;
  background: #FFF;
}

#search_table
{
  height: 47px;
}

/* ------------------------------------------------------------------------------------ */

#footer
{
  width: 902px;
  height: 30px;
  background: #FFF url(../media/main/footer.gif) repeat-x;
}

#footer_links
{
  margin-left: 220px;
  padding-top: 8px;
}

/* ------------------------------------------------------------------------------------ */

div.clear
{
  position: relative;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}
