/* html body */
body
{
  margin: 0;
  border: 0;
  padding: 0 7% 1em 7%;
  font-size: 0.8em;
  font-family: Franklin Gothic Medium, Arial, Verdana, Helvetica, Sans-Serif;
  line-height: 1.6;
  word-spacing: 1px;
}

/* container */
#container
{
  margin: auto;
  padding: 0;
  border: 0;
  color: #000;
  width: 785px;
}

/* logo */
#logo
{
  float: left;
  margin: 0;
  border: 0;
  padding-bottom: 8px;
  width: 225px;
}

#logo img, #logo a, #logo a:hover, #logo a:visited
{
  float: left;
  color: gray;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0.7em;
  text-decoration: none;
}

/* top navigation */
#topnav
{
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  width: 560px
}

#topnav ul
{
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#topnav ul li
{
  float: left;
  padding-left: 9px;
}

#topnav a, #topnav a:visited
{
  color: gray;
  font-size: 0.9em;
  text-decoration: none;
}

#topnav a:hover
{
  color: #be0000;
}

/* main menu */
#main_menu
{
  float: left;
  width: 100%;
}

#main_menu ul
{
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#main_menu ul li
{
  float: left;
}

a.main_menu, a:visited.main_menu,
a.main_menu_last, a:visited.main_menu_last
{
  display: block;
  background: #004a71;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  width: 128px;
  height: 18px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

a.main_menu_selected, a:visited.main_menu_selected,
a.main_menu_last_selected, a:visited.main_menu_last_selected
{
  display: block;
  background: #be0000;
  color: white;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  width: 128px;
  height: 18px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

a.main_menu_last, a:visited.main_menu_last
{
  border: 0;
  width: 140px;
  background: #008cd4;
}

a.main_menu_last_selected, a:visited.main_menu_last_selected
{
  border: 0;
  width: 140px;
}

a:hover.main_menu, a:hover.main_menu_last
{
  background: #016ba7;
  color: white;
}

a:hover.main_menu_selected
{
  background: #df0000;
  color: white;
}

/* body */
#body
{
  clear: both;
  padding-top: 1px;
}

/* sidebar */
#sidebar
{
  float: left;
  width: 200px;
}

#sidebar_box, #content_search_box
{
  color: white;
  margin-top: 1px;
  height: 30px;
}

#sidebar_box
{
  background: #be0000;
}

#content_search_box
{
  background-image: url(../../design/images/shadow_search.gif);
  background-repeat: no-repeat;
  padding-top: 3px;
  width: 572px;
  height: 27px;
}

#sidebar_header, #content_search_header
{
  padding-left: 8px;
  font-size: 1em;
  font-weight: bold;
  font-variant: small-caps;
}

#sidebar_header
{
  padding-top: 5px;
}

#sidebar_login
{
  padding: 4px;
  background: #eff0c8;
  height: 130px;
}

#sidebar_login_header
{
  padding-left: 8px;
  color: #838624;
  font-size: 1.2em;
  font-variant: small-caps;
}

.sidebar_login_caption
{
  padding-left: 8px;
  margin-top: 6px;
  font-size: 0.9em;
}

#sidebar_login img
{
  border: none;
}

input.sidebar_login
{
  width: 150px;
}

input.sidebar_login_submit
{
  border: none;
  width: 27px;
  height: 26px;
}

#sidebar_login a, #sidebar_login a:visited
{
  color: #be0000;
  padding-left: 14px;
  margin-left: 8px;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../../design/images/navigation/link.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}

#sidebar_login a:hover
{
   color: #df0000;
}

#content_search_header
{
  margin-top: 2px;
}

/* sidebar menu */

#sidebar_menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

#sidebar_menu ul li
{
  margin: 4px 0 0 0;
  padding: 2px 0 4px 28px;
  border: 0;
  background: url(../../design/images/level_0_normal.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #e7eaef;
}

#sidebar_menu ul li ul li
{
  padding: 0 0 0 18px;
  background: url(../../design/images/level_1_normal.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  border-top: 1px solid #e7eaef;
  border-bottom: none;
  font-size: 0.9em;
}

#sidebar_menu_selected0
{
  background: url(../../design/images/level_0_selected.gif) ! important;
  background-repeat: no-repeat ! important;
}

#sidebar_menu_selected1
{
  background: url(../../design/images/level_1_selected.gif) ! important;
  background-repeat: no-repeat ! important;
  background-position: left 4px ! important;
}

#sidebar_menu a, #sidebar_menu a:visited
{
  color: black;
  font-size: 1.0em;
  text-decoration: none;
}

#sidebar_menu a:hover
{
  color: #be0000;
}

/* content */
#content
{
  margin-left: 210px;
  border:1px;
}

#content_header
{
  float: left;
  margin-top: 1px;
  padding-left: 12px;
  color: #004a71;
  font-size: 1.2em;
  font-weight: bold;
  font-variant: small-caps;
}

#content_inner
{
  margin: 0;
  border: 0;
  padding: 8px 16px 8px 8px;
  font-size: 1.1em;
  background-image: url(images/shadow_content.gif);
  background-repeat: repeat-y;
  width: 548px;
  line-height: 1.2;
}

/* content_tools */
#content_tools
{
  float: right;
  margin-top: 2px;
  margin-right: 7px;
  padding-right: 8px;
  width: 254px;
}

#content_tools ul
{
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

#content_tools li
{
  float: left;
  margin: 0;
  padding-left: 9px;
}

#content_tools img, #content_tools a, #content_tools a:visited
{
  color: gray;
  border: 0;
  font-size: 0.8em;
  text-decoration: none;
}

#content_tools img
{
  position: relative;
  top: 2px;
}

#content_tools a:hover
{
  color: #be0000;
}

#content_footer
{
  background-image: url(/images/shadow_content_footer.gif);
  background-repeat: no-repeat;
  width: 572px;
  height: 4px;
}

/* footer */
#footer
{
  clear: both;
  padding-top: 20px;
  text-align: center;
  color: gray;
  font-size: 0.8em;
  text-decoration: none;
}

#footer a, #footer a:visited
{
  color: gray;
  font-size: 1em;
  text-decoration: none;
}

#footer a:hover
{
  color: #be0000;
}
