/*Stylesheet for CCA Pine*/

#aboutCon
{
	padding: 30px;
}
body
{
	font-family: Tahoma, Geneva, sans-serif;
}
hr
{
	color: #618102;
	border-style: solid;
	height: 1px;
}
#contactCon
{
	padding: 20px;
}
#contactDet
{
	text-align: center;
}
.even
{
	background:#ffffff;
	color:#000000;
}
#indexCon
{
	text-align: center;
}
#mainCon
{
	background: #6b8d02;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 auto;
	width: 800px;
}
#menuTbl
{
	background: #799203;
	border: 1px solid;
	border-color: #618102;
	color: #ffffff;
	text-align: center;
	width:800px;
}
.odd
{
	background:#d8d6d6;
	color:#000000;
}
.productCon
{
	border: 1px solid #ffffff;
	border-collapse: collapse;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
#serviceCon
{
	padding: 20px;
}

/*Menu styling*/
/* unvisited link */
a:link 
{
    color: #ffffff;
	text-decoration: none;
}
/* visited link */
a:visited 
{
    color: #ffffff;
	text-decoration: none;
}
/* mouse over link */
a:hover 
{
    color: #000000;
	text-decoration: none;
}
/* selected link */
a:active 
{
    color: #ffffff;
	text-decoration: none;
}