@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #d2cbb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background-image: url(../images/bg_beige.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
ul li {
	font-size: 16px;	
}
h1  {
	font-size: 26px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#63764B;
}
h2 {
	font-size: 20px;
		font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.3
}
h3 {
	font-size: 16px
}
a:link, a:visited, a:active{
	COLOR:#63764B;
	TEXT-DECORATION: none;
	font-weight: bold;
}
a:hover, a:focus {
	COLOR:#63764B;
	text-decoration: underline;
}
#divFooter h1 {
	font-size: 14px;
	color: #333;
	text-align: center;
}
