body,html {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  background-color:#353b3a;
  background-position: 50% 5px;
  background-image:url('../images/bkg.gif'); }
body,html,table {
  font-size:11px;
  font-family:Trebuchet MS,Tahoma,sans-serif;
  color: #494f5f; }

h1,h2,h3,h4,h5,h6,p {
  text-align:left;
  margin: 0;
  padding: 5px 0 5px 0; }
h1 {
  font-size:30px; }
h2 {
  font-size:30px; }
h3 {
  font-size:24px; }
h4 {
  font-size:18px; }
h5 {
  font-size:15px; }
h6 {
  font-size:13px; }
div {
  display:block;
  margin: 0;
  padding: 0; }
a {
  color:#ff6600;
  text-decoration: underline; }
a span {
  cursor:pointer; }
a:hover {
  text-decoration:none; }
table {
  margin:10px;
  padding:0; 
  text-align:left; }
th {
  font-weight:bold;
  padding: 3px; 
  color:#ff6600; }
tr {
  padding: 3px; }
ul {
  margin:0;
  padding: 10px 10px 10px 30px; 
  list-style-type:disc; }
  
.external {
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position: 50% 0;
  background-image:url('../images/external_bkg.gif');}
.internal {
  width:100%;
  height:100%;
  background-position: 50% 0;
  background-repeat:repeat-y;
  background-image:url('../images/main_bkg.gif');  
  text-align:center; }
.content {
  display:block;
  float:none;
  clear:both;
  margin: 0 auto 0 auto;
  width:900px; 
  text-align:left; }
.clear {
  clear:both; }

label.validate_bad {
  color: #f22; }
input.validate_bad,textarea.validate_bad {
  border-bottom: 1px solid #f22 !important; }
span.validate_bad {
  display:none; }

#logo,#menu,#header,#main {
  position:relative;
  float:left;
  clear:both;
  width:100%;
  background-position: 50% 0;
  background-repeat:no-repeat;  }

#logo {
  height:97px;
  text-align:center;
  background-image:url('../images/logo_bkg.gif'); }
#logo h1 {
  display:block;
  position:relative;
  float:none;
  clear:both; 
  margin: 0 auto 0 auto;
  padding: 0;
  width:950px;
  height:97px; 
  text-align:left; }
#logo h1 a {
  display:block;
  position: absolute;
  top:38px;
  left:46px;
  margin:0;
  padding: 0;
  border: 0;
  width:362px;
  height:55px;
  background-position: 0 0;
  background-repeat:no-repeat;
  background-image:url('../images/logo.gif'); }
#logo h1 a span {
  display:none; }

#menu {
  height:74px;
  background-image:url('../images/menu_bkg.gif'); }
#menu ul {
  display:block;
  position:relative;
  top:18px;
  left:10px;
  float:none;
  clear:both;
  margin: 0 auto 0 auto !important; 
  margin:0;
  padding: 0;
  list-style:none;
  width:950px;
  height:47px;
  background-color:#fff; }
#menu ul li {
  display:block;
  float:left;
  clear:none;
  margin: 0 2px 0 0;
  padding: 0;  }
#menu ul li a {
  display:block;
  float:left;
  clear:none;
  margin: 0;
  padding:0;
  font-size:18px;
  font-weight:bold;
  text-decoration:none;
  color:#494f5f;
  background-position: 0 0;
  background-repeat:no-repeat;
  background-image:url('../images/menu_a.gif'); }
#menu ul li a span {
  display:block;
  float:left;
  clear:none;
  margin: 0;
  padding: 0 15px 0 15px;
  height:47px;
  line-height:47px;
  cursor:pointer;
  background-position: 100% 0; 
  background-repeat:no-repeat;
  background-image:url('../images/menu_span.gif'); }
#menu ul li a:hover {
  text-decoration: none;
  background-image:url('../images/menu_a_active.gif'); }
#menu ul li a:hover span {
  background-image:url('../images/menu_span_active.gif'); }

#header {
  height:130px;
  background-image:url('../images/header_bkg.gif'); }
#header h2 {
  padding-top: 50px; }
#header a#subscribe_rss {
  display:block;
  float:right;
  clear:none;
  border: 1px solid #f2f2f2;
  margin: 20px 0 0 0;
  padding: 81px 2px 2px 2px;
  background-position: 50% 0;
  background-repeat:no-repeat; 
  background-image:url('../images/sidebar_rss_cube.gif');
  color: #494f5f;
  font-size: 18px; 
  text-decoration: none; 
  text-align:center;
  white-space:nowrap; }
#header a#subscribe_rss:hover {
  text-decoration: none; }

#main {
  background-position: 50% 6px;
  background-repeat:repeat-y;
  background-image:url('../images/main_bkg.gif'); }
#main .content #sidebar {
  float:right;
  clear:none;
  width:150px; 
  margin: 10px 0 10px 0;
  background-position: 0 0 ;
  background-repeat: repeat-y;
  background-image:url('../images/border_bkg.gif'); }
#main .content #sidebar h4 {
  padding: 0 0 5px 20px; }
#main .content #sidebar ul {
  margin: 0;
  padding: 5px 0 10px 20px;
  list-style:none; }
#main .content #sidebar ul li {
  display:block;
  margin: 0;
  padding: 3px 0 3px 0;
  font-size:13px; }  
#main .content #sidebar ul li a {
  color:#ff6600;
  text-decoration:underline; }
#main .content #sidebar ul li a:hover {
  text-decoration: none; }

#main .content {
  background-color:#f2f2f2; }
#main .content #mainbar {
  float:left;
  clear:none;
  width:740px; }
#main .content #mainbar .hr_top,#main .content #mainbar .hr_bottom {
  display:block;
  float:left;
  clear:both;
  width:740px;
  height:20px;
  border:0;
  margin:0 0 10px 0;
  padding:0;
  background-position: 50% 0;
  background-repeat:no-repeat;
  background-image:url('../images/content_hr_top.gif'); }
#main .content #mainbar .hr_bottom {
  height:29px;
  margin:10px 0 10px 0;
  background-image:url('../images/content_hr_bottom.gif'); }
p#footer {
  display: block;
  width:900px;
  float:none;
  clear:both;
  padding: 50px 0 50px 0; 
  margin: 0 auto;
  background-repeat:repeat-x;
  background-position: 0 40px;
  background-image:url('../images/border_bkg.gif'); }
