
h1 {
	font-family: "Arial Black";
	font-size: 22pt;
	font-weight: normal;
	font-style: normal;  

}

h2  {

	font-family: "Arial Black";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;

}

h3  {
	
	font-family: "Arial Black";
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;



	}
h4  {
	
	font-family: "Arial Black";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;



	}
	
p  {

	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;

}	
	
	
a  {
	}
a img {
		margin: 10px;
		border-color:black ;
}

a:visited img {
		border-color: #E62B86;
}
a:visited img.sad{

		  border-color:black ;

}
a:active  {}

a:hover  {}

img   {
	border-color: white;
}

img.button{
		   margin-left: 20px;



}

body  {
	  
	  background: url(images/paperscore2.jpg);
	  background-position: left top;
	  background-repeat: repeat;
	  background-attachment: fixed;
}

em   {
		font-style: normal;
		font-size: 130%;
		font-weight: bold;
		color: red ;
}

.dictionary{
			font-style: normal;
		font-size: 120%;
		
}

.heading{
	 font-family: "Arial Black";
	font-size: 22pt;
	font-weight: normal;
	font-style: normal; 
	padding-left: 40px;
	padding-right: 40px; 
	
}


#clef {
	  position: fixed; 
	  padding: 0;
	  width: 64px;
	  height:  1000px;
	  background: url(images/paperclef.jpg);
	  background-attachment: fixed;
	  background-position: left top;
	  background-repeat: repeat-y;
}

#repeat {
	  position: fixed; left: 950px;
	  width: 65px;
	  height:  1000px;
	  background: url(images/paperscore3.jpg);
	  background-attachment: fixed;
	  background-position: left top;
	  background-repeat: repeat;
	  		
}


#topleft  {
		border-style:solid;
		border-width: 4px ;
		border-color: black;
		width:auto;
		position : absolute ;top:2px;left:10px; 
		
		
		
}

#topcenter   {

		position: absolute; top:5px; left: 160px;
		padding:0;
		margin: 0;
		
		
}	
		
#topright   {
		position : absolute; top: 2px; left: 680px;
		background-color: white;
		padding: 5px;
		width: 230px;
		height: 100px;
		border-style:solid;
		border-width: 4px ;
		border-color: black;
}		

#topcenterline   {

		position: absolute; top:135px; left: 150px;
		width: 800px;
		margin: 0;
		padding: 0;
		/*background-color:  #D4ECFB;*/
		
}		

#mainbox    {
		font-family: "Arial";
		font-size: 14px;
		font-weight: bold;
		border: 2px solid navy;
		width: 320px;
		overflow: auto;
		height: 370;
		position : absolute; top: 250px; left: 60px; height: 460px;
		padding: 1em;
		background-color: #D4ECFB;

}
#secondbox    {
		position : absolute; top:650px; left: 450px; width: 400px; height: auto;
		background-color: #D4ECFB;
		padding:1em;
		
		border: 2px solid navy;
		

}
#footer   {
		
		background-color: #D4ECFB;
		
		font-family: "Arial";
		font-size: 14px;
		font-weight: bold;
		border: 2px solid navy;
		width: 320px;
		overflow: auto;
		height: auto;
		position : absolute; top:750px; left: 60px;
		padding: 1em;
}
#adv  {
		background-color: #D4ECFB;
		margin: 10px;
		font-family: "Arial";
		border: 1px solid navy;
		width: auto;
		height: auto;
		position : absolute; top:850px; left: 60px;
		padding: 1px;
		padding-left: 10px;
		padding-right: 10px;



}

#update  {
		background-color: #D4ECFB;
		margin: 10px;
		font-family: "Arial";
		border: 1px solid navy;
		width: auto;
		height: auto;
		position : absolute; top:890px; left: 60px;
		padding: 1px;
		padding-left: 30px;
		padding-right: 30px;



}


#mainlinkmenu   {
	position : absolute; top:250px; left: 450px;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	padding:10px;
	text-align: center;
	background-color: #D4ECFB;

	border: 2px solid navy;	
		
}

     ul.main
        {
            margin: 5px;
            padding: 0;
            list-style: none;
            background: transparent ;
        }
        ul.main li span
        {
        	padding-left: 2em;
        }
        ul.main li.trigger
        {
            padding: .4em;
        }
        /* ul#product hover menu position override */
        ul.main li.trigger ul.menu
        {
            margin-top: 1.2em;
            margin-left: 5em;
        }
        /* ++ Hover menu styles */
        .trigger ul.menu
        {
            display: none;
			width: 10em;
            position: absolute;
            margin: 0;
            padding: .4em;
            list-style: none;
            background-color: #D4ECFB;
            border: solid 1px #ccc;
        }
        .trigger ul.menu li
        {
            padding: .1em .5em;
        }
        .trigger ul.menu li a
        {
            display: block;
        }
        .trigger:hover
        {
            background: transparent ;
        }
        .trigger:hover ul.menu
        {
            display: block;
        }	
		
		

