@charset "utf-8";

body {
	font: normal 14px/1.5em Georgia, "Times New Roman", Times, serif;   
    color: #555;
}

#header,
#nav,
#footer,
.subnav-col,
.landing-header {
    display: none;
}

#content {
	float: none;
    width: 100%;
    margin: 0;
}

h1 {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}

a {
	color: #000;
    text-decoration: underline;
}

