body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4D4433;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #FFFFC2;
	border: 0;
}
#container  {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFC2;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9F8B6C;
	border-left-color: #9F8B6C;
}

#header  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 256px;
	margin: 0px;
}
#header p {
	font-weight: bold;
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header img {
	border: none;
	margin-top: 5px;
	margin-right: 10px;
}

#topNav {
	background-color: #9F8B6C;
	height: 30px;
	width: 1024px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainContent  {
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 20px;
}


#mainContent h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 20px;
}
#mainContent p {
	padding-right: 10px;
	padding-left: 20px;
}
#mainContent a {
	color: #4D4433;
	text-decoration: underline;
}



#mainContent  img {
	border: 1px solid #9F8B6C;
	margin-left: 5px;
}

#footer  {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-color: #9F8B6C;
}

#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFFFC2;
}
#footer  a {
	color: #FFFFC2;
	text-decoration: none;
}

.fltRight {
	float: right;
}

.centre {
	text-align: center;
}
.larger {
	font-size: 14px;
}

.smallType {
	font-size: 80%;
}
.imgBorder {
	border: 1px solid #9F8B6C;
	float: right;
}
