﻿/* CSS layout */
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

#masthead a {
	color: blue;
	text-decoration: underline;
}

#masthead a:hover {
	color: #402640;
	text-decoration: underline;
}


#container {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-color: yellow;
}

#navigation {
	width: 200px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: yellow;
	font-weight: bold;
	color: black;
	position: absolute;
}

#page_content {
	padding: 0 0 0 7px;
	margin-left: 201px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-left-color: black;
	border-left-style: solid;
	border-top-color: black;
	border-top-style: solid;
	background-color: white;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: x-small;
	padding: 0 0 0 7px;
	background-color: white;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
	
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
	
#navigation a:hover {
	color: blue;
	text-decoration: none;
}
	
#page_content a {
	color: blue;
	text-decoration: underline;
}

#page_content a:hover {
	color: #402640;
	text-decoration: underline;
}

#research {
	position: absolute;
	width: 415px;
}

#newspapers {
	position: relative;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: thin;
	padding-left: 10px;
}
