@charset "UTF-8";
body {
	font: 15px/22px "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	margin: 30 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
	height: 90%;
}
.TabText {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 80%;
}
a {
	color: #0099CC;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 5px;
	line-height: 5px;
	color: #36210B;
	font-weight: normal;
	width: 730px;
	background-image: url(images/flowers.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 53px;
	background-color: #C1C7A3;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
}
.imgLeft {
	margin-right: 22px;
	margin-bottom: 14px;
	border: 2px double #CCC7C7;
	padding: 5px;
}
