body {
	background: #f3f3f3;
	color: #4f595b;
	font-family: "Mark Book","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-size: 20px;
	line-height: 30px;
	margin:  0;
	padding: 0;
	-webkit-font-smoothing: auto;
}

#wrapper {
	width: 1200px;
    margin: 20px auto 50px auto;
    position: relative;
	background: #ffffff;
}


.center {
	text-align: center;
}

#navigation {
	background: url(../images/nav_gradient.gif) repeat-x;
	height: 45px;
	text-transform: uppercase;
	padding-left: 20px;
}

#navigation .catalyst-logo {
	padding-top:11px;
}

#footer {
	height: 47px;
	background: url(../images/footer_texture.png);
	position: fixed;
	z-index: 20;
	bottom: 0;
	width: 100%;
}

article {
    margin: 0 auto;
	padding: 20px 0;
    width: 90%;
}

h1 {
	color: #ed601a;
	font-size: 3.125rem;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
	text-align: center;
	width: 100%;
}

h2 {
	color: #ed601a;
	font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2.0rem;
	text-align: center;
	width: 100%;
}

p {
	margin-bottom: 16px;
}

a {
	color: #ed601a;
    text-decoration: none;
    cursor: pointer;
}

ul, li {
	margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.5;
}

ol {
	list-style-type: upper-latin;
}

table, thead, tbody, tfooter, th, td {
	border: 1px solid #ed601a;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 12px;
}

td, th {
	vertical-align: top;
}

th {
	color: #ed601a;
}

table {
	width: 100%;
    margin-bottom: 2.0rem;
}

span.pseudo-ol {
	font-weight: bold;
}