﻿*
{
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: tahoma, helvetica, sans-serif;
}

body
{
  margin: 10px auto;
  background-color: transparent;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center top;
  color: #8c8c73;
}

#container
{
  margin: auto;
  padding: 10px;
  background: transparent url(Images/transparent_white80_bg.png) repeat scroll 0 0;
  border: solid 1px #dcdcdc;
  width: 850px;
  min-height: 250px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#header_body
{
  padding-bottom: 5px;
  height: 125px;
  color: #ffffff;
}

#header_body #header_info
{
  width: 300px;
  height: 125px;
  background: #0265a9 url(Images/header_body_bg.png) repeat-x;
  float: left;
}

#header_body #header_info #header_languages
{
  padding: 10px 20px;
}

#header_body #header_info #header_languages img
{
  padding: 0 3px;
  border: none 0px;
}

#header_body #header_info #header_title
{
  padding: 5px 20px 3px 20px;
}

#header_body #header_info #header_title h1
{
}

#header_body #header_info #header_title h1 a
{
  color: #ffffff;
  font-size: 50px;
  letter-spacing: -1px;
  text-decoration: none;
}

#header_body #header_info #header_description
{
  padding-left: 20px;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}

#header_body #header_splash
{
  margin-left: 5px;
  width: 545px;
  height: 125px;
  background: #0265a9 url(Images/header_body_bg.png) repeat-x;
  float: left;
}

#menu_body
{
  height: 39px;
  background: #0265a9 url(Images/menu_body_bg.png) repeat-x;
}

#menu_body ul
{
  padding: 0 0 0 20px;
  text-align: left;
}

#menu_body ul li
{
  display: inline;
  line-height: 39px;
}

#menu_body ul li.first
{
  border-left: 0px;
}

#menu_body ul li a, #content_body #content_navigation ul li a, #footer_body #footer_info ul li a
{
  padding: 6px 7px 6px 7px;
  background-color: transparent;
  background-repeat: repeat-x;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#menu_body ul li a:hover, #content_body #content_navigation ul li a:hover, #footer_body #footer_info ul li a:hover
{
  background: #ffffff url(Images/menu_hover_bg.png) repeat-x top;
  color: #4a4a24;
  text-decoration: none;
}

#menu_body ul li a.selected, #content_body #content_navigation ul li a.selected, #footer_body #footer_info ul a.selected
{
  color: #330066;
}

#content_body
{
  padding: 20px 0;
  overflow: hidden;
  min-height: 200px;
  color: #0a2769;
}

#content_body a
{
  color: #0265a9;
  text-decoration: none;
}

#content_body a:hover
{
  color: #01426d;
  text-decoration: underline;
}

#content_body #content_navigation
{
  padding: 0 30px 0 20px;
  width: 250px;
  float: left;
}

#content_body #content_navigation ul
{
}

#content_body #content_navigation ul li
{
  display: inline;
}

#content_body #content_navigation ul li a
{
  padding: 4px 5px;
  color: #0265a9;
  display: block;
}

#content_body #content_text
{
  padding-right: 10px;
  width: 540px;
  float: left;
}

#content_body #content_text h2
{
  font-size: 22px;
}

#content_body #content_text img
{
  margin: 2px 5px;
  border: solid 2px #0265a9;
}

#footer_body
{
  height: 25px;
  background: #0265a9 url(Images/footer_body_bg.png) repeat-x;
  color: #ffffff;
}

#footer_body #footer_copy
{
  padding-left: 20px;
  width: 405px;
  float: left;
}

#footer_body #footer_copy ul
{
}

#footer_body #footer_copy ul li
{
  display: inline;
  line-height: 25px;
  font-size: 10px;
}

#footer_body #footer_copy ul li a
{
  padding: 2px 5px 2px 5px;
  font-size: 11px;
  text-decoration: none;
}

#footer_body #footer_info
{
  padding-right: 20px;
  width: 405px;
  float: left;
  text-align: right;
}

#footer_body #footer_info ul
{
}

#footer_body #footer_info ul li
{
  display: inline;
  line-height: 25px;
}

#footer_body #footer_info ul li a
{
  padding: 2px 5px 2px 5px;
  font-size: 12px;
}

/* Content */
#content_text hr
{
  margin: 0px auto;
  padding: 0px;
  height: 1px;
  background: #0a2769 url(Images/content_item_bg.png) repeat; 
  color: #0a2769;
  border: none 0px transparent;
}

#content_text table a:hover
{
  text-decoration: none;
}

#content_text .contents_links_header
{
  padding: 3px;
  width: 300px;
  background: #006699 url(Images/contents_links_header_bg.png) repeat-x;
  color: #ffffff; 
  font-weight: bold; 
  font-style: italic; 
  border: solid 1px #000000; 
}

#content_text .contents_links_list
{
  padding: 3px; 
  width: 300px;
  border-left: solid 1px #000000; 
  border-right: solid 1px #000000; 
  border-bottom: solid 1px #000000; 
}

#content_text .contents_table_header
{
  padding: 3px;
  width: 434px;
  background: #006699 url(Images/contents_links_header_bg.png) repeat-x;
  color: #ffffff; 
  font-weight: bold; 
  font-style: italic; 
  border: solid 1px #000000; 
  clear: both;
}

#content_text .contents_table
{
  padding: 3px 10px; 
  width: 420px;
  border-left: solid 1px #000000; 
  border-right: solid 1px #000000; 
  border-bottom: solid 1px #000000; 
}

#content_text .input
{
  padding: 1px;
  color: #0a2769;
  border: solid 1px #6699cc;
  font-family: tahoma, helvetica, sans-serif;
  font-weight: normal; 
  font-size: 13px;
}

#content_text .button
{
  margin-right: 20px;
  padding: 1px;
  width: 100px;
  background: #0265a9 url(Images/content_item_bg.png) repeat-x;
  color: #ffffff;
  border: solid 1px #6699cc;
  font-family: tahoma, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 13px;
}

#content_text .button_onmouseover
{
  margin-right: 20px;
  padding: 1px;
  width: 100px;
  background: #0265a9 url(Images/content_item_bg.png) repeat-x;
  color: #0a2769;
  border: solid 1px #6699cc;
  font-family: tahoma, helvetica, sans-serif;
  font-weight: bold; 
  font-size: 13px;
}



