﻿@media only screen and (max-device-width:480px) {
	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust:100%; 
		-ms-text-size-adjust:100%;
	}

	
}
body {
	background-color: #B9C9D8;
	font-size: 13px;
	
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}
	background-color: #B9C9D8;
	font-size: 13px;
	color: #2e2d2c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1, h2, h3 {
	background-color:transparent;
	
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #9DABB8;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #B9C9D8;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}

li {
	
	text-decoration: none;
}
ul{
list-style-type: none;
}



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #dde5ec;
  width: 740px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  margin: 10px auto 10px auto; 
}
#outerWrapper #sitename {
	background-position: center center;
	background-color: #ffffff;
	text-align: center;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	border-top: 2px solid #44260D;
	border-bottom: 2px solid #44260D;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	background-image: url('');
	background-repeat: no-repeat;
}
#outerWrapper #header {
	padding: 0px 20px 0px 0px;
	border-bottom: solid 1px #826a50;
}
#outerWrapper #topNavigation {
	background-color: #B9C9D8;
}
#outerWrapper #leftHalf {
	width:360px;
	float:left;
}
#outerWrapper #rightHalf {
	margin-left:360px;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/	
	border-right: 1px solid white; /*right divider between tabs*/	
	color: white;
	background: #9DABB8; /*background of tabs (default state)*/
}
.mattblacktabs li a:visited{
	color: white;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background: #DDE5EC; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#outerWrapper #contentWrapper {
		background-color: #DDE5EC;
}


#outerWrapper #contentWrapper #content {
	background-color: #DDE5EC;
	padding: 10px 20px;
	margin: 0px;
	font-family: Georgia , Times, serif;
	font-size:13px;
	line-height:23px;
}
#outerWrapper #footer {
  clear:both;
  background-color: #9DABB8;
  border-top: solid 1px #b66524; 
  padding: 10px; 
  text-align:center;
}

#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Sets the style for unvisited links. */
#outerWrapper #footer a,
#outerWrapper #footer a:link,
#outerWrapper #footer a:visited 
 {
	color: black;
}

.hidden {
	display:none;
}

.citation {
	font-style:italic;
}
/*=============images =============*/
.imglft {
	float: left;
	padding: 5px;
  margin-right:18px;
}
.imgrgt {
	float: right;
	padding: 5px;
}

