﻿body 
{
    text-align:left;
    font-family:  Tahoma,Verdana, Arial, Sans-Serif;
    font-size: 100%;
    background-color: lemonchiffon;
    color:Black;
    margin-top:0px;
}

h1
{
    font-size:140%;
    font-weight:400;
}

h2
{
    font-size:120%;
    font-weight:normal;
}

h3
{
    font-size:110%;
    font-weight:normal;

}

address
{
    font-size:100%;
    font-weight:normal; 
    font-style:normal;
    margin-bottom:12px;
}
/* top and bottom menus ---------------------------------------------- */
.homemenutop
{
    height:1.2EM;
    text-align:right;
    float:none;
    font-weight:bolder;
    margin-bottom:0px;
    margin-top:0px;
}

.homemenutop P
{
    font-size:80%;
    color:#FF6000;  
    margin-top:0px;
    margin-bottom:0px;  
    letter-spacing:1px;
}
.homemenutop A
{
    color:#FF6000;   
}

.homemenutop A:hover
{
    color:#FF2D00;    
}

.homemenubottom
{
    /*height:1EM;*/
    height:120px;
    text-align:right;
    float:none;
    font-weight:bolder;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom:0px;
}

.homemenubottom img
{
    border-style:none;
}

.homemenubottom A:active, .homemenubottom A:link, .homemenubottom A:visited,  .homemenubottom p
{
    color:#FF6000;    
}

.homemenubottom A:hover
{
    color:#FF2D00;    
} 


/* Star Menu -------------------------------------------- */
div#starmenu
{  
background-color:#FFD05A;
width: 147px;
height:440px;
text-align: center;
float:left;
margin-left:0px;
padding-left:0px;
margin-top:0px;
margin-right:2px;
border-color:#FF6000;
border-style:ridge;
border-width:5px;  
  
}


div#starmenu .menuitem7 a, .menuitem6 a, .menuitem5 a, .menuitem4 a, .menuitem3 a, .menuitem2 a, .menuitem1 a, .menuitem0 a
{
    background-color: lemonchiffon;
    border-color: #FF6000;
    border-style: ridge;
    border-width: 2px;
    float: left;
    font-weight: bold; 
    text-align: center;
    width: 138px;
    padding-bottom: 4px;
    margin-top:3px;
    margin-bottom:3px;
    margin-left:3px;
    font-size: 12px;
    text-decoration: none;
    color: black;
}

div#starmenu .menuitem7 a:hover
{
    background-color: white; 
    color:black; 
}
div#starmenu .menuitem6 a:hover
{
    background-color: yellow; 
    color:black; 
}
div#starmenu .menuitem5 a:hover
{
    background-color: orange; 
    color:black; 
}
div#starmenu .menuitem4 a:hover
{
    background-color: green; 
    color:black; 
}
div#starmenu .menuitem3 a:hover
{
    background-color: blue; 
    color:white; 
}
div#starmenu .menuitem2 a:hover
{
    background-color: purple; 
    color:white; 
}
div#starmenu .menuitem1 a:hover
{
    color: white;
    background-color: #996600;
}
div#starmenu .menuitem0 a:hover
{
    color: white;
    background-color: black;
}

/* Content ---------------------------------------------- */

div#starcontent
{
    background-color: #FFD05A;
    margin-left: 10;
    margin-right: 10;
    text-align: left;
    padding-left: 10;
    float: left;
    border-color: #FF6000;
    border-style: ridge;
    border-width: 5px;
   
}

div#starcontent H1, H2, H3, H4, P, hr, address
{
    margin-left: 6px;
    margin-right: 6px;
    margin-top:0px;
}

div#starcontent P
{
     margin-top:4px;
}


div#starcontent hr
{
    color: #101010;
    background-color: #101010;
    height: 1px;
}

/* content page title and horizontal rule ---------- */
div#starcontent .headinghr
{
    height:4px;
    margin-top:0px;
    padding-top:0px;
    margin-bottom:5px;
    border-bottom-style:solid;
}

div#starcontent h1
{
    margin-bottom:0px;
    padding-bottom:0px;
    text-align:right;
    color: #101010;
}

div#starcontent A
{
    color:black; 
    font-weight:bold;  
}

div#starcontent A:hover
{
    color:#FF2D00;    
} 
/* --------------------------------------------- */

div#starcontent .imageleft
{
    margin-left: 6px;
    margin-top:0px;
    margin-bottom:4px;
    margin-right:6px;
    float:left;
    padding-right:10px;
}


div#starcontent .imageright 
{
    margin-left: 10px;
    margin-top:0px;
    margin-bottom:4px;
    margin-right:6px;
    float:right;
}


div#starcontent .imageleft img, .imageright img
{
    border-color: #FF6000;
    border-style: ridge;
    border-width: 5px; 
}

.nofloat
{
    float:none;
    clear:both;	
} 




