p, h1, div, body {
	padding: 0;
	margin: 0;
}
body {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #142C33;
	background-color: #FFF;
	text-align: center;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.logo {
	text-align: left;
	padding: 28px 0 0 19px;
	height: 102px;
}
.main {
	background: #FFF url("images/bg-pattern.gif") 0px 92px no-repeat;
	width: 800px;
}
.rightPics {
	background-position: top right;
	background-repeat: no-repeat;
}
.leftNav {
	 width: 155px;
	 padding: 10px 5px 18px 18px;
	 line-height: 29px;
	 text-align: left;
	 background: url("images/left-nav-bg.gif") top left repeat-y;
}
.rightCol {
	width: 645px;
	padding-left: 18px;
	text-align: left;
}
.rightCol p {
	padding-bottom: 16px;
}
.smallWidth {
	padding-right: 265px;
}
.topLink a {
	/* color: #AAC2C8; */
	color: #799EA8;
}
.footer {
	font-size: 9px;
}