body
{
    font-size: 13px;
    font-family: Arial;
    color: #484848;
	background-color: #AA8469;
	background-image: url(../images/imgBackground.jpg);
}
h1,h2,h3,h4,h5,h6
{
	text-align: left;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC99;
	color: #484848;
}
p
{	
	margin-left: 10px;
	margin-right: 10px;
}
/* Anchors */
a
{
	text-decoration: none;
	color: #484848;	
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px none;
}
hr
{
	width:90%;
}
.borders
{
	position: absolute;
	z-index: 4;
	Width: 13px;
	height: 14px;
}
.imgFloatLeft
{
	margin-right: 5px;
}
.imgFloatRight
{
	margin-left: 5px;
}
.marginTop
{
	margin-top: 15px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 0px;
}
.tdCustomerInfo
{
	background-color: #FFCC99;
}
.tdCustMessage
{
	background-color: #D9B498;
}
.TinyFont
{
	font-size: 11px;
	color: #000000;
}
.img120X85Left
{
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom : 5px;
	margin-left: 0px;
}
.finePrint
{
	font-size: 9px;
}
/*  --------------------------------DIV ID STARTS HERE -------------------------------*/


/* HEADER SECTION */
/*
	The header
	Location: Very top part or the head part of the page
	purpose: presentation
*/
#divHeader
{
	top: 21px;
    left: 12px;
    
    position: absolute;
    
    width: 950px;
    height: 87px;
    
    background-color: #B99072;
}

/*
	Sidebar
	location: the left side of the page
	purpose: a redundant navigation bar. It is "always visible" version of the dropdown list
*/
#divNavigator
{
	top: 145px;
	left: 13px;
	position: absolute;
	z-index: 1;	
	height: 530px;
	width: 188px;
	
	background-color: #aa8469;
	background-image: url(../images/imgSideBar.jpg);
}
#divNavigator p
{
	margin-top:18px;
	margin-bottom:0px;
}

/* MAIN PAGE */

/*
	Stage or content of the page
	location: below the linkbar at the dead center of the page
	purpose: to store and show main function and assets of the page
*/
#divStage
{
	left: 210px;
	top: 147px;
	position: absolute;
	width: 551px;
	color: #484848;
	background-color: #FDD9B9;
	background-image: url(../images/imgStageBackground.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	height: 472px;


}
/*
	bulletin board
	location: the right side of the stage
	purpose: to show dynamic (constantly changing) information and minor information. It catches
		what the stage does not mention or cover
*/
#divBulletinBoard
{
	top: 148px;
	left: 772px;
	position: absolute;
	z-index: 1;
		
	height: 526px;
	width: 208px;
	
	color: #FFEBC8;
	background-color: #aa8469;
	background-image: url(../images/imgSideBar.jpg);  
}
#divBulletinBoard p
{
	line-height: 1.2;
	font-size: 11px;
	margin-left: 19px;
	margin-right: 5px;
	color: #FFEBC8;			
}
#divBulletinBoard a
{
	text-decoration: underline;
	color: #FFEBC8;
}
#divBulletinBoard a:hover
{
	text-decoration: underline;
}
#divBtllHeader
{
	background-color: #A98469;
	color: #FFEBC8;
	margin-left: 19px;
}
#tblServices
{
	font-size: 13px;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tblServices td
{
	vertical-align: top;
}
#tblServices p
{
	font-size: 11px;
}
#tblTestimony {
	border: 1px solid #484848;
	width: 195px;
	margin-left: 7px;

}
ar {
	border: 1px solid #CC9966;
}
.finePrint
{
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
#divBottomLinks
{
	top: 692px;
	left:210px;
	position: absolute;
	width: 570px;
	height: 26px;
	text-align: center;
	font-size: 9px;



}
#divCopyright
{
	top:723px; 
	left:300px; 
	position: absolute;
	text-align: center;
	font-size: 9px;	
}
#imgMenuTopLeft
{
	top:145px; 
	left:13px;
}
#imgMenuTopRight
{
	top:145px; 
	left:188px;
}
#imgTopRight
{
	top:147px; 
	left:748px;
}
#imgTopLeft
{
	top:147px; 
	left:210px;
}
#imgBBrdMenuTopLeft
{
	top:148px; 
	left:772px;
}
#imgBBrdMenuTopRight
{
	top:148px; 
	left:967px;

}
#divHomepage
{
	position:absolute; 
	width:73px; 
	height:19px; 
	z-index:100; 
	top: 3px; 
	left: 0px;
}
