* {
  margin: 0px;
  padding: 0px; 
}
body {
  background-color: #FFFFFF;
  font-family: Helvetica;
  text-align: center;
  font-size: 11px;
}
img {
  border: none;
  display: block;
  behavior:	url("pngfix/pngbehavior.htc");
}
#wrapper {
  position: relative;
  width: 908px;
  height: 490px;
  margin: auto;
}
.rel {
  position: relative;
  width: 100%;
  height: 100%;
}
.clear {
  line-height: 1px;
  font-size: 1px;
  clear: both;
}
h1 {
  color: #e2383f;
  font-size: 18px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.float_r {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

/*-------- Transparent Backgrounds & Main Containers ----------*/

#topbanner[id] {
  width: 908px;
  height: 92px;
  background-image: url(images/topbanner_bg_print.png);
}
#topbanner{
  width: 908px;
  height: 92px;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/topbanner_bg_print.png');
}
#mainmenu[id] {
  width: 908px;
  height: 40px;
  background-image: url(images/mainmenu_bg.png);
}
#mainmenu{
  display: none;
  width: 908px;
  height: 40px;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/mainmenu_bg.png');
}

#content_bg{
  width: 908px;
}
#content_bg .rel {
  width: 888px;
  margin: auto;
}

#content_top_bg{
  width: 908px;
  height: 9px;
  line-height: 1px;
  font-size: 1px;
}
#content_bottom_bg{
  width: 908px;
  height: 9px;
  line-height: 1px;
  font-size: 1px;
}
#footer[id] {
  width: 908px;
  height: 106px;
  background-image: url(images/footer_bg.png);
}
#footer{
  width: 908px;
  height: 106px;
  //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/footer_bg.png');
}

/*-------- //Transparent Backgrounds & Main Containers ----------*/


/*---Head---*/

#lang {
  display: none;
}

#logo {
  position: absolute;
  top: 16px;
  left: 36px;
  width: 255px;
  height: 69px;
}

#lang ul li {
  display: inline;
}
#lang a {
  color: #70857b;
  text-decoration: none;
  font-size: 10px;
}
#lang a:hover {
  text-decoration: underline; 
}
#banner {
  display: none;
}

/*---//Head---*/


/*---Left Column---*/

#left_column_wrapper {
  display: none;
}

/*---//Left Column---*/


/*---Content---*/

#content_wrapper {
  width: 850px;
  text-align: center;
  margin: auto;
}
#content {
  position: relative;
  margin: auto;
  text-align: left;
}
#content p {
  color: #363f3b;
  margin-bottom: 15px;
}
#content a.textlink {
  color: #e2383f;
}
#content a.textlink:hover {
  text-decoration: none;
}

/*---Sitemap---*/

.sitemap_level1 {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.sitemap_level1 li {
  list-style-type: none;
}
.sitemap_level1 li a {
  color: #363f3b;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; 
  line-height: 25px;
}
.sitemap_level1 li a:hover {
  text-decoration: underline;
}
.sitemap_level2 {
  margin-left: 20px;
  list-style: url(images/bullet.gif);
}
.sitemap_level1 .sitemap_level2 a {
  color: #6e7b70;
  line-height: 20px;
}
.sitemap_level3 {
  margin-left: 20px;
}
.sitemap_level3 li {
  list-style: url(images/bullet.gif);
}
.sitemap_level1 .sitemap_level2 .sitemap_level3 a {
  font-weight: 100;
  line-height: 16px;
}

/*---//Sitemap---*/

/*---News---*/

#content .news_row {
  width: 90%;
  margin-top: 30px;
}
#content .news_row p.nr_title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px;
  text-decoration: none;
  color: #363f3b;
}
#content .news_row p.nr_title a {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px;
  text-decoration: none;
  color: #363f3b;
}
#content .news_row p.nr_title a:hover {
  text-decoration: underline;
}
#content .news_row p.nr_date {
  color: #7c9489;
  margin-bottom: 5px;
}
#content .news_row p.nr_desc {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6e1dc;
}
#content .news_row input.btn_l {
  float: left;
  border: 0px;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_default.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 30px;
}
#content .news_row input.btn_r {
  float: right;
  border: 0px;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_default.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 30px;
}

/*---//News---*/

/*---Search---*/

.search_result table {
  border-bottom: 1px solid #d6e1dc;
  border-top: 1px solid #d6e1dc;
  margin-top: 0px;
  margin-bottom: 20px;
}
.search_result table td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #363f3b;
}
.search_result table td input.txt {
  width: 146px;
  text-indent: 3px;
  color: #566660;
}
.search_result table td select {
  width: 150px;
  text-indent: 3px;
  color: #566660;
}
.search_result table td input.btn {
  border: 0px;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_default.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}
.search_result p {
  margin-bottom: 0px;
}
.search_result a.sr_title {
  font-size: 12px;
  color: #566660;
  font-weight: bold;
}
.search_result p.sr_desc {
  margin-left: 10px;
}
#sr_btn {
  margin-top: 30px;
}
#content .search_result input.btn_l {
  float: left;
  border: 0px;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_default.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 30px;
}
#content .search_result input.btn_r {
  float: right;
  border: 0px;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_default.gif);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 30px;
}

/*---//Search---*/

/*---GallupResults---*/

.gallup_result {
  width: 270px;
  float: left;
  
}
.gallup_result .table_result {
  text-align: left;
}
.gallup_result .table_result td.title,
.gallup_result p.title {
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #363f3b;
}
.gallup_result .table_result td.percent {
  font-size: 16px;
  font-weight: bold;
  width: 50px;
  text-align: center;
  color: #C20000;
}
.gallup_result .table_result td.option,
#content .gallup_result p.option {
  font-weight: bold;
  padding-left: 3px;
  color: #566660;
}
#content .gallup_result p.option input {
  vertical-align: middle;
  margin-right: 5px;
}
input.btn_ {
  border: 0px;
  float: left;
  width: 80px;
  height: 22px;
  background-image: url(images/btn_poll.gif);
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 5px;
}
.gallup_result .result_bar {
  margin-bottom: 10px;
}
.gallup_result .result_bar td {
  background-color: #C20000;
  font-size: 1px;
  line-height: 1px;
  height: 6px;
}
/*---//GallupResults---*/

/*---GallupList---*/

.gallup_list {
  width: 270px;
  float: right;
  margin-top: 10px;
  padding-left: 15px;
  border-left: 1px solid #d6e1dc;
}
#content .gallup_list .g_list_title {
  font-weight: bold;
  padding-top: 10px;
}
#content .gallup_list .g_list_item {
  font-weight: bold;
  color: #566660;
  margin: 0px;
  padding: 0px;
}
#content .gallup_list .g_list_item {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  
}
#content .gallup_list .g_list_link {
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6e1dc;
}

/*---//GallupList---*/

/*---Feedback---*/

.feedback {
  width: 400px;
}
.feedback input.txt {
  width: 200px;
  color: #566660;
}
.feedback textarea {
  width: 200px;
  height: 200px;
  color: #566660;
}

/*---//Feedback---*/

/*---//Partners---*/

#content table.partners {
  margin-top: 20px;
  margin-bottom: 20px;
}
#content table.partners td {
  padding: 20px;

}
#content table.partners p {
  margin: 0px;
  padding: 0px;
}
#content table.partners p img {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
#content table.partners p.title {
  font-weight: bold;
  margin-bottom: 5px;
}

/*---//Partners---*/

/*---//Content---*/

/*---SendPrint---*/

#sendprint {
  display: none;
}

/*---//SendPrint---*/

/*---Footer---*/

#footer_l {
  float: left;
  width: 205px;
  height: 70px;
  margin-top: 16px;
  text-align: left;
}
#footer_l p {
  color: #FFFFFF;
  margin-left: 20px;
  line-height: 12px;
}
#footer_c {
  display: none
}
#footer_r {
  display: none;
}
p.copyright {
  position: absolute;
  bottom: 45px;
  right: 25px;
  color: #FFFFFF;
}

/*---//Footer---*/

