/* Stylesheet for Aus-Tex Electric Company */

body{
	background-color:#FFFFCC;
}
#parentTable{
	width: 800px;
	height: 500px;
	background-color: #EFEEB5;
	text-align: left;	
}

.headerSection { 
	text-align: center;
}
.parentCenterBodyTD { 	
	background-image:  url(bodyimage.jpg);
	background-repeat: no-repeat;
}
#childCenterBodyTable{
	
}
#outerLeftMenuTable{	
	background-color: #C8C791;
	width: 100%;
}
#innerLeftMenuTable{	
	background-color: #A0A077;
	width: 100%;	
}
.menuLinks{
	text-align:left;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;	
}
.menuLinks a{
	text-decoration:none;
	color: #000000;
}
.bodyConent{
	width:80%;
	text-align:center;
}