BODY {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  background: #ffffff;
  font: 9pt georgia, times, serif;
}

/* ------------ HTML HYPERLINK DEFINITIONS ---------------- */
a.main {
  color: #000;
  text-decoration: none
}
a.main:visited {
  color: #000;
  text-decoration: none
}
a.main:hover {
  color: #000;
  text-decoration: none
}

a.image {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 0 0 0;
  text-decoration: none;
}

a.big {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold
}
a.big:visited {
  color: #000;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold
}
a.big:hover {
  color: #000;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold
}

/* ------------ HTML HEADING AND PARAGRAPH DEFINITIONS ---------------- */

H1 {
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom: 1px solid #bdbdbd;
}

H2 {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  margin: 0.6em 0 0.2em 0;
}

H3 {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align:center;
}

P {
  color: #555;
  page-break-inside: avoid
}

P.strong {
  color: #000;
  font-weight: bold;
}

P.right {
  text-align: right;
}


/* ------------ HTML IMAGE DEFINITIONS ---------------- */
img {
margin: 0;
padding: 0;
border: 0;
}

img#L3 {
  margin: -5px 0 0 0;
  padding: 0;
  border: 0;
  float: center;
}

img#right {
  margin: 0 0 1em 1em;
  padding: 0 0 0 0;
  border: 1px solid #000;
  float: right;
  page-break-inside: avoid
}

img#left {
  margin: 0 0.8em 0.3em 0;
  padding: 0 0 0 0;
  border: 0;
  float: left;
}

img#span {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
  border: 1px solid #000;
  float: left;
}

img#logo {
  margin: 0.2em 0.2em 0 0.2em;
  display: inline;
  padding: 0;
  border: 0;
  float: right;
}

img#boxshots {
  margin: 0 0 15px -10px;
  display: inline;
  padding: 0;
  border: 0;
  float: left;
}

img#acro {
  margin: 0.2em 0.2em 0 0.2em;
  display: none;
  padding: 0;
  border: 0;
  float: left;
}

/* ------------ HTML TABLE DEFINITIONS ---------------- */

table {
  font-size: 8pt;
  text-decoration: none;
  border-collapse: collapse;
  border: 1px solid #000;
  page-break-inside: avoid;
  margin-bottom   : 1.0em;
  width           : 100%;
}

TR {
  color: #000066;
}

TH {
  text-decoration: none;
  padding: .2em;
  color: #000;
  border-bottom: 1px solid #999;
}

TD {
  text-decoration: none;
  padding: .2em;
}

TH#desc {
  width: 35%;
}

TH#money {
  text-align      : center;
}

TD#desc {
  width: 35%;
}

TD#money {
  text-align      : center;
}

table.invisible {
  font-size: 8pt;
  text-decoration: none;
  border-collapse: collapse;
  border: 0;
  page-break-inside: avoid;
  margin-bottom   : 1.0em;
  width           : 100%;
}

table.invisible TR {
  background: #fff;
  border-bottom   : 0px;
}

table.invisible td {
  text-align      : left;
  background      : none;
  border-bottom   : 0px;
  vertical-align  : top;
  color: #555;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
}

table.quasar {
  text-decoration : none;
  border-collapse : collapse;
  width           : 100%;
  margin-bottom   : 0;
  border          : 1px solid #000000;
}

table.quasar TR {
  background      : #fff;
}

table.quasar td {
  text-align      : left;
  background      : none;
  vertical-align  : top;
  color           : #000000;
  border          : 1px solid #bdbdbd;
  font-size       : 10px;
}

table.quasar td.center {
  text-align      : center;
}

table.quasar td.right {
  text-align      : right;
}

table.quasar th {
  font-size       : 10px;
  text-align      : center;
  background      : none;
  vertical-align  : top;
  font-weight     : bold;
  color           : #000000;
  border          : 1px solid #bdbdbd;
  padding         : .2em;
}

/* ------------ UNORDERED LISTS TOP AND SIDE NAVIGATION ---------------- */

ul.topnavigation
{
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  float: left;
  width: 100%;
  font-weight: bold;
  background-image: url("http://www.3am-solutions.com/images/masthead_bg.gif");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  border-top: 1px solid #eeeeee;
}

ul.topnavigation li
{
  margin: 0 0 0 0;
  padding: 5px 0px 6px 0px;
  display: inline;
  float: left;
  font-size: 10px;
}

ul.topnavigation a {
  text-decoration: none;
  padding: 4px 20px 5px 20px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #555555;
  color: #000066;
}

ul.topnavigation a.topSelected {
  text-decoration: none;
  padding: 4px 20px 5px 20px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  color: #000000;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul.topnavigation a:hover {
  text-decoration: none;
  background: #cacaca;
  border-bottom: 1px solid #cacaca;
}

ul.topnavigation a.topSelected:hover {
  text-decoration: none;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}

ul.sidenavigation
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

ul.sidenavigation li
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline;
}

ul.sidenavigation p
{
  margin: 0 0 0 0;
  padding: 6px 5px 6px 5px;
  display: block;
  border-bottom: 1px solid #bdbdbd;
  background: #f3f3f3;
}

ul.sidenavigation a
{
  margin: 0 0 0 0;
  padding: 6px 5px 6px 5px;
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #bdbdbd;
  background: #f3f3f3;
}

ul.sidenavigation a:hover
{
  background: #cacaca;
}

UL.main li {
  text-decoration: none;
  list-style-type: square;
  padding-bottom: 0.8em;
  list-style-position: outside;
}

/* ------------ MAIN CONTAINER DEFINITIONS ---------------- */

#container
{
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #fff;
}

#topnav
{
  display: none;
}

#sidenav {
  display: none;
}

#content {
  margin-top: 60px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0;
  background: #fff;
  /*background-image: url("http://www.3am-solutions.com/images/advert-476px.jpg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: 5px 0;*/
}

#widecontent {
  margin-top: 60px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#leftwidecontent {

  margin-top: 60px;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#fullcontent {
  clear: both;
  margin-left: 1px;
  margin-right: 0px;
  margin-bottom: 0;
  background: #fff;
}

#news {
  display: none;
}

#news H1 {
  color: #000066;
  font-size: 14px;
  margin: 0 0 6px 0;
  display: block;
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #ececec;
  border-bottom: 0;
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}

#sponsors {
  display: none;
}

#sponsors H1 {
  color: #000066;
  font-size: 14px;
  margin: 0 0 6px 0;
  display: block;
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-color: #ececec;
  border-bottom: 0;
  font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
}



#screenOnly {
  display: none;
}

#printOnly {
  margin-right: 0;
  position: absolute;
  right: 0px
}

#footer {
  padding-top: 0;
  text-align: center;
  font-size: 7pt;
  color: #aaa;
  margin-top: 3em;
  border-top: 1px solid #999;
  /* try the following - extracted from <http://archivist.incutio.com/viewlist/css-discuss/15149>  */
  /*
  display: block;
  position: fixed;
  bottom: 0;
  */
}

#footer p {
  margin: 0 0 0 0;
  padding: 3px 0 3px 0;
  text-align: center;
  color: #aaa;
  font-size: 7pt;
}

#breadcrumb {
 clear            : both;
 margin           : 0px 0 3px 0;
 padding          : 5px 0 3px 0;
 background-color : transparent;
 font-size        : 11px;
 color            : #000;
 font-weight      : bold;
}
#breadcrumb a  {
 text-decoration  : none;
 color            : #330099;
 background-color : transparent;
}
#breadcrumb a:visited {
 color            : #330099;
 background-color : transparent;
}
#breadcrumb a:hover {
 color            : #000;
 text-decoration  : underline;
 background-color : transparent;
}
#right {
 text-align       : right;
 margin-top       :0.6em;
 margin-bottom    :0;
 padding          :0;
}

/* ------------ SWF CAMTASIA OUTPUT FORMATTING ---------------- */

#media
{
  display: none;
}

#noUpdate
{
  display: none;
}

#noUpdate a {
  color: #ff9900;
  text-decoration: none;
}

#noUpdate a:visited {
  color: #ff9900;
}

#noUpdate a:hover {
  color: #ffff00;
  text-decoration: underline;
}

