body {
  color: #003;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #d30;
  margin: 8px;
  width: 930px;
  text-align:center;
  margin: 0 auto;
}

td, th {
/*   color: #003; */
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border-width: 0px;
  vertical-align: middle;
}

a {
  color: #ff0;
  text-decoration: none;
}
a:active {
  color: #ff0;
  text-decoration: none;
}
a:visited {
  color: #ff0;
  text-decoration: none;
}

a:hover {
  color: #c00;
}

input[type=text], input[type=password], input[type=file], select {
  background-color: #fff;
  color: #003;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;

}

textarea {
  background-color: #fff;
  color: #003;
  font-size: 12px;
  font-family: Lucida Console, Andale Mono, Courier New, Courier;
}

input[type=submit] {
  border: 1px dotted #003;
  background-color: #003;
  color: #fff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

input {
  vertical-align: middle;
}

#top {
  width: 100%;
  background: #003;
}
#top a {
  color: #ff0;
}
#top a:hover {
  color: #fff;
}
#toptable {
  width: 100%;
  padding: 0 5px;
}
#toptable td {
  color: #ff0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}
#banner {
  width: 100%;
  height: 150px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #003;
  background-image: url(images/banner.png);
  background-repeat: no-repeat;
}
#bannerad {
  float: right;
  width: 469px;
  height: 57px;
  margin: 15px 15px 0 0;
  border: 2px solid #fff;
}
#login {
  width: 469px;
  clear: right;
  float: right;
  color: #ff0;
  font-size: 9pt;
  vertical-align: middle;
  margin-top: 10px;
}
#login div {
  width: auto;
  height: 100%;
  float: right;
  margin: 6px 4px 0 0;
  vertical-align: middle;
}
#login div.form {
  float: left;
  font-weight: bold;
  margin-top: 15px;
}
#login div.welcome {
  float: left;
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 15px;
}
#login div input {
  vertical-align: middle;
  width: 70px;
}
#login div input.go {
  height: 20px;
  width: 22px;
}
#horiznav {
  width: 100%;
  height: 19px;
  background: #003;
  text-align: center;
  color: #ff0;
  font-size: 9pt;
  font-weight: bold;
}
#horiznav ul {
  list-style: none;
  width: 100%;
  vertical-align: middle;
}
#horiznav ul li {
  float: left;
  padding: 2px 14px 2px 14px;
  border-right: 1px dotted #fff;
  /* border-left: 1px solid #fff; */
  vertical-align: middle;
}
#horiznav ul li a {
  color: #fff;
}
#horiznav ul li a:hover {
  color: #c00;
}
#main {

  margin: 0;
  float: left;
  padding: 4px 2px;
  background-color: #6088ee;
  background-image: url(images/bg2.png);
  border-bottom: 2px solid white;
}
#middlewrapper {
  width: 100%;
/*  float: left; */
}
#middlewrapper tr td {
  vertical-align: top;
}
#middle {
/*  float: left;
  margin: 0 2px 0 146px; */
  width: 100%;
  padding: 0 5px;
  text-align: left;
  font-size: 9pt;
  font-family: Helvetica, Arial, sans-serif;
}

#middle h1 {
  min-height: 18pt;
  line-height: 18pt;
  background-color: #003;
  padding: 3px;
  margin: 0 0 10px 0;
  color: #ff0;
  font-size: 18pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#middle h1.navigate {
  min-height: 18pt;
  line-height: 18pt;
  font-size: 15pt;
  margin: 0 0 3px 0;
}
#middle h2 {
  min-height: 10pt;
  line-height: 10pt;
  background-color: #003;
  padding: 3px;
  margin: 0 0 2px 0;
  color: #ff0;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#middle h3 {
  line-height: 16pt;
  font-size: 16pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}

#left {
  width: 140px;
  padding: 0;
/*  margin-left: -100%; 
  float: left;
  display: block; */
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftmenu ul {
  width: 100%;
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
#leftmenu ul li {
  margin: 0 0 2px 0;
  padding: 0;
  background-color: #003;
}
#leftmenu ul li a {
  display: block;
  width: 136px;
  padding: 3px 2px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
#leftmenu ul li a:hover {
  color: #003;
  background-color: #ff0;
  text-decoration: none;
}
#leftmenu ul li.blank {
  padding: 3px 2px;
}
#leftmenu ul li a.small {
  width: 130px;
  padding: 3px 2px 3px 8px;
  font-size: 7.5pt;
}
#left p {
  margin: -4px 0 0 0;
  padding: 0;
}
#left div input {
  vertical-align: middle;
  width: 110px;
  margin: 0 2px 0 0;
}
#left div input.go {
  margin: 0;
  width: 22px;
  height: 20px;
}
#right {
  width: 180px;
  padding: 0;
/*  float: left;
  display: block;
  margin-left: -180px; */
}
#right p {
  margin: 0 0 5px 0;
}
#right select {
  width: 180px;
  color: #ff0;
  background-color: #003;
  font-size: 9pt;
  font-weight: bold;
  vertical-align: middle;
}
#right input.go {
  height: 20px;
  width: 22px;
  vertical-align: middle;
  margin: 0;
}
#right div {
  margin: 0 0 2px 0;
  padding: 0;
}
#right div h1 {
  width: 180px;
  color: #ff0;
  padding: 0;
  margin: 0 0 2px 0;
}
#right div a {
  padding: 0;
  height: 108px;
}
#right div h1 a {
  display: block;
  height: auto;
  width: 174px;
  color: #ff0;
  background: none #003;
  min-height: 12pt;
  line-height: 12pt;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 2px 3px;
}
#right div h1 a:hover {
  background-color: #ff0;
  color: #003;
}
#right div:hover h1 a {
  background-color: #ff0;
  color: #003;
}
#right div a img {
  display: block;
  width: 179px;
  height: 110px;
  margin: 0;
  border: 0;
}
#bottom table {
  width: 100%;
}
#bottom table td {
    margin: 0 0 2px 2px;
    padding: 0;
    height: 145px;
    color: #006;
    font-size: 8pt;
    line-height: 7.5pt;
    font-family: Helvetica, Arial, sans-serif;
    text-align: justify;
}
#bottom table td.small {
    width: 98px;
    height: 128px;
}
#bottom table td h1 {
    width: 100%;
    color: #ff0;
    margin: 0 0 2px 0;
    overflow: hidden;
}
#bottom table td h1 a {
    width: 100%;
    line-height: 12pt;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 2px 3px;
    color: #ff0;
    background: none #003;
}
#bottom table td h1 a:hover {
    color: #003;
    background-color: #ff0;
}
#bottom table td.small h1 a {
    font-size: 7pt;
}
#bottom table td p {
    margin: 0;
    padding: 0;
}
#bottom table td img {
    width: 130px;
    height: 122px;
    float: left;
    padding: 0;
    margin: 0 2px 0 0;
}
#bottom table td.small img {
    width: 98px;
    height: 122px;
    margin: 0;
}

#footer {
/*  height: 100px; */
/*  background-color: #003; */
  background-image: url(images/footer.png);
  color: #69f;
  font-size: 9pt;
/*  font-style: italic;*/
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
}
#logo {
  float: left;
  position: relative;
  top: 18px;
  left: 10px;
}
#address {
  position: relative;
  bottom: 0;
  right: 5px;
  color: #ff0;
  font-size: 9pt;
  font-weight: normal;
  text-align: right;
}
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.divl { float: left; display: inline; }
.divr { float: right; display: inline; }
.clear { clear: both; height: 2px; overflow: hidden; }
input.go {
  height: 20px;
  width: 22px;
  vertical-align: middle;
  margin: 0;
}

/* new styles */

#phorum-index
{
  width: 100%;
  border: 1px solid #003;
  border-bottom-width: 0px;
  text-align: left;
}

#phorum-index th
{
  border-bottom: 1px solid #003;
  background-color: #003;
  color: #fff;
  padding: 3px 0 3px 0;
}

#phorum-index td
{
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #003;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #003;
}

#phorum-index th.forum-name
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 3px 0 3px 3px;
}

#phorum-index th.forum-name a
{
  color: Black;
}

#phorum-index th.forum-threads
{
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

#phorum-index th.forum-posts
{
  width: 120px;
  text-align: center;
  vertical-align: middle;
}

#phorum-index th.forum-last-post
{
  padding: 3px 15px 3px 3px;
  vertical-align: middle;
}

#phorum-index td.forum-name
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0 5px 15px;
}

#phorum-index td a
{
  color: #003;
}
#phorum-index td a:hover
{
  color: #c00;
}

#phorum-index td.forum-name p
{
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 15px 0 0;
}

#phorum-index td.forum-name small
{
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

#phorum-index td.forum-threads
{
  width: 120px;
  text-align: center;
}

#phorum-index td.forum-posts
{
  width: 120px;
  text-align: center;
}

#phorum-index td.forum-last-post
{
  width: 120px;
  padding: 0 15px 0 0;
}

#phorum-menu-table
{
  width: 100%;
  border-width: 0px;
}

#phorum-menu-table a
{
  color: #003;
}
#phorum-menu-table a:hover
{
  color: #c00;
}

#phorum-menu
{
  padding: 5px 3px 0 0;
  vertical-align: top;
  width: 200px;
}

#phorum-content
{
  padding: 5px 0 0 2px;
  vertical-align: top;
}

div.phorum-menu
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  border: 1px solid #003;
  padding: 3px;
}

div.phorum-menu ul
{
  font-weight: bold;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

div.phorum-menu li
{
  font-weight: bold;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;
  padding: 0 0 0 15px;
  margin-top:3px;
  background-image: url('images/square_bullet.png');
  background-repeat: no-repeat;
  background-position: 1px 2px;
}

div.phorum-menu a
{
  font-weight: normal;
  color: #fff;
}

div.phorum-menu a:hover
{
  color: #c00;
}

div.phorum-menu a.phorum-current-page
{
  font-weight: bold;
}

#phorum-post-form ul
{
  padding: 0 0 0 20px;
  margin: 3px 0px 8px 0px;
  font-size: 11px;
}

#phorum-post-form li
{
  margin-bottom: 3px;
}

#phorum-attachment-list td
{
  font-size: 11px;
}

  /* Standard classes for use in any page */
  /* PhorumDesignDiv - a div for keeping the forum-size size */
.PDDiv
{
  width: 100%;
  text-align: left;
}
  /* new class for layouting the submit-buttons in IE too */
.PhorumSubmit {
  border: 1px dotted #003;
  color: #fff;
  background-color: #003;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
}

.PhorumTitleText {
  float: right;
}

.PhorumStdBlock {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  border: 1px solid #003;
/*  width: 100%; */
  padding: 3px;
  text-align: left;
  color: #003;
}

.PhorumStdBlockHeader {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #003;
/*  width: 100%; */
  border-left: 1px solid #003;
  border-right: 1px solid #003;
  border-top: 1px solid #003;
  padding: 3px;
  text-align: left;
}

.PhorumHeaderText {
  font-weight: bold;
}

.PhorumNavBlock {
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  border: 1px solid #003;
  margin-top: 1px;
  margin-bottom: 1px;
  /* width: 100%; */
  background-color: #003;
  color: #fff;
  padding: 2px 3px 2px 3px;
}

.PhorumNavHeading
{
  font-weight: bold;
}

.PhorumSelectedFolder
{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;
  border-style: solid;
  border-color: #003;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
}

a.PhorumNavLink:hover
{
  background-color: #fff;
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;
  border-style: solid;
  border-color: #003;
  border-width: 1px;
  color: #c00;
}

a.PhorumNavLink:visited
{
  color: #fff;
}
a.PhorumNavLink:hover
{
  color: #c00;
}


.PhorumFloatingText
{
  padding: 10px;
}

.PhorumHeadingLeft
{
  padding-left: 3px;
  font-weight: bold;
}

.PhorumUserError
{
  padding: 10px;
  text-align: center;
  color: Red;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.PhorumOkMsg
{
  padding: 10px;
  text-align: center;
  color: DarkGreen;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

   .PhorumNewFlag
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #c00;
}

.PhorumNotificationArea
{
  float: right;
  border-style: dotted;
  border-color: #003;
  border-width: 1px;
}

  /* PSUEDO Table classes  */
  /* In addition to these, each file that uses them will have a */
  /* column with a style property to set its right margin  */

.PhorumColumnFloatXSmall
{
  float: right;
  width: 75px;
}

.PhorumColumnFloatSmall
{
  float: right;
  width: 100px;
}

.PhorumColumnFloatMedium
{
  float: right;
  width: 150px;
}

.PhorumColumnFloatLarge
{
  float: right;
  width: 200px;
}

.PhorumColumnFloatXLarge
{
  float: right;
  width: 400px;
}

.PhorumRowBlock
{
  background-color: #fff;
  border-bottom: 1px solid #003;
  padding: 5px 0px 0px 0px;
}

.PhorumRowBlockAlt
{
  background-color: #eee;
  border-bottom: 1px solid #003;
  padding: 5px 0px 0px 0px;
}

  /************/


  /* All that is left of the tables */

.PhorumStdTable {
  width: 100%;
  border-style: solid;
  border-color: #003;
  border-width: 1px;
}
  
.PhorumStdTable a
{
  color: #003;
}
.PhorumStdTable a:hover
{
  color: #c00;
}
.PhorumStdTable a:visited {
  color: #003;
}

.PhorumTableHeader
{
  background-color: #003;
  border-bottom-style: solid;
  border-bottom-color: #003;
  border-bottom-width: 1px;
  color: #fff;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-weight: bold;
  padding: 3px;
}

.PhorumTableRow
{
  background-color: #fff;
  border-bottom-style: solid;
  border-bottom-color: #003;
  border-bottom-width: 1px;
  color: #003;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  height: 35px;
  padding: 3px;
}

.PhorumTableRowAlt
{
  background-color: #eee;
  border-bottom-style: solid;
  border-bottom-color: #003;
  border-bottom-width: 1px;
  color: #003;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  height: 35px;
  padding: 3px;
}
.PhorumStdBlockHeader .PhorumFormTable td
{
  color: #fff;
}
table.PhorumFormTable td
{
  height: 26px;
}

  /**********************/


  /* Read Page specifics */

.PhorumReadMessageBlock
{
  margin-bottom: 5px;
}
  
.PhorumReadMessageBlock a
{
  color: #003;
}
.PhorumReadMessageBlock a:visited {
  color: #003;
}
.PhorumReadMessageBlock a:hover
{
  color: #c00;
}

   .PhorumReadBodySubject
{
  color: Black;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 3px;
}

.PhorumReadBodyHead
{
  padding-left: 5px;
}

.PhorumReadBodyText
{
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
}

.PhorumReadNavBlock
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  border-left: 1px solid #003;
  border-right: 1px solid #003;
  border-bottom: 1px solid #003;
  width: 100%;
  background-color: #003;
  color: #fff;
  padding: 2px 3px 2px 3px;
}
  

  /********************/

  /* List page specifics */

.PhorumListSubText
{
  color: #003;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.PhorumListPageLink
{
  color: #003;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.PhorumListSubjPrefix
{
  font-weight: bold;
}

  /********************/

  /* Posting editor specifics */

.PhorumListModLink, .PhorumListModLink a
{
  color: #003;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.PhorumAttachmentRow {
  border-bottom: 1px solid #eee;
  padding: 3px 0px 3px 0px;
}

  /********************/

  /* PM specifics */

.phorum-recipientblock
{
  border: 1px solid black;
  position:relative;
  float:left;
  padding: 1px 1px 1px 5px;
  margin: 0px 5px 5px 0px;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #003;
  white-space: nowrap;
}

.phorum-pmuserselection
{
  padding-bottom: 5px;
}

.phorum-gaugetable {
  border-collapse: collapse;
}

.phorum-gauge {
  border: 1px solid #003;
  background-color: #003;
}

.phorum-gaugeprefix {
  border: none;
  background-color: white;
  padding-right: 10px;
}

  /********************/

  /* Override classes - Must stay at the end */
a.PhorumNavLink
{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;
  border-style: solid;
  border-color: #003;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
}

.PhorumNarrowBlock
{
  width: 400px;
}

.PhorumSmallFont
{
  font-size: 11px;
}

.PhorumLargeFont
{
  color: #003;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}


.PhorumFooterPlug
{
  margin-top: 10px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}



  /*   BBCode styles  */

blockquote.bbcode
{
  font-size: 11px;
  margin: 0 0 0 10px;
}

blockquote.bbcode div
{
  margin: 0;
  padding: 5px;
  border: 1px solid #003;
}

blockquote.bbcode strong
{
  font-style: italic;
  margin: 0 0 3px 0;
}

table, dl, dd, dt, ul, img, div, li, form {
  margin: 0;
  padding: 0;
}

dt {
    font-size: 12pt;
    font-weight: bold;
    margin: 5px 0
}

#news h1 .small {
  float: right;
  font-size: 8pt;
  padding: 1px;
}
#ticker {
  height: 10pt;
  line-height: 10pt;
  background-color: #003;
  padding: 2px 3px 4px 3px;
  margin: -6px 0 4px 0;
  color: #ff0;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#news div.front {
	padding: 0 2px 0 0;
	margin: 0 0 1px 0;
	height: 110px;
	overflow: hidden;
}
#news div.front div.brief {
	padding: 0;
	margin: 0;
	height: 92px;
	overflow: hidden;
}
#news div.front div.brief p {
	margin: 0;
	padding: 0;
}
#news div.front img {
	width: 150px;
	height: 107px;
	float: left;
	margin: 1px 2px 0 0;
}
#news div.front div.more {
	clear: right;
	float: right;
	text-align: right;
}
#news div.front div.more a {
	width: auto;
	height: auto;
	color: #c00;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#news div.front div.more a:hover {
	color: #c00;
}

#gallerys, #pictures {
	width: 100%;
	overflow: hidden;
}
#gallerys div {
	width: 144px;
	height: 144px;
	float: left;
	margin: 0 3px 6px 0;
	padding: 0;
}
#gallerys div h3 {
	width: 144px;
	padding: 0;
	margin: 0 0 2px 0;
}
#gallerys div h3 a {
	display: block;
	height: 19pt;
	overflow: hidden;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 3px 4px 3px;
	color: #ff0;
	background-color: #003;
}
#gallerys div h3 a:hover {
	color: #003;
	background-color: #ff0;
}
#gallerys div:hover > h3 a {
	color: #003;
	background-color: #ff0;
}
#gallerys div img {
	width: 144px;
	height: 108px;
}
#pictures div {
	float: left;
	width: 146px;
	height: 110px;
}
#pictures div img {
	width: 144px;
	height: 108px;
	margin: 1px;
}
#full {
	width: 100%;
}
#middle p a {
  color: #c00;
}
#middle p a:hover {
  color: #003;
}
#middle h1 a, h2 a {
  color: #ff0;
}
#middle h1 a:hover, h2 a:hover {
  color: #c00;
}
#unitinfo {
    width: 100%;
    border-collapse: collapse;
    font-size: 13pt;
}
#unitinfo th {
    color: #ff0;
    background-color: #003;
    text-align: left;
    padding: 2px;
}
#unitinfo a {
    color: #c00;
}

