
	
	* {position: relative;}


	a.leftColumn:visited {
		color: rgb(67,67,67); 
		border: none; 
		text-decoration: underline;
		font-weight: normal;
		font-size: 12px;
		font-family: times;
		}
		
	a.leftColumn:link {
		color: rgb(67,67,67); 
		border: none; 
		font-weight: normal;
		text-decoration: underline;
		font-size: 12px;
		font-family: times;
		}
		
	a.leftColumn:hover {
		color: rgb(255,255,153); 
		border: none; 
		font-weight: normal;
		text-decoration: underline;
		font-size: 12px;
		font-family: times;
		}


	a:visited {color: white; text-decoration: none; font-size: 11px; font-weight: bold;}
	a:link    {color: white; text-decoration: none; font-size: 11px; font-weight: bold;}
	a:hover   {color: rgb(255,255,153); text-decoration: none; font-size: 11px; font-weight: bold;	}

	span.strongRed {
		color: #b0381d;
		font-weight: bold;
		}
  		
  	body {
  		font-family: helvetica, sans-serif;
		font-size: 12px;
		}
   	
	#background {
		position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	top: 0px;
    	left: 0px;
    	height: 648px;
    	width: 810px; 
    	border: 1px solid #006633;
		}    	
		
	#footer {
		position: absolute;
		top: 624px;
		height: 40px;
		width: 810px;
		font-family: helvetica, sans-serif;
		font-size: 11px;
		color: white;
		font-weight: bold;
       }
       
    #bannerDiv {
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 810px;
    	height: 110px;
    	}
  		
	#menuDiv {
		position: absolute;
		top: 92px;
		left: 0px;
		height: 12px;
		width: 812px;
		font-weight: bold;
		}

  	span.hdr{
		color: #006699;
		font-size: 14px;
		font-family: times;
		}
		
    #banner {
		position: absolute;
		top:  67px;
		left: 80px;
		color: white;
		font-size: 10px;
		margin: 0px;
		} 
				
  	#leftColumnDiv {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 431px;
		width: 180px; 
		z-index: 2;
		padding-top: 21px; 
		padding-left: 20px; 
    	}	
    	

