/*== GLOBAL ==*/
* {
	margin: 0;
	}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	}

/*== WRAPPER ==*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 700px;
	margin: 0 auto -60px;
	text-align: left;
	}
	
/*== HEADER ==*/	
.header {
	height: 100px;
	background-color: #ffffff;
	background-image:url('../images/ddac_logo.gif');
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom:2px solid #CC0000;
	padding: 10px 0px 10px 0px;
	}
.header h1{
	text-align: right;
	margin:0px 0px 0px 0px;
	}
.header h2{
	text-align: right;
	margin:0px 0px 0px 0px;
	color: #CC0000;
	}

/*== TYPOGRAPHY ==*/	
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
h6{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}

/*== SITEMAP LINKS ==*/
.sitewrapper{
	padding: 10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	}
.sitemap{
	}
.sitemap a {
	color: #2e2e2e;
	text-decoration: underline;
	line-height:1.4em;
	padding: 0px 3px 0px 3px;
	}
.sitemap a:hover {
	color: #CC0000;
	background-color: #f3f3f3;
	text-decoration: none;
	padding: 0px 3px 0px 3px;

	}

/*== FOOTER ==*/
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	}
.footer {
	position: relative;
	width: 700px;
	margin: 0 auto;
	border-top: 2px solid #CC0000;
	background-color: #282828;
	color:#ffffff;
	text-align: center;
	font-size: .8em;
	}
.footer p {
	padding:10px 0px 10px 0px;
	}
.footer a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
	}
.footer a:hover {
	color: #CC0000;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: bolder;
	}
