P  {}

H1  {}

H2  {}

H3  {}

a:link  {
   	  		font-family: arial;
		font-size: 120%;
			color: #980034;
			font-weight: 500;
}
a:visited  {
		   font-family: arial;
		font-size: 120%;
		   
		   color: #3d0031;
		   font-weight: 100;
}

a:active{
		   font-family: arial;
		font-size: 120%;
		   color: #980034;
		   font-weight: 900;
}
a:Hover  {
		 font-family: arial;
		font-size: 120%;
			color: #980034;
			font-weight: 500;
			}
a:focus  {
		 font-family: arial;
		font-size: 120%;
			color: #980034;
			font-weight: 500;
			}


BODY  {}

em   {
		font-size: 130%;
		
}



#colstitle  {
			color: maroon;
			font-family: "arial black";
			font-size: 14pt;
			
		width:300px;
		position : absolute;top:10px;left:10px; 
		margin: 10px auto;
		line-height: 160%;
		padding:5px;
}
#colin   {

		position: absolute; top:200px; left: 30px;
		margin: 10px;
		border-style: outset;
		border-color: #980034;
		border-width: 7px;
		width: 250px;
		height: auto;
		background: url(../images/backgd01-10.jpg)
		
}		


.pin  {
	  padding-left:  70px;

}
#pagetextpaper    {
		font-family: "Times New Roman";
		font-size: 14px;
		font-weight: bold;
		width: 150px;
		overflow: auto;
		height: 300px;
		position : absolute; top: 850px; left: 60px;
		border-top: 2px outset gray;
	border-right: 4px outset gray;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 4em;
	padding-right: 10px;
	background-image: url(../images/paper23smlruled.gif);
	margin-bottom: 20px;
	
}
#pagetextpaper2    {
		font-family: "Times New Roman";
		font-size: 14px;
		color: #0000ff;
		font-weight: bold;
		width: 150px;
		overflow: auto;
		height: 300px;
		position : absolute; top: 850px; left: 60px;
		border-top: 2px outset gray;
	border-right: 4px outset gray;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 4em;
	padding-right: 10px;
	background-image: url(../images/paper23smlruled.gif);
	margin-bottom: 20px;
	
}
#pagetextpaperwide    {
		font-family: "Times New Roman";
		font-size: 24px;
		color: #0000ff;
		font-weight: bold;
		width: 350px;
		overflow: auto;
		height: 300px;
		position : absolute; top: 850px; left: 10px;
		border-top: 2px outset gray;
	border-right: 4px outset gray;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
	padding-left: 4em;
	padding-right: 10px;
	background-image: url(../images/paper23smlruled.gif);
	margin-bottom: 20px;
	
}
#navigation  {
			 position : absolute; top: 180px; left: 10px;
			 width: 300px;
			 height: 500px;
			 border-style: outset;
			 border-width: 10px;
			 border-color: #980034;
			 background: url(../images/paper.jpg) ;
			 padding: 15px;
			 padding-top:  150px;
}



.highlight   {
		background-color: #FEFA86;
}


.nodot  {
		margin: 0;
            padding: 15px;
            list-style: none;
            
			}
		
     ul.year
        {
            margin: 0;
            padding: 0;
            list-style: none;
            background: transparent ;
        }
        ul.year li span
        {
        	padding-left: 2em;
        }
        ul.year li.trigger
        {
            padding: .4em;
        }
        /* ul#product hover menu position override */
        ul.year .trigger ul.menu
        {
            margin-top: 1em;
            margin-left: 5em;
        }
        /* ++ Hover menu styles */
        .trigger ul.menu
        {
            display: none;
            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;
        }	