body {
	background-color: white;
	font-family: serif, 'times new roman';
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	margin: 0px;
}

/** Structural **/
#container {
	width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top; 20px;
	padding-bottom: 50px;
}

#header {

	padding-top: 10px;
	padding-bottom: 10px;
}

#nav{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #dbe6fe;
}

#footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	font-size: 8pt;
	font-style: italic;
	padding-left: 10px;
	padding-top: 5px;
}

#main-sidebar {
	background-color: #ffedca;
	text-align: left;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
}

#main {
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/** Typographical **/
#header-name {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

#header-slogan {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

.article-headline {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.article-teaser {
	font-size: 11pt;
}

/** Hyperlinks **/

a.nav-link {
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
}

a.nav-link:hover {
	color: black;
	background-color: #9baafd;
	text-decoration: none;
}

a.nav-link:visited {
	color: black;
}

a.nav-link:active {
	color: black;
}

#articleList{
    clear: both;
}

.callout {
    border: 1px #9baafd solid;
    float: left;
    width: 200px;
    padding: 5px;
    font-weight: bold;
}

.inline-right {
    float: right;
}