﻿/* CSS layout */
#container {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}
#masthead {
	background-position: center;
	padding: 0px;
	margin: 18px 0px -15px 0px;
	height: 240px;
	background-image: url('https://chicagoexecutivecoaching.com/wp-content/uploads/2017/05/header17-local-2-1.png');
	background-repeat: no-repeat;
}
#top_nav {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #0e3777;
	height: 30px;
	text-align: center;
	z-index: auto;
}
#page_content {
	font-family: "Century Gothic";
	font-size: 10pt;
	margin: 0px 12px 0px 12px;
	padding: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#footer {
	margin: 8px;
	font-family: "century Gothic";
	font-size: 8pt;
	text-align: center;
}
#postFooter {
	font-family: "Century Gothic";
	font-size: 8pt;
	text-align: center;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}
h5 {
	font-weight: bold;
	font-size: 10pt;
}
.topSpacer {
	margin-top: 0;
	margin-bottom: 0;
}
.alignRight {
	text-align: right;
}
.boldText {
	font-weight: bold;
}
.bulletspacing {
	padding-left: 22px;
	padding-right: 12px;
	margin-top: 12px;
	margin-bottom: 18px;
	text-align: left;
}
.centeredText {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.ItalicBoldCentered {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.italic {
	font-style: italic;
}
h4 {
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
