/*
rgb(255,153,255) ff99ff    Light violet
rgb(204,102,255) cc66ff    Violet
rgb(153,51,255)  9933ff    Med violet
rgb(102,0,255)   6600ff    Dark violet

336699 is Smokey Blue
ffffcc is Ivory

cccc99 is light grey 
999966 is grey 
666633 is dark grey
*/


BODY 
{
   color: #000000;
   background-color: #ffffff;       /* White */
   SCROLLBAR-BASE-COLOR: #336699;  /*Smokey Blue*/   
   SCROLLBAR-ARROW-COLOR: #ffffcc; /*Ivory*/
}

A:link {text-decoration: none; color: #336699;}/*Smokey Blue*/
A:visited {text-decoration: none; color: #336699;}/* Dark grey */
A:hover {text-decoration:  underline overline;}

.Indent1em
{
   margin-left:  1em;
   margin-right: 1em;
}
.Indent2em
{
   margin-left: 2em;
}
.Indent4em
{
   margin-left: 4em;
}
.Indent6em
{
   margin-left: 6em;
}

.TopLook
{
   background-color: #336699; /*Smokey Blue*/  
   width: "100%";
}

.BottomLook
{
   background-color: #336699; /*Smokey Blue*/  
   width: "100%";
   border-top: thin groove; 
}

.TitleLook
{
   color: #ffffcc; /*Ivory*/
   font-family: "comic sans ms";
   font-size: 22px;
}

.SideMenuLook
{
   color: #ffffcc; /*Ivory*/
   background-color: #336699; /*Smokey Blue*/ 
/*   BORDER-RIGHT:    #336699; /*Smokey Blue*/ 
   BORDER-TOP:      #336699; /*Smokey Blue*/ 
/*   BORDER-LEFT:     #336699; /*Smokey Blue*/ 
/*   BORDER-BOTTOM:   #336699; /*Smokey Blue*/ 
   vertical-align: top;
}

.ItemLook
{
   color: #ffffcc;            /*Ivory*/
   background-color: #336699; /*Smokey Blue*/  
   width: "100%"; 
}

.LinkLook 
{ 
   color: #ffffcc;           /*Ivory*/
   background-color: #336699; /*Smokey Blue*/ 
   TEXT-DECORATION: none; 
   font-family: verdana; 
   font-size: 8pt; 
   font-weight: bold;
}
a:link.LinkLook    
{
   color: #ffffcc;           /*Ivory*/
   background-color: #336699; /*Smokey Blue*/  
}
a:visited.LinkLook 
{
   color: #ff99ff;           /* Light violet */  
   background-color: #336699; /* Smokey Blue */  
}
a:active.LinkLook  
{
   text-decoration: none; 
   color: #ff99ff;           /* Light violet */
   background-color: #336699; /* Smokey Blue */  
}
a:hover.LinkLook   
{ 
   text-decoration: none;
   color: #ff99ff;           /* Light violet */
   background-color: #336699; /* Smokey Blue */  
   text-decoration: underline; 
}

.NavMenuLook  
{
   color: #336699; /*Smokey Blue*/ 
   font-family: "comic sans ms";
   font-size: 20px;
   text-align: center;
}

.CopyRightLook
{
   color: #00000;
   font-size: 2ex;
   text-align: center;
}

.ContentLook
{
   background-color:#ffffff;  /*White*/
   COLOR: #000000;            /* Black */ 
   TEXT-DECORATION: none; 
   font-family: verdana; 
   font-size: 10pt; 
   font-weight: normal;
}
a:link.ContentLook    {text-decoration: underline; font-weight: normal; font-size: 10pt; color : #330099; } 
a:visited.ContentLook {text-decoration: underline; font-weight: normal; font-size: 10pt; color : #336699; } 
a:active.ContentLook  {text-decoration: underline; color : #990066; }
a:hover.ContentLook   {text-decoration: underline; color: #990066; }
 
.SmallLook  /*Small Print*/
{
   background-color: #ffffff; COLOR: #000000; TEXT-DECORATION: none; font-family: Arial;
   font-size: 8pt;
   font-weight: normal;
}
a:link.SmallLook    {text-decoration: underline; font-weight: normal; font-size: 8pt; color : #330099; } 
a:visited.SmallLook {text-decoration: underline; font-weight: normal; font-size: 8pt; color : #336699; } 
a:active.SmallLook  {text-decoration: underline; color : #990066; }
a:hover.SmallLook   {text-decoration: underline; color: #990066; }

.PopLook
{
   text-decoration: underline; font-weight: normal; font-size: 10pt; color : #000000; 
}

.QuestionLook
{
   background-color: #ffffff;  /* White */
   COLOR: #000000;            /* Black */ 
   TEXT-DECORATION: none; 
   font-family: verdana; 
   font-size: 10pt; 
   font-weight: bold;
}

.Test
{
   border-top: solid thin navy   
}





