/* This Style Sheet is here to save me a shitload of time.  Let's see if it works */

body {
  color: #111111;

  background: #FFFFFF;
  background-image: url('images/background.jpg');
  background-repeat: repeat;
  background-attachment: fixed;         /* Specifies Non-Scrolling Background */
  background-width: 100%;

  font-family:europa,arial black,eurosewide heavy,sans-serif;
  font-size: 12pt;
  font-weight: bold;

  scrollbar-face-color: #FFFFFF;        /* This is the base color of the scrollbar */
  scrollbar-highlight-color: #B1D0F0;   /* This appears to be the lighter area of the 3D effect */
  scrollbar-3dlight-color: #111111;     /* This is for the 3D effect, and is slighly darker than 'scrollbar-highligh-color */
  scrollbar-darkshadow-color: #111111;  /* This is the dark shadowed side of the 3D effect */
  scrollbar-shadow-color: #B1D0F0;      /* Extreme edge of the dark shadow area of the 3D effect */
  scrollbar-arrow-color: #111111;       /* Obviously the arrow pointers themselves.  Duh... */
  scrollbar-track-color: #FFFFFF;       /* Color for the track the scrollbar rides on */
}

a:link {color: #00A8E0; text-decoration: none}
a:visited {color: #884488; text-decoration: none}
a:hover {color: #CFCFCF; text-decoration: underline}
a:active {color: #009999; text-decoration: none}

ul.sq {list-style-type: square}
ul.oc {list-style-type: circle}
ul.di {list-style-type: disc}

hr {color:B1D0F0}

.right {text-align: right}
.center {text-align: center}

.strong {text-decoration: bold}

.quote {font-style: italic; font-variant: small-caps}
.fineprint {font-size: 75%;}



.border {
border-style: solid;
border-width: 2px 0px 2px 2px
}

.top-border {
border-style: solid;
border-width: 2px 0px 0px 0px
}

.dark {
background: #111111;
}

.medium {
background: #00A8E0;
}

.light {
background: #D1D1D1;
}


div {background:transparent;}
div.container {width:96%;}
div.content {width:inherit;background:#FFFFFF;padding: 0em 1em;border-left: 1px solid #000000;border-right: 1px solid #000000;}
div.top {width:inherit;background:transparent; padding: 5px 0px 0px 0px;}
div.bottom {width:inherit;background:transparent; padding: 0px 0px 5px 0px;}



table.main {table-layout:auto; width:100%; background-color:transparent;}
td.brd-sidebar {valign:top;}

div.blaarg-head {margin:auto; background:transparent;padding: 0em 1em;text-align:center;}
div.blaarg-foot {margin:auto; float:bottom;background:transparent;padding: 0em 1em;text-align:center;}
div.blaarg-body {margin:auto; float:left; width:auto; background:transparent; padding: 0em 1em;}
div.blaarg-left {margin:auto; float:left; width:250px; background:transparent; padding: 0em 1em;}
div.blaarg-right {margin:auto; float:right; width:15%; background:transparent; padding: 0em 1em;}

div.photo-head {margin:auto;background:transparent;padding: 0em 1em;text-align:center;}
div.photo-foot {margin:auto;background:transparent;padding: 0em 1em;text-align:center;}
div.photo-body {margin:auto;background:transparent;padding: 0em 1em;}


div.brd-head {margin:auto; background:transparent;padding: 0em 1em;text-align:center;}
div.brd-foot {margin:auto; float:bottom; background:transparent;padding: 0em 1em;text-align:center;}
div.brd-body {margin:auto; float: center; width: auto;min-width:825px; padding: 0em 1em;background:transparent;}
div.brd-left {margin:auto; float:left; width: auto;background:transparent;padding: 0em 1em;}
div.brd-right {margin:auto; float:right; width: 180px;background:transparent;padding: 0em 0em;}





