/* CSS Document */

<style>
/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:20; background-color:#CA8862; layer-background-color:#CA8862; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:12px; 
font-weight:bold; text-align: center; }
.clLevel0{background-color:#CA8862; layer-background-color:#CA8862; color:black;}
.clLevel0over{background-color:#CA8862; layer-background-color:#CA8862; color:EEDAB2; cursor:pointer; cursor:hand; font-size:12px;}
.clLevel0border{position:absolute; visibility:hidden; background-color:#CA8862; layer-background-color:#CA8862}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#CA8862; layer-background-color:#FCCE55; color:#EEDAB2;}
.clLevel1over{background-color:#F9E103; layer-background-color:#006699; color:black; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#DADCBA; layer-background-color:#006699}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold}
.clLevel2{background-color:#CA8862; layer-background-color:#FCCE55; color:black;}
.clLevel2over{background-color:#F9E103; layer-background-color:#0099cc; color:black; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#DADCBA; layer-background-color:#006699}


img.trcsign{
position:absolute;
left:0px;
top:0px;
z-index:0}

img.top{
position:absolute;
left:176px;
top:0px;
z-index:0}

table.mainpagep1{
	position:absolute;
	left:184px;
	top:152px;
	width:592px;
	height:289px;
	z-index:1;
	color:black;
font-family:times;
font-size:16px;
font-weight:bold;
text-align:justify;

}


#dropinboxv2cover{
width: 190px; /*change width to desired */
height: 100px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
text-align:justify;
	color:black;
font-family:times;
font-size:16px;
font-weight:bold;
}

#dropinboxv2{
width: 170px; /*change width to above width-20. */
height: 80px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid black; /*Customize box appearance*/
background-color: #CA8862;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

</style>
