	
/* ------------------- Defining areas ---------------- */

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	}

#page-margin {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	background-color: transparent;
	text-align: center;
	clear:both;
	}

#content-pane {
	position: relative;
	top: 223px;
	left: 0px;
	/*padding: 10px 30px 10px 30px;*/
	margin: 0px 50px 0px 20px;
	background-color:  white;
	border: thin solid white;
	clear: both;
	z-index: 0;
	}

#footer {
	position: relative;
	top: 231px;
	right: 50px; /* same as content pane */
	background-color: transparent;
	padding: 1px;
	/*margin: 0 0 0 170px: having this in breaks it in ie6 */
	width: 100%; /* this means the footer actually displays in ie6 */
	}


#content {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #00325A; /* dark blue */
	border: 2px solid #0096DC; /* light blue */
	margin: 0px 0px 0px 150px; /*left margin = width of tabs*/
	z-index: 1;
	padding: 0px;
}
/*hack to make clear work in IE6 and below */
* html #content {
height: 1%;
}


#tabs {
	background-color: transparent;
	width: 146px; /* margin of content  = negativemargin-borderwidth*/
	margin: 10px 14px 10px -160px; /* linked to width of activetabs, + 2xpadding of activetab + padding of content(if any) */ /*right margin is for ie7, doesn't affect firefox */
	float: none; /* necessary for a workaround a bug in ie6, this div MUST be enclosed in a div with float left */
	clear: both;
	position: relative;
}

div.news {
	background-color: white;
	float: right;
	border: 1px solid #0096DC; /* light blue */
	width: 30%;
	margin: 1em;
	padding: 0.5em;
	position: relative;
}


	



/* ---------------- layout styles --------------- */

.clear {
	clear: both;
	visibility: hidden;
	position: relative;
}


table {
	margin: 0px;
	padding: 0px;
	}
tr {
	margin: 0px;
	padding: 0px;
	}
td {
	margin: 0px;
	padding: 0px;
	}

div {
	margin: 0px;
	padding: 0px;
	}

.border {
	border: 2px solid #0096DC; /* light blue */
	}

img {
	border: none;
	padding: 1em;
	}

img.margin {
	margin: 5px;
	vertical-align: middle;
	}


/* --------------------------- text styles ------------------------ */


p {
	margin: 1em 1em;
	text-align: left;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	}

p.large {	
	text-align: left;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	}

p.small {	
	text-align: left;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	}


ul {	
	margin: 1em 1em;
	text-align: left;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%; /* same as paragraph */
	}

strong {
	font-weight: bolder;
}

h1 {
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	color: #00325A; /* dark blue */
	font-size: 150%;
	}

h2 {
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	color: white;
	font-size: 120%;
	margin: 1em;
	}

h3 {
	text-align: center;
	color: #00325A; /* dark blue */
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	margin: 0.2em 0px 0.1em 0px;
	padding: 0px;
	}

h4 {
	text-align: left;
	font-family: Calibri, Arial, sans-serif;
	font-size: 95%;
	margin: 0px;
	padding: 2px;
	color: #00325A; /* dark blue */
	font-weight: bolder;
	background-color: #0096DC; /* light blue */
	}

p.news-story {
	text-align: left;
	font-family: Calibri, Arial, sans-serif;
	font-size: 95%;
	margin: 0px 0px 0.2em 0px;
	padding: 0px;
	color: #00325A; /* dark blue */
	font-weight: normal;
	}

p.extras {
	text-align: right;
	font-family: Calibri, Arial, sans-serif;
	font-size: 75%;
	color: #00325A; /* dark blue */
	font-weight: normal;
	}

.activetab {
	width: 100%; /* linked to width of tabs div*/
	background-color: #00325A; /* dark blue */
	border-top: 2px solid #0096DC; /* light blue */
	border-left: 2px solid #0096DC; /* light blue */
	border-bottom: 2px solid #0096DC; /* light blue */
	border-right: 2px solid #00325A; /* dark blue */ /* border overlaps the content pane */
	margin: 4px 0px 4px 0px;
	text-align: right;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	padding: 8px 5px;
	position: relative;
	z-index: 2;
}

.inactivetab {
	width: 100%; /* linked to width of tabs div*/
	background-color: white;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	/*border-right: 2px solid #0096DC; /* light blue */ /* must be same colour as border of content */ /*taken out because of dots */
	margin: 4px 0px 4px 0px;
	text-align: right;
	color: #00325A; /* dark blue */
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	padding: 8px 5px;
	position: relative;
	z-index: 1;
}

.alignright {
	text-align: right;
	}

.aligncenter {
	text-align: center;
	}


a:link {
	color: #0096DC; /* light blue */
	font-weight: bolder;
	text-decoration: none;
	border: none;
	}
a:visited {
	color: #0096DC; /* light blue */
	font-weight: bolder;
	text-decoration: none;
	border: none;
	}
a:hover {
	color: #00CCFF; /* lighter blue */
	font-weight: bolder;
	text-decoration: underline;
	border: none;
	}
a:active {color: #0096DC; /* light blue */}



/* -------------- this code displays text behind the title image in case images are turned off, also improves google rating ----- */
h1#pageheader {
	margin: 0px 200px 0px 0px;
	padding: 0px;
  position: absolute;
	top: 31px;
	left: 3px; 
	width: 400px;
	height: 192px;
	overflow:hidden;
	clear: both;
	}
h1#pageheader span {
	display: block;
	position: absolute;
	left: 3px;
	top: 0px;
	z-index: 1;
	width: 400px;
	height: 192px;
	background: url("graphics/DAFlogo.jpg") top left no-repeat;
	}

h1#subtitle {
	display: inline;
	position: absolute;
	top: 190px;
	left: 420px; /* left margin = width of logo image + a bit more */
	}
	
#dccBanner img {
	padding:0px;
}





