

html {
       overflow-y: scroll;
}

body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color:#1B3F94;
	font-family: 'Roboto', 'Segoe UI', 'Helvetica', sans-serif;
	text-align: center;
	color: #444;
	margin-bottom: 100px;
	background-image: url('halftone.png');
	background-repeat: repeat-x;
}


.caption {
	font-size: 90%;
	font-style: italic;
	padding-bottom: 20px;
}

A:link {
	color: #06d;
}

A:active {
	color: #d60;
}
	
A:visited {
	color: #028;
}

A:hover {
	color: #d60;
	text-decoration: underline;
}

img {
	border: 0;
}

.passage {
	font-style: italic;
}

.question {
	font-weight: bold;
	color: #111;
}

h1 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #222;
	text-shadow: #bbb 1px 1px 1px;
}
	
a.navlink {
	font-family: 'Oswald', sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-shadow: #bbb 1px 1px 1px;
	padding-bottom: 10px;
}	

a.navlink:hover {
	border-bottom: solid #444 3px;
	text-decoration:none;
	color:black;
}

a.navlink:link {
	color: black;
}

a.navlink:visited {
	color: black;
}

div.navlink {
	display: inline-block;
	width: 18%;
	text-align: center;
}

div#pagecontainer {
	width: 960px;
	margin: 0px auto -1px auto;
	margin-top: 20px;
}

div.nra {
	text-align: right;
	padding-right: 64px;
}

a#nra {
	color: #9EBBFF;
	font-size: 8pt;
	text-align:right;
	text-decoration: none;
}

a#nra:hover {
	color: #D1DFFF;
}

div#header {
	background-image: url('header.png');
	height: 146px;
}

a#logo {
	display: inline-block;
	width: 416px;
	height: 146px;
	text-decoration: none;
}

div#navbar {
	float: right;
	margin-top: 81px;
	margin-right: 56px;
	text-align: right;
	width: 470px;
}

div#content {
	background-image: url('body.png');
	font-size: 11pt;
	line-height: 150%;
	padding: 71px;
	padding-top: 20px;
	padding-bottom: 43px;
	text-align: justify;
}
	
div#footer {
	background-image: url('footer.png');
}
