/* 
   Special.css - used for any pages that will display 
   special messages.
*/
.leftcolumn {
                    position:       absolute;
                    width:          200;
                    top:            0px;
                    left:           0px;
                   }
.leftcolimg{
                  width: 200;
				  background: repeat;
                  }

.headers{color: blue; 
                height: 25px;
		        font-size: x-large;
		        font-weight: bold;
		        text-align: center;
               }
			   
 .subheaders{color: green;
                      font-size: large;
					  text-align: center;
					  }
#leftcol {
	float: left;
	padding: 120px;
	margin: 55px;
	background: #ffffff;
	border: 5px solid #000000;
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 200px;
	}
	
#rightcol {
	float: right;
	padding: 10px;
	margin: 20px;
	background: #666;
	border: 5px solid #ccc;
	width: 300px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 270px;
	}
  .content{font-size: normal;
	            font-weight: normal;
               }
		  
   .bdy{background-color: #FFFFFF;
           }
   
  a:link{color: #0000FF;}
  a:vlink{color: #0000FF;}
  a:alink{color: #FF0000;}
