body {
	background-image:url(../images/bgBody.gif);
	background-repeat:repeat-x;
	background-color:#B14F00;
	margin:0 ;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	
	}
	
img {
	display:block;
	}

#cursor_id {
cursor: pointer;
}

/**********Left ***********************/
	#leftCol {
		background-image:url(../images/bgBody.gif);
		background-repeat:repeat-x;
	 	 position:relative;
		float:left;
		width:204px;
		}
		 .logo {
		 	background-image:url(../images/logo.gif);
			width:204px;
			height:198px;
			}
 	   
   	#bgAddress {
	   	background-image:url(../images/address.gif);
		width:204px;
		height:88px;
		
	   	}
			
		.addressText {
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
				color:#30401d;
				text-align:center;
				padding:5px 0px 5px 0px;
				}
				
		 .addressText a:link {
				text-decoration:none;
				color:#30401d;
				}
		    
		.linksText {
				font-family:"Times New Roman", Times, serif;
				font-size:14px;
				color:#30401d;
				text-align:center;
				padding:15px 0px 5px 0px;
			}
			
		.linksText a:visited{
				text-decoration:none;
				color:#30401d;
			}
		.linksText a:link{
				text-decoration:none;
				color:#30401d;
			}
			
		.spacer {
			background-image:url(../images/leftBottom.gif);
			background-repeat:repeat-y;
			
			}
/***********Center **************************/
	#centerCol {
		background-image:url(../images/bgMiddleCol.gif);
		background-repeat:repeat-y;
		position:absolute;  
		float:left;
		width:157px;
	    left:204px; 
		}

		.otga {
			background-image:url(../images/otga.gif);
			width:156px;
			height:99px;
					
			}
			
		.navigation {
			background-image:url(../images/navOff.gif);
			widows:156px;
			height:26px;
			vertical-align:bottom;
			padding:0px 0px 0px 20px;
			color:#fae39d;
			font-size:15px;
			line-height:26px;
			font-weight:bold;
				}
				
		.navigationOn {
			background-image:url(../images/navOn.gif);
			widows:156px;
			height:26px;
			vertical-align:bottom;
			padding:0px 0px 0px 20px;
			color:#fae39d;
			font-size:15px;
			line-height:26px;
			font-weight:bold;
				}
			
		.navigation:hover {
			background-image:url(../images/navOn.gif);
			widows:156px;
			height:26px;
			}
			
	    .navigation a:visited {
			text-decoration:none;
			color:#fae39d;
			}
		
		.navigation a:link {
			text-decoration:none;
			color:#fae39d;
			}
		
		 .navigationOn a:visited {
			text-decoration:none;
			color:#fae39d;
			}
		
		.navigationOn a:link {
			text-decoration:none;
			color:#fae39d;
			}
 /***********Right ***********************/
	#rightCol {
		background-image:url(../images/bgRightCol.gif);
		position:absolute;
		float:left;
		width:451px;
		 left:360px; 
		}
		
	  .welcom {
	  	background-image:url(../images/welcom.gif);
		background-repeat:no-repeat;
		width:450px;
		height:98px;
						}
		
		.history {
		background-image:url(../images/history.gif);
		background-repeat:no-repeat;
		width:450px;
		height:99px;
						}
						
		.documents {
		background-image:url(../images/documents.gif);
		background-repeat:no-repeat;
		width:450px;
		height:99px;
						}
						
		.linkspage {
		background-image:url(../images/links.gif);
		background-repeat:no-repeat;
		width:450px;
		height:99px;
						}
			
		.contactus{
		background-image:url(../images/contact.gif);
		background-repeat:no-repeat;
		width:450px;
		height:99px;
						}
						
	  .container {
	  	color:#FFFFFF;
		width:400px;
		padding:10px 0px 0px 25px;
		
		}
		
	.container a:visited {
	  	color:#FFFFFF;
		 
		
		}
	.container a:link{
	  	color:#FFFFFF;
		 
		
		}
	/************ Documents Pgae***********************/
	
	.docLink a:visited{
		text-decoration:none;
		color:#FFFFFF;
		}
	
	.docLink a:link{
	    text-decoration:none;
		color:#FFFFFF;
		}
		
	/************Links Page****************************/
	.busLinks {
		color:#FFEBA7;
	
	}
	.busLinks a:visited{
		text-decoration:none;
		color:#FFEBA7;
	}
	
	.busLinks a:link{
		text-decoration:none;
		color:#FFEBA7;
	}
