@charset "UTF-8";
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
}
body {
	background-color: #F2EDE7;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: left;
}
#mainLayout {
	background-color: #F6F5F5;
}
.contactInfo {
	line-height: 14px;
	font-size: 12px;
}
.contactInfo a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.contactInfo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.contactInfo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.copyright  {
	line-height: 14px;
	font-size: 12px;
}
#navTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626161;
	text-align: center;
	margin-bottom: 5px;
}
#navTable a {
	color: #626161;
	text-decoration: none;
}
#navTable a:hover {
	color: #000000;
	text-decoration: underline;
}
#navTable ul {
	list-style-type: none;
	padding: 0px;
}
#navTable li {
	display: inline;
	padding-right: 60px;
}
#navTable  .lastNavLink {
	padding-right: 0px;
}
#footer p {
	padding-right: 5px;
}
#footer p.contactInfo {
	text-align: right;
}
a {
	color: #222222;
}
