body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #282828;
  padding: 0;
  margin: 0;
  color: black;
  font-size: 12px;
  color: #ACACAB;
}

h3 {
  font-size: 20px; 
}

.vcp #container {
  width: 990px;
  margin: 0 auto;
  padding: 0;
  background: #000000 url("../images/bg_main.png");
}

.vcp #sub_container {
  margin: 0 20px;
  padding: 0;
  background: transparent;
}

.vcp #header {
  height: 120px;
  width: auto;
  background: transparent;
}

.vcp #header #logo {
  width: 244px;
  height: 120px; float : left;
  background: url("../images/logo.png") no-repeat;
  float: left;
}

.vcp #header #info {
  width: 706px;
  float: right;
  text-align: right;
  color: #E5A00F;
}

.vcp #header #info #language {
  height: 90px;
}

.vcp #header #info #content {
  height: 30px;
}

.vcp #nav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: transparent;
	font-size: 16px;
	font-weight: bold;
}

* html .vcp #nav ul { /*IE only rule, reduce menu width*/
  width: 99%;
}

.vcp #nav ul li {
  display: inline;
}

.vcp #nav ul li a {
  float: left;
  color: #ffffff;
  padding: 8px 12px 5px 12px;
  text-decoration: none;
  background: transparent;
	font-size:13px;
}

.vcp #nav ul li a:visited {
  color: #ffffff;
}

.vcp #nav ul li a:hover {
  color: #ffffff;
  background:url(bg_nav_hover.gif) repeat-x;
}

.vcp #banner #banner_content {
  width: 630px;
  overflow: auto;
  height: 240px;
  padding: 5px 10px;
  color: #ACACAB;
}

.vcp #body_content {
  clear: both;
  color: #ACACAB;
}

.vcp #body_content #sidebar_left #content {
  margin: 5px;
  padding: 0;
  width: 238px;
  background: #000000;
  color: #ACACAB;
}

.vcp #body_content #sidebar_left #content .moduletable_left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.vcp #body_content #sidebar_left #content .moduletable_left ul li a:link,
.vcp #body_content #sidebar_left #content .moduletable_left ul li a:visited {
  color: #ACACAB;
  text-decoration: none;
  padding: 0 0 0 25px;
}

.vcp #body_content #sidebar_left #content .moduletable_left ul li a:hover {
  text-decoration: underline; 
}

.vcp #body_content #sidebar_right {
  float: left;
  width: 277px;
  background: #000000;
  padding: 0;
  margin: 0;
}

.vcp .text_bold {
  font-weight: bold;
}

TABLE.contentpaneopen {
  width: 100%;
}

.vcp #body_content #sidebar_right #banner_right IMG {
  border: 0px;
}

.vcp #body_content #sidebar_right #banner_right a:link, .vcp #body_content #sidebar_right #banner_right a:visited {
  color: #ACACAB;
  text-decoration: none; 
}

.vcp #body_content #sidebar_right #banner_right a:hover {
  text-decoration: underline;
}

a:link, a:visited {
  color: #ACACAB;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline;
}

.vcp .contact_email #contact_text {
  width: 90%;
}

.vcp #component-contact {
  padding: 5px;
}

.vcp #banner {
  margin: 8px 0 26px 0;
  height: 260px;
  background: url("../images/eye.jpg") no-repeat top right;
  width: auto;
  border: 1px solid #363835;
  height: 260px;
  padding: 0;
}

.vcp #nav {
  height: 35px;
  background: url(bg_nav.gif) repeat-x;
  width: auto;
 /* border-left: 3px solid #BAC75E;
  border-right: 3px solid #BAC75E;*/
}

.vcp #body_content #sidebar_left #content .moduletable_left {
  background: url("../images/f_bg_footer_module.jpg") no-repeat left bottom;
  padding-bottom: 20px;
  line-height: 20px;
}

.vcp #body_content #sidebar_left #content .moduletable_left h3 {
  background: url("../images/f_bg_border_footer_title.jpg") no-repeat left bottom;
  height: 28px;
  margin: 0;
  padding: 10px 5px 5px 5px;
}

.vcp #body_content #sidebar_left #content .moduletable_left ul li {
  background: url("../images/f_comment.jpg") no-repeat;
  padding: 0;
  margin: 10px;
}


.vcp #body_content #sidebar_left #content .moduletable_left_top_bg {
  background: url("../images/f_bg_top_module.jpg") no-repeat left top;
  padding-bottom: 20px;
  line-height: 20px;
}

.vcp #body_content #sidebar_left #content .moduletable_left_top_bg h3 {
  background: url("../images/f_bg_border_footer_title.jpg") no-repeat left bottom;
  height: 28px;
  margin: 0;
  padding: 10px 5px 5px 5px;
}

TABLE.contentpaneopen .contentheading {
  background: url("../images/f_bg_border_footer_title.jpg") no-repeat left bottom;
  height: 28px;
  margin: 0;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
}

.vcp #body_content #footer {
  clear: left;
  height: 36px;
  width: auto;
  margin: 0;
  padding: 0 0 10px 0;
  background: url(bg_nav.gif) repeat-x;
  color: #111700;
}

.vcp #footer #menu_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  display: block;
}

.vcp #footer #menu_footer ul li {
  display: block;
  float: left;
  margin: 0;
  pading: 0;
  border-right: 1px solid #111700;
}

.vcp #footer #menu_footer ul li a {
  display: block;
  float: left;
  color: #111700;
  text-decoration: none;
  padding: 3px 10px 2px 10px;
}

.vcp #footer #menu_footer ul li a:hover {
  text-decoration: underline;
}

.vcp .title {
  font-family: "ITC Zapf Chancery";
  font-size: 20pt;
  color: #DEDEDE;
}

.vcp #body_content #sidebar_left {
  float: left;
  width: 250px;
  background: #407583;
  width: 250px;
}

.vcp #body_content #main_content {
  float: left;
  width: 406px;
  background: transparent;
  margin: 0 6px 0 9px;
  border: 1px #747B74 solid;
}

.vcp #body_content #sidebar_right #flash_player {
  background: #000000;
  margin: 0; 
  padding: 0;
  border-top: 1px solid #747B74;
  border-right: 1px solid #747B74;
  border-left: 1px solid #747B74;
}

.vcp #body_content #sidebar_right #banner_right {
  background: #000000;
  margin: 10px 0 0 0; 
  padding: 0;
  border: 1px solid #747B74;
  font-size: 10px;
  line-height: 25px;
}