body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 20px;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	line-height: 140%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}
h4 {
	font-size: 120%;
	font-weight: bold;
}
p {
	font-size: 10pt;
	line-height: 14pt;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 90%;
	min-width: 400px;
	margin: 20px auto;
	border-width: 2px;
	border-style: solid;
}
#container #header {
	position: relative;
	height: 115px;
}
#container #header #logoBanner {
	position: absolute;
	top: 0px;
	left: 0px;
}
#container #header #addressBox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	height: 115px;
	text-align:center;
	font-size: 12px;
	line-height: normal;
	overflow: hidden;
}
#container #mainbody {
	position: relative;
	top: 0px;
	left: 0px;
}
#container #mainbody #mainContent {
	position: relative;
}
#container #mainbody #mainContent #leftBlock {
	position: relative;
	clear: none;
}

#container #mainbody #mainContent #rightBlock {
	position: relative;
	float: right;
	width: 200px;
	text-align: right;
}

#topNav {
	padding: 10px 20px;
}

#textBlock {
	padding: 0 20px 20px 20px;
}

#container #footer {
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	font-size: 95%;
}
#container #mainbody #navColumn #navBar .navItem {
	height: 25px;
	padding-top: auto;
	padding-right: 2px;
	padding-bottom: auto;
	padding-left: 10px;
}
#container #mainbody #navColumn {
	border-right-width: 1px;
	border-right-style: solid;
}
#container #mainbody #navColumn #navBar  {
	margin-top:20px;
	margin-bottom:20px;
}
#container #mainbody #navColumn #navBar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#container #mainbody #navColumn #navBar li {
	padding:0;
	margin:0;
	width:180px;
}
#container #mainbody #navColumn #navBar a {
	cursor:pointer;
	display:block;
	padding:2px 4px 4px 8px;
	margin:0;
	text-decoration:none;
}
#container #mainbody #navColumn #navBar a:hover { 
	margin:0;
	padding:2px 4px 4px 8px;
	text-decoration:none;
}
#container #mainbody #rightPics img {
	padding-bottom: 3px;
}
.imgRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 250px;
	font-size: 75%;
}

.imgLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 250px;
	font-size: 75%;
}
