
@import "mainlayout.css";
@import "header.css";
@import "nav2.css";
@import "innerlayout.css";
@import "formatting.css";
@import "form.css";

* {margin: 0; padding: 0; border: 0;}
html {height: 100%;}
body {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  background: #fff url("/img/bg_toprepeat.jpg") repeat-x;
}

div.contact_map {overflow: visible;}
div.contact_map div {overflow: visible;}
.center {width: 100%; text-align: center;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.clearboth {clear: both; height: 0px; width: 0px; padding: 0; margin: 0; border; 0;}
.noclear {clear: none;}
.bgbot a {text-decoration: none; font: 10px sans-serif; color: #ccc;}
.bgbot a:hover {color: #caa;}
.bgbot a:visited {color: #ccc;}
.float {display: inline; float: left;}
.clear {clear: both;}
noscript {font: 12px/18px Trebuchet MS, sans-serif; color: #666; text-align: center; padding: 10px; display: block; font-style: italic;} 

/******************************************************************************
* News section stuff
******************************************************************************/
table.news_menu {width: 199px;}
table.news_menu td {height: 22px; text-align: left; vertical-align: middle; padding-left: 25px; font: 12px/12px Trebuchet MS, Arial, sans-serif;}
td.news_option {background: url(/img/news_menu_item.jpg) no-repeat top left; color: #0F2A55;}
td.news_option a { color: #0F2A55; font: 12px/12px Trebuchet MS, Arial, sans-serif; text-decoration: none;}
td.news_option_on {background: url(/img/news_menu_item_on2.jpg) no-repeat top left; color: #FFF;}
td.news_option_hover {background: url(/img/news_menu_item_on2.jpg) no-repeat top left; color: #FFF; cursor: pointer;}
td.news_option_hover a { color: #FFF; text-decoration: none;}
div.news_main {padding: 20px 30px 30px 30px;}
div.news_main p {padding-top: 15px; font: 15px/20px Trebuchet MS, sans-serif; color: #666;}
div.news_main p a {font: bold 15px/20px Trebuchet MS, sans-serif; color: #1A9F12; text-decoration: none;}
div.news_right {padding: 20px;}
div.news_right p {padding-bottom: 20px;}
div.news_right p.news_selected {color: #0E244D; text-decoration: underline;}
div.news_right a {color: #0E244D; font-size: 10px; line-height: 10px; text-decoration: none;}

/******************************************************************************
* Friends Page
******************************************************************************/
.friend_link_class {font: normal 12px/18px Trebuchet MS, sans-serif; color: #666; text-decoration: none; cursor: pointer;}
.friend_link_class:hover {color: #1A9F12;}
.friend_content_class {font: normal 12px/18px Trebuchet MS, sans-serif; color: #666;}
.friend_content_class p {font: normal 12px/18px Trebuchet MS, sans-serif; color: #666; margin-top: 10px;}

/******************************************************************************
* Heroes Page
******************************************************************************/
a.hero_link {color: #000080; text-decoration: underline; font: Trebuchet MS, sans-serif;}


