@charset "utf-8";

body {
	font: 90% "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bg_fade.gif); color:#626161;
	margin: 0; 
	padding: 10px 0 10px 0;
	text-align: center;
	color: #000000;
}

body a:visited {
	color: #0033CC;
}

.layout #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.layout .printable {
	display: none;
}

span.strong {
	font-weight: bold;
}

span.cryllic {
	font: 120% "Times New Roman", Arial, Helvetica, serif;
}

span.gray {
	color:#666666;
	font-weight:bold;
}

span.orange {
	color:#FF6600;
	font-weight:bold;
}

span.green {
	color:#009900;
	font-weight:bold;
}

span.yellow {
	color:#FFCC00;
	font-weight:bold;
}

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

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

.layout #border {
	background: #4F91CD; 
	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: 33px;
}

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

.layout #header {
	background: #FFFFFF; 
	padding: 0 0px 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 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 525px; 
	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: #959CA1;
	font-size: 66%;
	text-align: center;
}

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

.layout #content td h2{
	font-size: 200%;
}

.layout #content td h3{
	font-size: 150%;
}

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

.layout #content td.list p {
	font-size: 100%;
	text-align: left;
}

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

}

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

}

.layout #content h1 {
	text-align: right;
	color: #959CA1;
	font-size: 166%;
}

.layout #content h2 {
	text-align:left;
	color: #959CA1;
	font-size: 133%;

}

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

.layout #content h2.menu, .layout #content h3.menu {
	text-align:center;
	line-height: 125%;
	font-size: 150%;
}

.layout #content h2.menu-right, .layout #content h3.menu-right {
	text-align:right;
	line-height: 125%;
	font-size: 150%;
}

.layout #content h3 {
	text-align:justify;
	color: #959CA1;
	font-size: 110%;
}

.layout #content td.banner {
	text-align:left;
	color:#FFFFFF;
	font-size: 125%;
	font-style:italic;	
	font-weight: bold;
	margin-left: 10px;
}

.layout #content td.banner p {
	color:#FFFFFF;
	font-size: 125%;
	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: 75%;
	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: 75%;
	font-weight: bold;
	height:auto;
}

div.imageleft {
	float: left; 
	font-size: 75%;
	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 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}

.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: 75%;
	color: #959CA1;
}

.layout #footer a {
	text-decoration: none;
	color: #4f91cd;
}

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

.layout #footer a:visited {
	color: #959CA1
}

span.strong {
	font-weight: bold;
}

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

