<STYLE>
a { text-decoration:none; color:maroon;}
a:hover { background-color:#aaa; color:#fff} 

.dismargin {
    margin: 0px 10px;
}
.fonttype { 
    font-family: Verdana, Times New Roman; 
    font-size: 13px; 
}

.fontproperty{
    color:navy ; 
    text-align:center ; 
    text-weight:bold ; 
    text-decoration:none;
}


#leftmenu
{
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-bottom:1px solid #000;
    background:#fff8c6;
    height:945px;
}

#menulabels
{
    background:#ece5b6;
    color:navy;
}

.txtaroundimg{
    margin-right:10px;
    margin-bottom:2px;
}

#logo
{
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-top:1px solid #000;
    width:971px;
}

#infobar
{
    text-align:center;
    width:973px;
    font-family: Verdana, Times New Roman;
    background:#000;
    color: white;
    border-right:0px solid #000;
    border-left:0px solid #000;
}

#child_bar
{
    text-align:center;
    width:971px;
    font-family: Verdana, Times New Roman;
    background:#fdeef4;
    color: white;
    border:1px solid #000;
}

#child_navindicator
{
    text-align:center;
    background: #fdeef4;
    border-right:0px solid #000;
    border-left:0px solid #000;
    border-bottom:1px solid #000;
}

#navindicator
{
    text-align:center;
    background: #000;
    border-right:0px solid #000;
    border-left:0px solid #000;
    border-bottom:1px solid #000;
}

#menus
{
    color:purple;
    font-size:17px;
    padding:2px 2px 3px 
}

#homedisplay
{
    border: purple 0px solid;
    background: #fff;
    margin: 0px 10px;
    text-align:left;
    font-family: Microsoft Sans Serif, Georgia, verdana, arial, times new roman;
}

#childrendisplay
{
    border: purple 0px solid;
    border-right:1px solid #000;
    background: #fff;
    text-align: center;
    height:945px;
    margin: 0px 0px; 
    font-family: Microsoft Sans Serif, Georgia, verdana, arial, times new roman;
}

a.menu:hover
{
    color:#fff;
    background-color:#000;
    text-shadow: none;
}

</STYLE>