@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FCFFEC;
	margin: 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: #000000;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCFFEC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
	float:left;
	top:0;
	left:0;
	width:780px;
	height:88px;
	margin:0;
	padding:2px 0px;
}

#navbar {
	float:left;
	width:140px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#034311;
	border:1px solid #6F8D6E;
	background-color:#E9FFC6;
}

#bodyContent {
	float:left;
	width:457px;
	padding:0px 0px 10px 0px;
	margin:0px 9px 10px 10px;
	border:1px solid #6F8D6E;
	background-color:#E9FFC6;
}

#bodyContentText {
	float:left;
	padding:0px 10px 0px 10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#034311;
	border:0px;
}

#calloutContainer {
	float:right;
	width:150px;
	margin:0px 8px 10px 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#034311;
	text-align:center;
}

#calloutTop {
	float:right;
	width:150px;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border:1px solid #6F8D6E;
	background-color:#E9FFC6;
}

#calloutBottom {
	float:right;
	width:150px;
	margin:0px;
	padding: 0px 0px 10px 0px;
	border:1px solid #6F8D6E;
	background-color:#E9FFC6;
}

#footer {
	clear:both;
	width:780px;
	padding:0px;	
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#034311;
	text-align:center;
}

.boldTextLarge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#034311;
	font-weight:bold;
}

.boldText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#034311;
	font-weight:bold;
}

.quoteText {
	font-size:11px;
	font-style:italic;
	color:#034311;
}

.centrePhoto
{
	text-align:center;
}

.leftphoto
{
	float:left;
	display:inline-block;
	margin:0px 10px 0px 0px;
}

.rightphoto
{
	float:right;
	display:inline-block;
	margin:0px 0px 0px 10px;
}

a:link
{
	color:#034311;
	font-weight:bold;
	text-decoration:underline;
}

a:visited
{
	color:#034311;
	font-weight:bold;
	text-decoration:underline;
}