body {
	margin-top: 5px;
	background-color: #fdf5e6;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	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 */
	line-height: 16px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*	font-weight: bold; - bolded instead with a <b></b> for SEO */
	color: #00529a;
	text-align: left;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 210px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00529a;
	line-height: 20px;
	font-style: italic;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

#outercontainer {
	padding-bottom: 5px;
	height: auto;
	width: 752px;
	text-align: left;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 2px;
	background-color: #c4e9d6;
	overflow: hidden;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#headercontainer {
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	background-color: #c4e9d6;
}

#headerprint {
	display: none; /* only display on print version */
}

#flashcontainer {
	padding: 0px;
	width: 752px;
	float: left;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	height: auto;
	margin: 0px;
	background-color: #FFFFFF;
}

.topslidecenter {
	margin-right: 1px;
	margin-left: 1px;
}


#sidebarcontainer {
	float: left;
	height: auto;
	width: 155px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	/* overflow: auto; */
}

#sidebarcontainer img {
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#menucontainer {
	margin: 3px;
	height: auto;
/*	width: 145px; */
	overflow: visible;
	visibility: visible;
	z-index: 100;
	border: 1px solid #00529a;
}

#maincontent {
	float: right;
	height: auto;
	width: 587px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 9999px;
	margin-bottom: -9999px; 
	overflow: auto; 
	background-color: #c4e9d6;
	z-index: 10;
}

#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	text-decoration: none;
	color: #00529a;
}
 
#maincontent a:hover {
	text-decoration: underline;
	color: #00529a;
}

#maincontent p {
	color: #333333;
	text-align: left;
}

#maincontent img {
	border: 1px solid #FFFFFF;
/*	margin-top: 5px; */
	margin-bottom: 3px;
}

.imageleft {
	margin-right: 5px;
	float: left;
}

.imageright {
	margin-left: 5px;
	float: right;
}

.imagecenter {
	margin-left: auto;
	margin-right: auto;
}


#topnavcontainer {
	padding: 0px;
	width: auto;
	float: right;
	height: auto;
	margin: 0px;
}

#topnavcontainer img {
	margin-right: 2px;
	border-style: solid;
	border-color: #00529a;
	border-width: 1px;
}

#thumbcontainer {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.thumbpreview {
	float: left;
	height: auto;
	width: 280px;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-right: 2px;
}

.thumbpreview img {
	float: left;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thumbpreviewtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	font-variant: small-caps; */
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

.thumbrooms {
	float: left;
	height: auto;
	width: 180px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}

.thumbrooms img {
	margin-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thumbroomstitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	font-variant: small-caps; */
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

.thumbdescription, .thumbdescriptionopp {
	float: left;
	height: auto;
	width: 100%;
	font-size: 13px;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.thumbdescription img {
	float: left;
	margin-right: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thumbdescriptionopp img {
	float: right;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.thumbdescriptiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	font-variant: small-caps; */
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

#footercontainer {
	padding: 5px;
	width: 742px;
	height: 86px;
	clear: both;
	margin: 0px auto 0px auto;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 2px;
	background-color: #c4e9d6;
}

#footercontainer img {
	border: 0;
}

#footerleft {
	float: left;
	width: 150px;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: center;
}

#footercenter {
	float: left;
	width: 442px;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: center;
}

#footercenter a:link, #footercenter a:visited, #footercenter a:active {
	text-decoration: none;
	color: #00529a;
}
 
#footercenter a:hover {
	text-decoration: underline;
	color: #00529a;
}

#footerright {
	float: left;
	width: 150px;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: center;
}

#belowcontainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

#belowlinks {
	width: auto;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: center;
	padding: 3px;
	background-color: #ffa07a;
}

#belowsbbw {
	width: auto;
	float: left;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#belowphoto {
	width: auto;
	float: right;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00529a;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}

#belowcontainer a:link, #belowcontainer a:visited, #belowcontainer a:active {
	text-decoration: none;
	color: #00529a;
}
 
#belowcontainer a:hover {
	text-decoration: underline;
	color: #00529a;
}

/* styles to add to the Spry widget styles */
#MenuBarCurrent li {
	background-color: #c4e9d6;
	color: #00529a;
	display: block;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: center;
	background-image: url(SpryAssets/SpryMenuBarCurrent.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#MenuBarCurrent a {
	color: #333333;
	background-color: #ffe4e1; /* misty rose color */
	font-weight: normal;
	text-align: left;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 1px 10px 1px 3px;
}

ul#MenuBarCurrent a.MenuBarItemHover, ul#MenuBarCurrent a.MenuBarItemSubmenuHover, ul#MenuBarCurrent a.MenuBarSubmenuVisible {
	color: #00529a;
	background-color: #c4e9d6;
}

.signedin {
	background-color: #ffa07a;
	text-align: center;
	margin: 5px;
	padding: 3px;
}

hr {
	color: #333333;
	font-weight: lighter;
}

.oddrow {
	background-color: #ffe4e1;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.evenrow {
	background-color: #fdf5e6;
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#comment {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	color: #00529a;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	text-indent: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffe4e1;
	border-bottom-color: #ffe4e1;
	width: 140px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(comment-quotes.jpg);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	background-color: #fdf5e6;
}

.blueitalicstext {
	font-style: italic;
	color: #00529a;
}

.calendartable {
	border: 1px solid #00529a;
	cellpadding: 0px;
	cellspacing: 0px;
}

.calendartable th {
	background-color: #ffe4e1;
	border: 1px solid #00529a;
	text-align: center;
}

.calendartable td {
	height: 80px;
	width: 14%;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333333;
	background-color: #fdf5e6;
}

.calendarevent {
	color: #00529a;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	line-height: 11px;
}

.calendarevent a:link, .calendarevent a:visited, .calendarevent a:active {
	text-decoration: none;		
}

.calendarevent a:hover {
	text-decoration: underline;
}

.recipe-title {
	color: #00529a;
	display: block;
	padding: 3px;
	margin: 0px;
	font-weight: bold;
}

.recipe-ingredients {
	background-color: #fdf5e6;
	display: block;
	padding: 3px;
	margin: 0px;
}

.recipe-instructions {
	background-color: #ffe4e1;
	display: block;
	padding: 3px;
	margin: 0px;
}

.recipe-comments {
	font-size: small;
	margin-right: 35px;
	margin-left: 35px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}

.divlefthalf {
	float: left;
	width: 280px;
	clear: both;
	height: 450px;
	padding: 3px;
	text-align: left;
	background-color: #ffe4e1;
}

.divrighthalf {
	float: right;
	width: 280px;
	height: 450px;
	padding: 3px;
	text-align: left;
	background-color: #ffe4e1;
}

.cookingtable {
	width: 80%;
	padding: 0px;
	border: 2px solid #00529a;
	}

.cookingtable th 
{ background: #ffe4e1; }

.cookingtable td
{
	padding: 3px;
}

.cookingtable tr {
	background: #ffffff;
}

.cookingtable tr:hover td
{ background: #ffe4e1; }
