body {background-color: #5C5C5C;
      color: black;
      margin: 0px; padding: 0px;
      text-align: left; font-size: small;
      font-weight: normal;
      font-family: verdana, arial, helvetica, sans-serif;}


a:link {color: blue; font-weight: bold;}
a:visited {color: blue; font-weight: bold;}
a:hover {color: blue; font-weight: bold; }

a.yellow:link {color: yellow; font-weight: bold; text-decoration: none; cursor: text;}
a.yellow:visited {color: yellow; font-weight: bold; text-decoration: none; cursor: text;}
a.yellow:hover {color: yellow; font-weight: bold; text-decoration: none; cursor: text;}

Span.HiLite {color: black; background: yellow; font-weight: bold;}      

Span.blue  {cursor: pointer; cursor: hand; font-weight: bold;
           text-decoration: underline; color: blue;}

Span.yellow {font-weight: bold; color: yellow;}
           
Span.sub-box {cursor: pointer; cursor: hand;}

Span.boxed {width: 150px;
            border: 2px;
            border-color: black;
            background-color: #FFFF80;
            color: black; text-align: center;
            font-size: smallest;
            padding: 10px;}
          
Span.white-box {width: 150px;
               border: 2px;
               border-color: black;
               background-color: white;
               color: black;
               font-size: smallest;
               padding: 10px;}          

h1   {font-size: medium; font-weight: bold; text-align: center; color:red;} 

h2   {font-size: small; font-weight: bold; text-align: left; color: navy;}

h3   {font-size: small; font-weight:bold; text-align: center;}

h4   {font-size: small; color: black; font-weight: bold;}

h5   {font-size: smallest; font-color: dark blue; }

strong {font-weight: bold;}

Span.centeredcontent {padding: 0px; text-align: justify;
                     margin-left: 10%; margin-right: 10%;}


/* This is a comment*/
/* All Content Boxes belong to the class ".content"*/

.content {position: relative; width: auto;
          margin: 0, 200px, 0, 200px;
          border: none;
          background-color: white;
          color: black;
          font-size: small;
          padding: 20px;}
          
#header {left: 0px; right: 0px; width: 600px; 
         margin-left: 20%; margin-right: 20%;
         background-color: white; color: black;
         font-size: small; padding: 0px; 
         font-family: verdana, arial, helvetica, sans-serif;
         text-align: center;}    

#left-side {position: absolute; width: 19%;
           top: 250px; left:20px;   
           font-size: smallest; text-align: center;
           background-color: white; color: black;}

#right-side {position: absolute; width:19%;
            top: 250px; right: 20px; margin-left:80%;
            font-size: smallest; text-align: center;
            background-color: white; color: black;}

#middle {top: 200px; left: 0px; right: 0px; width: 600px;
         margin-left: 20%; margin-right: 20%;
         background-color: white; color: black;
         padding-top: 0; padding-right: 0;
         padding-left: 0; padding-bottom: 0;
         font-family: verdana, arial, helvetica, sans-serif;
         font-size: 10pt; text-align: left;}

#indent {background-color: white; color: black;
         font-size: small; text-align: left; 
         padding-top: 20px; padding-right: 30px;
         padding-left: 30px; padding-bottom: 20px;}

#menu-left {position: absolute; width: 19%;
           top: 120px; left: 20px;   
           text-align: center; font-size: smallest; 
           background-color: white; color: black;}

#menu-right{position: absolute; width:19%;
            top: 120px; right: 20px; margin-left: 80%;
            text-align: center; font-size: smallest; 
            background-color: white; color: black;}

#menu-main {position: absolute; width:60%;
            top: 90px; right: 20px;
            margin-left: 20%; margin-right: 20%;
            background-color: white; color: black;
            font-size: small; padding: 20;
            text-align: center; z-index:10;}
            
#inset   {font-size: smallest; text-align: left; 
         background-color: #FFFF80; color: black ;}
         
#end-left  {font-size: smallest; text-align: center;
            background-color: white; color: black;
            width: 20%; margin-right: 80%;}

#end-right {font-size: smallest; text-align: center;
            background-color: white; color: black;
            width: 20%; margin-left: 80%;}         
         
#footer {clear: all; width: 600px;  left: 0px; right: 0px; 
         margin-left: 20%; margin-right: 20%;
         font-size: smallest; text-align: center;
         background-color: navy; color: yellow;}              
