body      { font-family: verdana,arial,helvetica,san-serif;
            background: #ffffff;
            color: #333333; }
a         { color:#003399;
            text-decoration:underline;
            background-color:inherit; }
a:hover   { color:#003399; 
            text-decoration:none; 
            background-color:inherit; }
p         { font-size: 11px; }
h1        { font-family: tahoma,arial,helvetica;
            font-weight: bolder;
            font-size: 28px;
            color: #000080;
            margin-top: 10px;
            margin-bottom: 0px;}
h3         { font-size: 14px; color: #ff0000; font-weight: normal;
             margin-left: 5px; margin-bottom: 5px; }
ul         { margin-top: 2px; margin-left: 10px; }
li         { list-style:none; display:block; padding:0.5px; margin-bottom:0px; font-size: 11px; }             
li a       { font-weight: normal; text-decoration:underline;}


/****** Page layout settings ******/

#pagebody { width:770px;
            background-image: url(images/bgimage.jpg);
            background-position: center top;
            background-repeat: repeat-y;
            color:#333333; }
#content  { width:730px;
            padding: 2 10 5 10;
            text-align: left;
            background: #ffffff;
            color:#333333;
            border-left: 2 solid #ff0000;
            border-right: 2 solid #ff0000; }
           
#navigate { width:730px;
            border-top: 1 solid #000000;
            border-bottom: 1 solid #000000;
            padding: 0px 0px 2px 10px; }
#navigate a { text-decoration: none; color: #000080; }
#navigate a:hover { text-decoration: none; color: #ff0000; }
#pagefoot  { width:754px;
            padding: 3px 10px 5px 10px;
            text-align: center;
            padding: 0px auto;
            background: #c0c0c0;
            color:#000000;
            border-left: 2 solid #ff0000;
            border-right: 2 solid #ff0000; }
#pagefoot a { text-decoration: underline; color: #000000; }
#pagefoot p { font-size: 08px; margin: 2px auto; }
#leftside   { float: left;
              width: 530px;
              margin-top: 10px;
              padding: 20px 10px 20px 0px; }
#leftside h2 { font-family: arial,helvetica; font-size: 14px; font-weight: bold; margin-bottom: 5px; }
#sidebar    { float: right:
              width: 190px;
              padding: 0px 10px 20px 0px; }
#listit     { width: 100%; }
#listit p   { margin-top: 3px; margin-bottom: 0px; }
              
            
            
/****** Misc settings ******/
.box       { font-size: 11px; 
             margin: 0px auto;
             padding: 5px 5px 5px 10px;
             border:1px solid #c0c0c0;
             background-color:#fafbfc;
             color:#505050; }
.footer    { font-size: 9px; color: #999999; }
.mvup      { margin-top: 0px; }
.mvtxt     { margin-top: 0px; margin-bottom: 5px; }
.smlink    { font-size: 8px; }
.smtxt     { font-size: 11px; }
.splitleft { float:left; width:42%;}
.splitright{ float:right; width:54%;}
.bigtxt    { font-family: arial,helvetica;
             font-weight: bolder;
             font-size: 15px;
             color: #ff0000; }
.imgbox    { border: 1 solid #000000; }
