@charset "utf-8";
#container { 
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #000000;
} 
.left {
	background: #FFFFFF;
	float: left;
	width: 160px;
}
.right {
	background: #FFFFFF;
	float: left;
	width: 80%;
}
body {
	background-image:  url(bimages/bgtile.gif);
}
.headline {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	font-variant: normal;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding: 8px;
	float: right;
	width: 200px;
	background-color: #FAFCFE;
	margin: 2px 2px 6px 8px;
	border-top: 1px dotted;
	border-right: 1px dotted;
	border-bottom: 1px dotted;
	border-left: 1px dotted;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4974A7;
	padding: 2px;
}
.maintextsmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.header {
	background: url(http://www.dacs.org/bimages/dacsheader.gif) no-repeat left top;
	height: 87px;
	width: 95%;
	border-bottom: 2px dotted #CCCCCC;
/*	margin-right: auto;
	margin-left: auto;*/
}

.footercontainer {
	width: 95%;
	background: #FFFFFF;
	clear:both;
}
.footermaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 160px;
}
.testimonialClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.testimonialClass span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #666666;
	padding-right:5px;
	padding-left:5px;
}
.testimonialClass span span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size:xx-small;
	color: #666666;
}
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 150px; /* since this element is floated, a width must be given */
	height: 100%;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	margin-left: 6px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 140px; /* since this element is floated, a width must be given */
	height: 100%;
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
}
#mainContent {
	margin: 0;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	width: 80%;
	padding: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

