@charset "utf-8";
/* CSS Document */

#skipnav, #header, #navigation, #navigation-bar, #white-below-navbar, #content-input, #footer
{
	display: none; /* when printing, do NOT display the content of anything with these IDs */
}

h6 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	margin-bottom: 5px;
	display: inline;
	text-transform: capitalize;
	text-decoration: underline;
}

#centered-container {
	width: 20cm;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-container {
	padding: 0px 0px 0px 0px;
}

#text-page-container {
	background:transparent url(../images/layout_border_1.jpg) repeat-y;
	background-position: -35px;
}


#text-page-left {
	WIDTH: 425px;
	text-align: justify;
	padding: 0px 20px 0px 5px;
}


#text-page-right {
	WIDTH: 300px;
	padding: 0px 0px 0px 0px;
}


/* Skip link */
/* absolutely positioned offscreen so it's not visible but screen readers will still read it aloud. */
#skipnav {
	display: none;
}
