html, body {

}
body {
	margin: 0;
	padding: 0;
    font-family: helvetica, verdana, arial;
    background: #000;
}

p {
	font-family: Tahoma, Verdana, Arial;
}


.page_header {
  background: url('images/page_head_bg.jpg') no-repeat;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 10px;
}


td{
font-family:verdana;
font-size:8pt;
}


#keywords_input, INPUT.mailinglist {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}



/* Radioactive Styles */
#page_container {
  width: 1000px;
}

#main_page_block {
   background: url('images/page_bg.jpg') top center no-repeat #000; 
}

#logo_container {
  margin-top: 22px;
  height: 149px;
  margin-bottom: 23px;
  margin-left: 75px;
  text-align: left;
}

#col_and_main_table {
  margin-left: 75px;
}

#main_page_content {
  font-size: 14px;
  color: #dad5d5;
  border: 1px solid white;
  text-align: left;
}

#main_page_content_inner {
  margin: 10px;
}

#main_height_spacer {
  height: 480px;
  width: 20px;
}

#footer {
  height: 40px;
  line-height: 40px;
  font-size: 11px;
}

#footer_left {
  width: 300px;
  float: left;
  color: #fff;
  text-align: left;
  margin-left: 80px;
}

#footer_left, #footer_left a, #footer_right, #footer_right a {
  color: #fff;
  text-decoration: none;
}

#footer_right {
  width: 300px;
  float: right;
  color: #fff;
  text-align: right;
  margin-right: 250px;
}
/* Infobox Styles */

.side_box {

}

.side_box_top {
}


.side_box_bottom {
}

.side_box_content {
}


.side_box_content form {
}

.nav_link {
  width: 134px;
  height: 42px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 42px;
  display: block;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.nav_link:hover {
  background: #fd2901;
  color: #000;
}

.sub_nav_link {
  display: block;
  text-decoration: none;
  color: #fb490e;
  font-size: 14px;
  border-bottom: 1px dotted #fb490e;
  padding: 10px 0;
}

.sub_nav_link:hover {
 color: #C00110;	
}

.sub_nav_link img {
  position: relative;
  top: 2px;
}

.sub_nav_link_selected {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px dotted #fb490e;
  padding: 10px 0;

}

.sub_nav_link_selected:hover {
 color: #C00110;	
}

/* Infobox Styles EOF */

#tweet_box {
  text-align: left;
}


.tweet_head {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
}

.tweet {
  color: #fff;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 20px;
  padding-top: 20px;
}
.tweet a {
  color: #fff;
  text-decoration: none;
}

.tweet a:hover {
  text-decoration: underline;
}



/* Radioactive Styles EOF */