body { 
	background: #cccccc url(images/bg.jpg) repeat-x top left;
	font: 9pt Arial, Verdana, sans-serif; 
	color: #666; 
	margin: 0px; 
	padding: 0px;
	}
a:link {  
	text-decoration: underline; 
	color: #99cc33;
	}
a:visited { 
	text-decoration: underline; 
	color: #99cc33;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #99cc33;
	}
.title {
	font: 16pt Arial, Verdana, sans-serif; 
	color: #99cc33;
	font-weight: bold;
	padding-bottom:20px;
}
.subtitle {
	color:#99cc33;
	font-weight:bold;
}
td {
	font: 9pt Arial, Verdana, sans-serif; 
	color: #666; 
}
#main { 
	margin: 0 auto;	
	width: 898px;
	border: solid 1px #fff;
	background: #fff;
	}
#logo {
	width: 176px;
	height: 63px;
}
#links {
	padding-top: 4px;
	background: url(images/linksbg.jpg);
	width: 898px;
	height: 22px;
}
#links a {
	display: inline;
	padding-left: 30px;
}
#links a:link {
	font: 10pt Arial, sans-serif; 
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
}
#links a:visited {
	font: 10pt Arial, sans-serif; 
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
}
#links a:hover {
	font: 10pt Arial, sans-serif; 
	color: #666; 
	text-decoration: none;
	font-weight: bold;
}
#mainpic {
	width: 898px;
	height: 228px;
}
#pic {
	width: 898px;
	height: 126px;
}
#graybar {
	background: url(images/grayline.jpg);
	width: 898px;
	height: 10px;
}
#contentbg {
	background: url(images/contentbg.jpg) bottom left no-repeat;
	width: 898px;
}
#homecontent {
	padding-left: 75px;
	padding-top: 55px;
	width: 350px;
}
#contentbg {
	background: url(images/contentbg.jpg) bottom left no-repeat;
	width: 898px;
}
#content {
	padding-left:20px;
	padding-right:20px;
	padding-top: 15px;
	width: 850px;
}

#content img{
	padding-right:20px;
}
#c1 {
	width: 400px;
	float: left;
}
#c2 {
	width: 250px;
	float: left;
	padding-left: 15px;
}

#solutions {
	text-align:center;
	width:600px;
	padding:0px;
}

#solutions td {
	width:300px;
	border:1px #666666 solid;
}

#solutions img {
	text-align:center;
	padding:0px;
	}

.tablefirst {
	background:url(images/tablebg.jpg) top repeat-x;
}

#solutions .title {
	padding:0px;
	padding-bottom:0px;
}
#principles {
	width:600px;
	border: 1px #666666 solid;
	padding:0px;
	background: #FFFFFF url(images/tablebg.jpg) top repeat-x;
}

#principles img {
	padding:0px;
	}

#principles .title {
	padding:0px;
}


#clear1 {
	clear: both;
}