body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	text-align: center; /* centers page in IE5 */
}

#container {
	width: 738px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: left; /* overwrite the center style */
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
}

#header {
	width: 738px;
	height: 363px;
	background-image: url(images/topbg-0.jpg);
	padding: 0px;
	margin: 0px;
}

#siteHeading {
	display: none;
}

#infoBox {
	width: 166px;
	height: 233px;
	position: relative;
	left: 34px;
	top: 98px;
	padding: 18px;
	float: left;
}

#infoBox p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
}

#siteMenu {
	float: right;
	position: relative;
	top: 335px;
	height: 10px;
	padding-left: 0px;
	width: 500px;
	text-align: right;
}

#siteMenu ul {
	margin: 0px;
	padding: 0px;
}

#siteMenu ul li {
	color: #FFFFFF;
	list-style-type: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 8px;
	margin-right: 10px;
}

#siteMenu ul li.last {
	border-right: none;
}

#siteMenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#siteMenu ul li a:hover {
	text-decoration: underline;
}

#mainContent {
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
	line-height: 20px;
}

#mainContent h2 {
	position: relative;
	left: -80px;
	font-size: 18px;
	color: #1D34AA;
	font-weight: normal;
	font-style: italic;
	margin-top: 23px;
	margin-bottom: 21px;
	font-family: Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
}

#mainContent h3 {
	font-size: inherit;
	color: #1D34AA;
	font-weight: bold;
}

#mainContent a {
	color: #1D34AA;
	text-decoration: none;
}

#mainContent a:hover {
	text-decoration: underline;
}

#bottomRuler {
	width: 738px;
	height: 48px;
	background-image: url(images/footruler.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 10px;
	padding-top: 20px;
}

a img {
	border: 0px;
}

hr {
	color: #1D34AA;
	background-color: #1D34AA;
	height: 2px;
	border: 0px;
}

.guestBookHr {
	height: 1px;
}
