@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #2a75bb;
	background-image: url(images/dda_background.jpg);
	background-repeat: repeat;
	/*margin: 0;  it's good practice to zero the margin and padding of the body element to account for differing browser defaults 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	color: #000000; */
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	zoom: 1;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #666666;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
/*.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div
}*/
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0066CC;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.contactFooter {
	font-size: 12px;
	color: #666666;
}
.linkFooter {
	font-size: 10px;
	color: #666666;
}
.photoRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.photoBoxRight {
	text-align: center;
	float: right;
	width: 240px;
	margin-right: 75px;
}
.photoBoxLeft {
	text-align: center;
	float: Left;
	width: 240px;
	margin-left: 75px;
}
#wrapper {
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	/*border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 10px solid #000000;
	border-left: 2px solid #000000;
	margin: 0 auto;
	background: #FFFFFF url(images/bg_column.gif) repeat-y;
	*/
}
br.clear {
	clear: all;
}
#main {
	/*margin-right: 10px;
	margin-left: 175px;
	padding-left: 10px;
	border-left: 1px dotted #CCCCCC;
	*/
	padding-top: 15px;
}
#main .caption {
	font-size: .75em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #666666;
	margin-top: -20px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
.photoCenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
