@charset "UTF-8";
body {
	font: 80% Georgia, "Times New Roman", Times, serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* 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: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333 url(../images/qwa_bg.jpg) no-repeat scroll;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	background:#000;
	padding-bottom: 10px;
}
.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 */
	color: #090;
}

.headertitle {
	font-size: 32px;
	font-weight: bold;
}
.headertitle a {
	color: #090;
	text-decoration: none;
}

.headertitle2 {
	font-weight: bold;
}
.oneColFixCtrHdr #container #header {
	font-weight: bold;
}
.oneColFixCtrHdr #container #header {
	font-weight: normal;
}
.rightsidetab {
	text-align: left;
}

#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFF;
	padding-bottom: 10px;
	text-align:center;
}

#copyright a {
	color: #FFF;
}
.oneColFixCtrHdr #container #footer .copyright a {
	color: #09F;
}
.photoheader {
	color: #090;
	font-weight:bold;
	padding-left: 5px;
	text-align: left;
}
.photoheaderimage {
	margin-right: 10px;
}

#introductions ul li {
	list-style-type: none;
	margin-top: 10px;
	color: #090;
	font-style: italic;
	text-align: right;
}

#introductions a {
	text-decoration: none;
	color: #060;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}

#introductions p {
	color: #999;	
}
#introductions {
	margin-right: 20px;
	margin-left: 20px;
	color: #999;
	}

.titleintro {
	text-align: left;
	}
	
.titleintro2 {
	text-align: right
		color: #999;
	text-align: right;
	color: #060;
	font-style: italic;
	}
	
.footerlinks a{
	color: #093;
	}.oneColFixCtrHdr #container #mainContent p strong {
	text-align: center;
}

#textbg {
	background-color: #999;
	padding: 10px;
}.oneColFixCtrHdr #container #mainContent div strong {
}

#leftlist ul li{
	list-style-type: none;
	margin-left: 0;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: small;
}

#leftlist ul {
	margin-left: 0px;
	padding-left: 0px;	
	}

#leftlist a {
	color: #090;
}

#leftcontent p {
	font: 90%;
	}
#photos {
	margin-right: 20px;
	margin-left: 20px;
}

#photosections ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	} 
#photosections a {
		color: #090;
	}

#photosections ul li{
	text-indent: 0pt;
	margin-top: 0.25em;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: small;
	font-weight: bold;
	padding: 0px;
}

#learnmore ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0.75em;
	color: #999;
	}
	
#learnmore  a{
	color: #999;
	}
	
#learnmore ul {
	margin-left: 0px;
	padding-left: 0px;
	}
.article {
	color: #999;
	font-size: small;
}

.article strong {
	color:#F6F6F6;
}

#article ul li{
	list-style-type: none;
	}
.article a {

	}
	/* control of tabbed panels*/
#tabbedcontent {
	background-color: #333333;
	}
#timeline {
	background-color:#000000;
	float:right;
	height: 600px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	right:auto;
	width:250px;
	overflow: auto;
	}

#tabcontent {
	}
#overview a{
	color: #09F;
	}
