body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background: #f7f9ea url(../images/navigation/background.png) repeat-x;
}

.oneColFixCtrHdr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-image: url(../images/navigation/content_bkg.png);
}
.oneColFixCtrHdr #header { 
	padding: 0 10px 0 20px;
	height: 138px;
	background: url(../images/navigation/masthead.png) no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/navigation/content.png) no-repeat;
}

.mainContentBkg {
	background: url(../images/navigation/content_bkg.png) repeat-y;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/navigation/footer.png);
	height: 113px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #sidebar {
	float: right;
	width: 150px;
	background-color: #cff69b;
	margin-right: 60px;
	margin-left: 25px;
	border: 1px solid #46970c;
	padding: 20px;
}

.oneColFixCtrHdr #sidebar p {
	padding: 0;
	font-size: 11px;
	line-height: 19px;
}

.oneColFixCtrHdr #sidebar h1 {
	font-size: 12px;
	padding: 5px 0 20px;
	color: #4f9a18;
}

.oneColFixCtrHdr #sidebar h2 {
	font-size: 12px;
	padding: 20px 0 0;
	color: #000;
}


/* DigiSquid CSS Version 2.0 */

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #000;
	padding: 25px 70px 10px;
}

h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align: left;
	margin: 0;
	color: #000;
	padding: 25px 70px 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 0 70px;
	margin: 0;
}

strong {
	font-weight: bold;
}

p a:link {
	color: #48980f;
}

p a:visited {
	color: #48980f;
}

p a:hover {
	color: #fa921f;
}

p a:active {
	color: #fa921f;
}

p.more {
	margin: 0;
	padding: 25px 0px 25px 70px;
}

p.more a {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #48980f;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #e2f8a6;
	text-align: center;
}

p.more a:visited {
	display: block;
	width: 150px;
	height: 25px;
	background-color: #48980f;
	color: white;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #e2f8a6;
	text-align: center;
}

p.more a:hover {
	color: #48980f;
	text-decoration: none;
	background-color: #c8f49b;
}


.small {
	font-size: 9px;
	line-height: 10px
}

.border {
	border: solid 1px black
}

.photoleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

.photoright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}

.bigger {
	font-size: 125%;
	font-weight: bold;
}

.listing {
	padding: 10px;
	margin: 0;
}

.listingbox {
	padding: 10px;
	margin: 0;
	background-color: #f7f9ea;
	border: 1px solid #47970d;
}

p.listing {
	font-size: 12px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

.listingheader {
	background-color: #4b9913;
	color: #fff;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
}

.listingsubheader {
	background-color: #c9f69b;
	color: #4b9913;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 10px;
}

p.listing a:link {
	color: #48980f;
}

p.listing a:visited {
	color: #48980f;
}

p.listing a:hover {
	color: #fa921f;
}

p.listing a:active {
	color: #fa921f;
}

#menu {
	height: 54px;
	background-image: url(../images/navigation/navbar.png);
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
/* End SquidMenu 1.0 */

