/* CSS Document */

body {
	background:#fff url(images/back_bl2.gif); /*color isn't seen, all covered by gray/white striped image*/
}

/* #container holds all the other divs and defines the page width */
	#container {
		background-color: #fff; /*doesn't show through - always covered by something else*/
	}
	#container {
		background-image: url(../images/content_bl2.gif);
		background-repeat: repeat-y;
	} /*a 767px X 10px picture that's colored for 160px then white; shows up under nav and content areas*/
/* end #container */
		
/* #header defines page title with subsite breadcrumbs */
	#header {
		color: #fff;/* text color of main title*/
		background: #000; /* background color of main title area */
	}
	/*#header a { color: #fffba9; }*/
	#header a:link, #header a:visited  { color: #E6E6D6; }
	#header a:hover, #header a:active  { color: #fff; } /*color of breadcrumb links */
	#header p {
	color: #E6E6D6;
	background-color:#000;
	font-size: large;
	font-style: italic;
	}
	#banner {
	background-image: url(images/tadc_banner.jpg); /*the banner picture for this theme*/
	background-repeat: no-repeat;
	background-position: center center;
	}
}
/* end #header */

/* headers */
	h2, h3, h4, h5 {
		color: #333; /*color of any other text set to one of these sizes in the main title area*/
	}
	#content h2, #nav h2 {
		border-bottom: 1px solid #000; /*border between the content/nav areas and the footer top border*/
	}
/* end headers */

/* #nav contains nav or goodies */ 
	#nav a:link, #nav a:visited  {
	color: #000;
	text-decoration: none;
} /*color of menu links in the nav area*/
	#nav a:hover, #nav a:active  {
	color: #000;
	text-decoration: underline;
}
.navmain {font-weight: bold;}
.navsub, .navchild {font-weight: normal;}
/* end #nav */ 
.pageTitle {color: #000000;}
/* #footer defines a side wide convention of document and contact info */
	#footer {
		/*border-top: solid 2px #000; /*border between the footer and the content/nav areas bottom border*/
		color: #E6E6D6; /*text color in the footer */
		background: #000000; /*background color of the footer */
	}
	/*#footer a { color: #E6E6D6; }*/
	 #footer a:link, #footer a:visited  { color: #E6E6D6; }
	#footer a:hover, #footer a:active  { color: #fff; }/* color of links in the footer */
/* end #footer */
