body {
	color: #777777;
	background-color:#FFF;
	padding: 0px;
	margin: 0px;
	font: normal normal 13px Arial;
	line-height:18px;
}

a,a:visited,a:active {color: #66aa33;}
a:hover {color: #66CC00;}

h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal 26px Arial; line-height:30px }
h2{ font-size:18px; line-height:24px }
h3{ font-size:16px; line-height:21px }
h4{ font-size:14px; line-height:18px }
h5{ font-size:13px; line-height:16px }
p{ padding:0px 0px 0px 0px; }

img {border:none;}
#page {width:1030px; margin:auto;}

#header {
	width: 670px;
	background: #fff url(images/cac_building.jpg) right center no-repeat;
	float:left;
	border-bottom: 2px solid #bbb;
	padding-bottom: 10px;
	margin-bottom: 1em;
}

#content {
	width: 650px;
	float:left;
	padding-right: 20px;
	text-align:justify;
}
#content img {
	float:left;
	padding: 10px;
}

#content table {
	border:none;
	width: 100%;
}

.title {
	border-bottom: 1px dotted #bbb;
}

.clear {
	clear:both;
}
#sidebar {
	float: right;
	width: 350px;
	margin-top: 100px;
	text-align:center;
	border-left: 2px solid #bbb;
}

#sidebar img {
	border:none;
	clear:both;
}

#sidebar .caption {
	font-size: small;
	margin-top: 0;
	clear:both;
	margin-bottom: 1em;
}
#footer {
	width: 800px;
	float:left;
	
}
