body {
   background-image: url('img/myspacebg-new.jpg');
   background-position: center top;
   background-repeat:repeat-y; 
   background-attachment:fixed; 
   background-color: #000000;
   }

bodyx {
   background-image: url('img/tile.jpg');
   /*background-position: center center;*/
   background-repeat:repeat; 
   background-attachment:scroll; 
   background-color: #597eb5;
   }

.header {
   background-image: url('img/header2.gif');
   background-repeat: no-repeat;
   width: 800px;
   height: 190px;
   margin-left: auto;
   margin-right: auto;
   }

.headerHome {
   background-image: url('img/header2Home.gif');
   background-repeat: no-repeat;
   width: 800px;
   height: 190px;
   margin-left: auto;
   margin-right: auto;
   }

.header-red {
   background-image: url('img/header-red.gif');
   background-repeat: no-repeat;
   width: 800px;
   height: 190px;
   margin-left: auto;
   margin-right: auto;
   }

.pageBackground {
   background-image: url('img/pageBackground.gif');
   background-repeat: repeat-y;
   width: 800px;
   margin-left: auto;
   margin-right: auto;
   font-family: Verdana, Arial, sans-serif;
   font-size: 10pt;
   text-align: left;
   }

table {
   margin-bottom: 10px;
   }

th,td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 8pt;
   }

.leftColumn {
   float: left;
   width: 490px;
   padding-left: 40px;
   /*padding-right: 10px;*/
   padding-bottom: 1px;
   /*border-right: 2px solid #597eb5;*/
   }

.homeText {
   margin-left: 280px;
   padding-top: 6px;
   font-size: smaller;
   }

.leftColumnHome {
   float: left;
   width: 530px;
   height: 380px;
   padding-bottom: 1px;
   background-image: url('img/homeBackground.jpg');
   background-repeat:no-repeat; 
   background-position: 40px 0px;
   }

.rightColumn {
   margin-left: 540px;
   margin-right: 40px;
   border-left: 2px solid #597eb5;
   padding-left: 1em;
   }

.bottomBorder {
   background-image: url('img/bottomBorder.gif');
   background-repeat: no-repeat;
   width: 800px;
   height: 10px;
   margin-left: auto;
   margin-right: auto;
   }

.firstHeader {
   margin-top: 0px;
   }

.vspace {
   height: 156px;
   }

#menuContainer {
   text-align: left;
   background: #eeeeee;
   /*border-style: solid;*/
   /*border-width: 1px;*/
   border-top: 0px #000000 solid;
   margin-left: 220px;
   margin-right: 30px;
   /*font-size: smaller;*/
   }

ul#navlist {
   /*font-size: smaller;*/
   }

ul#navlist a {
   font-weight: medium;
   text-decoration: none;
   }

ul#navlist, ul#navlist ul, ul#navlist li {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   }

ul#navlist li {
   float: left;
   border-bottom: 1px #A3B2D7 solid;	/* IE */
   border-left: 1px #A3B2D7 solid;
   }

ul#navlist li a {
   color: #333333;
   background-color: #eeeeee;
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 1px;
   padding-bottom: 1px;
   border-right: 1px #A3B2D7 solid;
   border-bottom: 1px #A3B2D7 solid;	/* Firefox */
   }

ul#navlist li a:hover
{
   color: #ff0000;
   background-color: #cccccc;
   }

ul#navlist li a:active {
   /*color: #cccccc;
   background-color: #003366;*/
   border: 1px #A3B2D7 solid;
   }

ul#subnavlist {
   display: none;
   }

ul#subnavlist li {
   float: none;
   }

ul#subnavlist li a {
   padding: 0px;
   margin: 0px;
   }

ul#navlist li:hover ul#subnavlist {
   display: block;
   position: absolute;
   font-size: 8pt;
   padding-top: 2px;
   }

ul#navlist li:hover ul#subnavlist li a {
   display: block;
   /*width: 10em;*/
   /*border: none;*/
   padding-top: 2px;
   padding-bottom: 2px;
   padding-left: 8px;
   padding-right: 8px;
   }

.randomImage {
   border-style: double;
   border-width: 4;
   border-color: #000000;
   }

.footer {
   clear: both;
   text-align: center;
   color: #999999;
   font-size: 8pt;
   }

.footerLink {
   color: #666666;
   }

.footerLink:hover {
   color: #000000;
   }

ul {
   /*list-style-image: url('/img/note.gif');*/
   list-style-type: none;
   padding: 0;
   margin-left: 1em;
   }

li {
   background-image: url('/img/note.gif');
   background-repeat: no-repeat;
   background-position: 0 .3em;
   padding-left: 1em;
   margin: 0 0 .4em 0;
   font-size: .8em;
   }
