@charset "utf-8";
body {
	font: 0.7em Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	margin:0 0 1.5em 0;
	padding:0;
}

a {
	color:#4174b6;
}

a:hover {
	color:#ef6d21;
}

h1 {
	margin:0;
	padding:0;
}

h2 {
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.3em;
	margin-top:0;
}

h3 {
	font-size:1.3em;
	font-style:italic;
	font-weight:normal;
}

h4 {
	font-family: Cambria, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
}

ul li, ol li {
	padding-bottom:5px;
	padding-top:5px;
}

.left {
	float:left;
	margin-right:5px;
}

.right {
	float:right;
	margin-left:5px;
}

p.article-link {
	font-size:1.2em;
	padding-bottom:0;
	margin-bottom:0;
}

p.back {
	margin:-1em 0 0.5em 0;
	padding:0;
}

#container {
	width: 516px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: url(../images/right-bar.jpg) no-repeat 153px right;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:20px 0;
}
#mainContent {
	padding: 0 95px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/ceridianlogo.jpg) no-repeat bottom right;
	color:#333333;
	text-align:left;
}

#logo {
	float:right;
}

#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
}

p#subfooter { margin:1.5em 0; font-size:0.9em; }