/* CSS Document */

td.top1 {
     border-top:1px solid #808000;
     border-bottom:1px solid #808000;
     border-left:1px solid #808000;
     border-right:1px solid #808000;	
}
td.top {
     border-top:1px solid #808000;
	 border-bottom:1px solid #808000;
     border-left:1px solid #808000;
     border-right:1px solid #808000;	
}
td.mid {
     border-bottom:1px solid #808000;
     border-left:1px solid #808000;
     border-right:1px solid #808000;	
}
td.top3 {
     border-top:none;
     border-bottom:0px solid #808000;
}
td.bot1 {
     border-bottom:1px solid #808000;
     border-left:1px solid #808000;
     border-right:1px solid #808000;	
}
td.bot {
     border-bottom:1px solid #808000;
     border-left:1px solid #808000;
     border-right:1px solid #808000;	
}
td.bot3 {
	border-bottom:0px solid #808000;	
}


html  {    height:100%;/*html is new addition */
            padding:0px 5px 0px 5px; background-color:#0080B4;}
			
body    { border:1px solid white; background-color:white; font-size:1em;  margin:10px auto 10px auto;              border-radius:20px; max-width:850px; }/*this body is new addition */			
			

/*body    {  background-color:white;font-size:1em; max-width:850px; margin:0 auto 0 auto; padding-left:10px;
         border:0px solid black;}*/

#tab1   {border:0px solid blue; background-color: white;  margin:10px auto 10px auto; width:100%;
         padding-left:10px; }
body,td { text-align:left;font-family:Georgia;}
 h1     {color:black;}
#tit1   {text-align:center; padding-bottom:10px;}

.pan1   {padding: 10px 1px 2px 10px;  font-weight:bold; color:black;}



#not1    {padding: 20px 0 3px 10px; color:black; }

#print1  {text-align:left; font-weight:bold; padding: 30px 2px 2px 2px;}/*background-image:url(../images/new.jpg);background-attachment:fixed; */

#print3  { /*display:none;*/ text-align:right; font-weight:bold;padding:2px; width:auto;  }/*overrides any width in html */


.top3, .bot3 {padding:.25em;vertical-align:mid;}

 a       { text-decoration: underline; color:black; border:1px solid white; }
 a:hover {border:1px solid black; color:black;}
 

 p        {margin-bottom:0.25em; margin-top:0.25em;} 
.top1, .bot1, .top, .bot, .mid {padding:0px 10px 5px 20px;} 
.bot1 p   {text-indent:-10px;}
.top1 p   {text-indent:-10px;}
.bot p    {text-indent:-10px;}
.top p    {text-indent:-10px;}
.mid p    {text-indent:-10px;}

#pic1     {vertical-align:top;}/*new */
#pic3     {vertical-align:top;}/*new */
#pic1 #hrule { width:350px; visibility:hidden; padding:0; margin:0;}/*forces width in print css */
#pic3 #hrule{ width:200px; visibility:hidden; padding:0; margin:0;}/*forces width in print css */
/*New additions */
.top, .mid, .top1   {width:40%}
img       {padding-left:10px;}

/*#tim {border:1px solid black;}#pic2  {width:5px;} */