@charset "utf-8";

body {
	font: 100% "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 25px 0 25px 0;
	text-align: center; 
	color: #000000;
}

.layout #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.layout .screenonly {
	display: none;
}

span.strong {
	font-weight: bold;
}

.layout #container img.right{
	float: none;
}

.layout #container img.left{
	float: none;
}

.layout #border {
	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: 0px;
}

.layout #border 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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-size: 66%;
	text-align:right;
}

.layout #header {
	background: #FFFFFF; 
	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. */
}

.layout #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 */
}

.layout #header h1.screenonly {
	display: none;
}

.layout #header ul {
	display: none;
}

.layout #header img {
	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: 0 10px 0 450px; 
	border: none;
}

.layout #content {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.layout #content p {
	text-align:justify;
}

.layout #content p.center {
	text-align: center;
}

.layout #content th {
	color: #000000;
	font-size: 66%;
	text-align: center;
}

.layout #content td {
	font-size: 75%;
	text-align: center;
}

.layout #content td.table {
	font-size: 100%;
	text-align: justify;
	vertical-align: middle;
}

.layout #content a {
	text-decoration: none;
	color: #000000;

}

.layout #content a:hover {
	text-decoration: underline;

}

.layout #content h1 {
	text-align: right;
	color: #000000;
}

.layout #content h2 {
	text-align:left;
	color: #000000;

}

.layout #content h2 a, .layout #contact h3 a {
	color: #000000;
}

.layout #content h2.menu, .layout #content h3.menu {
	display: none;
}

.layout #content h2.menu-right, .layout #content h3.menu-right {
	display: none;
}

.layout #content h3 {
	text-align:justify;
}

.layout #content td.banner {
	text-align:left;
	font-size: 110%;
	
}

.layout #content td.banner p {
	font-style:italic;	
	font-weight: bold;
	margin-left: 10px;
}

.layout #content td.graph {
	font-size: 100%;
	font-weight: bold;
	text-align:center;
}

.layout #content td.graphtitle {
	font-size: 125%;
	font-weight: bold;
	text-align:center;
}

.layout #content p.citation {
	font-size: 66%;
	font-weight: bold;
	font-style: italic;
}

.layout #content p.emphasis {
	font-weight: bold;
	font-style: italic;
}

.layout #content blockquote {
	text-align:justify;
}

div.imageright {
	float: right; 
	font-size: 66%;
	font-weight: bold;
}

div.imageleft {
	float: left; 
	font-size: 66%;
	font-weight: bold;
}

div.imageright div {
	text-align:center;
	overflow:auto;	
}

div.imageleft div {
	text-align:center;
	overflow:auto;
}

.layout #news {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.layout #news p.heading {
	font-weight: bold;
	font-size: 125%;
}

.layout #footer {
	display: none;
}

.layout #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-style: italic;
	font-size: 66%;
	color: #000000;
}

.layout #footer a {
	
}

span.strong {
	font-weight: bold;
}

span.emphasis {
	font-style: italic;
	text-align: justify;
}
