@charset "utf-8";
/* CSS Document */




body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:0px;
}


#site_content_background {
	BORDER: 0px;
	PADDING: 0px;
	MARGIN: 0px auto;
	WIDTH: 890px;
	BACKGROUND: url(left_right_shadow.jpg) 50% 50%;
}

#site_content {
	PADDING: 0px;
	MARGIN: 1px auto;
	MIN-HEIGHT: 700px;
	WIDTH: 778px;
	COLOR: #ffffff;
	border:#CCC solid thin;
}

.clear
{
	clear: both;
}



.floatright {
	text-align:center;
	float:right;
	border: 1px solid #660;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 5px;
	}

.floatleft {
	text-align:center;
	float:left;
	border: 1px solid #660;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 5px;
	
}


.footnote{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#660;
	padding-left:5px;
}

.caption {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #660;
	display:block;
	}

.body_text {
	margin-bottom:39px;
	text-align:justify;
	color:#660;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding: 0px 5px 5px 5px;
	}

.body_text_top {
	margin-top: 0px;
	margin-bottom:39px;
	text-align:justify;
	color:#660;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding: 5px 5px 5px 5px;
	
	}

a:link { color:#660; text-decoration: underline; }
a:visited {	color:#666; text-decoration: underline; outline: none; }
a:hover { color:#222; text-decoration: underline; }
a:active { color:#222; text-decoration: none; outline: none; }

.txt_hd {
	background:#74744e;
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	text-align:left;
	color:#FFF;
	height:50px;
	font-variant:small-caps;
	padding: 5px;
	margin: 0px;
	border:0px;
}

.non_sm_caps {font-variant:normal; font-size:75%;}

#footer {
	BORDER: 0px;
	PADDING: 0px;
	MARGIN: 0px auto;
	BACKGROUND: #74744e;
	COLOR: #ffffff;
	WIDTH: 778px;
}

#footer A:link { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; COLOR: #ffffff; BORDER-TOP: 0px; BORDER-RIGHT: 0px; TEXT-DECORATION: none; }
#footer A:visited {	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; COLOR: #ffffff; BORDER-TOP: 0px; BORDER-RIGHT: 0px; TEXT-DECORATION: none; }
#footer A:hover { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; COLOR: #ffffff; BORDER-TOP: 0px; BORDER-RIGHT: 0px; TEXT-DECORATION: underline; }
#footer A:active { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; COLOR: #ffffff; BORDER-TOP: 0px; BORDER-RIGHT: 0px; TEXT-DECORATION: none; }
#footer_content { PADDING: 5px 10px 10px 5px; }
#footer .footer_centre {text-align:center; font-size:75%;}

.navigation {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#FFF;
}

.wide {width:500px;}
.narrow {width:300px;}

.imgcntr {
	
	margin:10px auto;
	padding: 2px;
	text-align:center;
	border: #660 solid 1px;
}

em {font-style:italic;}

