/* CSS Document */

body{margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#D9D4AE;
	}
	p {
	margin:0px;
	padding:0px;
	}
	.welcomeText{font-family:Tahoma;
            font-size:11px;
            color:#AA8F89;
			}
			.welcomeBold{font-family:Tahoma;
            font-size:12px;
			font-weight:bold;
            color:#AA8F89;
			}
			.welcomeBold2{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#AA8F89;
			line-height:18px;
			text-decoration:none;
			}
			.welcomeBold2:hover{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#AA8F89;
			line-height:18px;
			text-decoration:underline;
			}
			
			.copyright{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#000000;
			}
			.botNav{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#A56B5D;
			text-decoration:none;
			}
			.botNav:hover{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#000000;
			text-decoration:underline;
			}
			.moreText{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#8F6259;
			text-decoration:none;
			}
			.moreText:hover{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#8F6259;
			text-decoration:underline;
			}
			.moreText2{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#8F6259;
			line-height:18px;			
			text-decoration:none;
			}
			.moreText2:hover{font-family:Tahoma;
            font-size:10px;
			font-weight:bold;
            color:#8F6259;
			line-height:18px;		
			text-decoration:underline;
			}
			.botNavBorder{border-top:#E0A292 solid 1px;
			}
			.serviceText{font-family:Tahoma;
            font-size:11px;
            color:#AA8F89;
			text-decoration:none;
			text-align:justify;
			}
			.lftBg{background-image:url(images/lft_bg.gif);
			background-repeat:repeat-y;
			}
			.navDiv{background-image:url(images/nav_div.gif);
			background-repeat:repeat-x;
			background-position:left top;
			}