/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; font-weight: normal; font-style: normal; background-image: url("./assets/images/mainbg.gif");}
 .TextObject { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; font-weight: normal; font-style: normal;}
 P { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; font-weight: normal; font-style: normal;}
 A:active { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; color: rgb(187,14,23); font-weight: normal; font-style: normal;}
 A:link { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; color: rgb(187,14,23); font-weight: normal; font-style: normal;}
 A:visited { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; color: rgb(187,14,23); font-weight: normal; font-style: normal;}
 A:hover { font-family: Georgia,Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 9pt; color: rgb(14,43,137); font-weight: normal; font-style: normal;}
.ClassNav A:active { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,255); font-weight: bold; font-style: inherit; text-decoration:none; width:100%; display:block;}
.ClassNav A:link { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,255); font-weight: bold; font-style: inherit; text-decoration:none; width:100%; display:block;}
.ClassNav A:visited { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,255); font-weight: bold; font-style: inherit; text-decoration:none; width:100%; display:block;}
.ClassNav A:hover { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; font-size: 10pt; color: rgb(255,255,0); font-weight: bold; font-style: inherit; text-decoration:none; width:100%; display:block;}

#dropmenudiv{
position:absolute;
background-color: #FE9D63;
border:1px solid #959697;
border-bottom-width: 0;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
line-height:18px;
cursor: hand;

}

#dropmenudiv a{
font-family: Tahoma,Arial;
font-size: 10pt;
font-weight: bold;
color: #000000;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #446284;
padding: 1px 0;
text-decoration: none;
white-space:100px;
cursor: hand;
line-height:18px;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #000000;*/
color: #FFFF00;

}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFCC;
}