html, body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	background-color:#e7eddd;
	margin-top:5px;
}

a, a:visited {color:#03562c; text-decoration:none;}
a:hover{text-decoration:underline;}

input, textarea, button, pre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.font{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	}
.img{
	border:5px #CCC solid;
}
.table{
	display:table;
	width:500px;
}
.row{
	display:table-row;
	width:500px;
}
.lcell{
	display:table-cell;
	float:left;
	border:1px #000 solid;
	width:49%;
}
.rcell{
	display:table-cell;
	float:right;
	border:1px #000 solid;
	width:49%;
}
#container{
	width:100%;
	padding:0px;
	margin:0 auto;
	clear:both;
	min-height:600px;
}
#header{
	background-color:#fff;
	width:100%;
	height:160px;
	background-color:#e7eddd;
}
.headerbox{
	width:960px;
	height:150px;
	margin:0 auto;
}
.logo{
	background:url(logo.png) no-repeat center;
	width:960px;
	height:150px;
}
.homepagebanner{
	border:4px solid #CCCCCC;
height:300px;
padding:1px 0;
width:961px;
margin-top:10px;
}
#CACA{
	background-image:url(images/CAClogo.png);
	height:145px;
	width:165px;
	float:right;
}
#body{
	width:100%;
	background-color:#e7eddd;
	min-hieght:600px;
}
.bodybox{
	width:960px;
	margin:0 auto;
	min-height:600px;
}
#bodymain{
	width:710px;
	margin:0 auto;
	float:right;
}
#footer{
	margin:0 auto;
	background-color:#7AB669;
	width:100%;
	height:150px;
	border-top:4px #4D7D3E solid;
	clear:both;
}
.footerbox{
	width:960px;
	margin:0 auto;
}
#sidebar{
	width:246px;
	float:left;
}
.sidebarbox{
	width:246px;
	background-color:#CCC;




