body {
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*	font-weight: bold; - bolded instead with a <b></b> for SEO */
	color: #00529a;
	text-align: left;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 20px;
	padding-bottom: 2px;
	line-height: 18px;
	font-style: italic;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

#outercontainer {
	height: auto;
	width: 600px;
	float: left;
	text-align: left;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 10px;
}

/* don't display these divs at all when printing */

#headercontainer, #flashcontainer, #sidebarcontainer, #menucontainer, #topnavcontainer, #comment, #footerleft, #footerright, #belowlinks {
	display: none;
}

#headerprint {
	padding: 0px;
	margin: 0px;
}

#maincontent {
	float: left;
	height: auto;
	width: 590px; 
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
}

#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: #000000;
	text-align: left;
}

#maincontent img {
	margin-bottom: 3px;
}

.imageleft {
	margin-right: 5px;
	float: left;
}

.imageright {
	margin-left: 5px;
	float: right;
}

.imagecenter {
	margin-left: auto;
	margin-right: auto;
}

#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;
}

.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;
}

.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: 550px;
	font-size: 13px;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.thumbdescription img {
	float: left;
	margin-right: 3px;
}

.thumbdescriptionopp img {
	float: right;
	margin-left: 3px;
}

.thumbdescriptiontitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
/*	font-variant: small-caps; */
	font-size: 14px;
	line-height: 16px;
	color: #00529a;
}

#footercontainer {
	width: 600px;
	height: 86px;
	clear: both;
	float: left;
}

#footercontainer img {
	border: 0;
}

#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;
}

#belowcontainer {
	width: 600px;
	float: left;
	text-align: center;
}

#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;
}

.signedin {
	text-align: center;
	margin: 5px;
	padding: 3px;
}

hr {
	color: #333333;
	font-weight: lighter;
}

.oddrow {
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.evenrow {
	margin-bottom: 5px;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
