/* 
   Specials.css - used for any pages that will display 
   special messages.

	@import "all.css"; /* just some basic formatting, no layout stuff 
*/

	body {
	       background-image:url('images/americanstripe/bg.gif');
		   background-attachment: fixed; 
		   margin:0px 0px 0px 0px;
		 }

	.pghdr{
	         color: #000080;
  		     font-size: 3em;
			 font-family: "helvetica, arial";
			 font-weight: bold;
			 text-align: center;
		  }
  .pgtitle{
	       color:#b30000; 
	       font-family:sans-serif; 
		   font-size:3em; 
		   font-weight:bold; 
		   font-style:italic; 
		   text-align:center; 
		  }
	  

	#leftcontent {
		float: left;
		width: 67%;
		background: #fff;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		margin-right: 15px;
		padding-bottom: 20px;
		}

	#rightcontent {
		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}

  .subheader{color: #000000;
             font-size: 1em;
	         font-family: Arial, Tahoma;
	         font-weight: bold;
            }
  .headers{color: blue; 
	   height: 25px;
	   font-size: x-large;
  	   font-family: Arial, Tahoma;
	   font-weight: bold;
	  }
  .pgtitle{
	       color:#b30000; 
	       font-family:sans-serif; 
		   font-size:3em; 
		   font-weight:bold; 
		   font-style:italic; 
		   text-align:center; 
		  }
	  
  .webmasternote
      {
	    color: #008000;
		font-size: .7em;
		font-weight: normal;
		font-style: italic;
		text-decoration: none;			
      }
		 
  .ednote{color: #000000;
          font-size: smaller;
		  font-family: Arial, Tahoma;
		  font-weight: normal;
		  font-style: italic;
         }
	   
  .content{font-size: 1em;
           font-weight: normal;
          }
		  
  .idpics{color: #669900; 
          font-size: smaller;
          font-weight: normal;
          font-style: italic;
         }
		 
  .modded{color: #669900;
          font-size: smaller;
		  font-weight: normal;
		  font-style: italic;
         }
		 
 A.menulink {display: block;
             width: 120px;
             text-align: left;
             text-decoration: none;
             font-family: arial;
             font-size: 12px;
             font-weight: bold;
             color: #c0c0c0;
             border: none;
             border: solid 1px #FFFFFF;
            }

A.menulink:hover {border: solid 1px #6100C1;
                  background-color:#F0E1FF;
                 }

  a:link{color: #0000FF;}
  a:vlink{color: #0000FF;}
  a:alink{color: #FF0000;}

