@charset "utf-8";

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

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

.layout #container {
	width: 580px;  /* 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. */
}

span.strong {
	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: 30px;
}

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

.layout #border a {
	text-decoration: none;
	color: #FFFFFF;

}

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

}

.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 h2 {
	text-align:left;
	color: #959CA1;

}

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

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;
}

span.strong {
	font-weight: bold;
}

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

