html {
	min-height: 100%;
	max-width: 960px;
	margin: 0 auto;
}

body {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #444444;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	color: #4c7ca6;
	font-weight: 900;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
}
h1 {
	font-size: 72px;
	color: #205c90;
	line-height: 1;
	letter-spacing: -3px;
	vertical-align: text-bottom;
	text-align: right;
	padding: 0;
	margin: 30px 0 0 0;
	white-space: nowrap;
}
h2 {
	font-size: 42px;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-weight: normal;
	line-height: 54px;
	letter-spacing: -2px;
	margin: 36px 0 18px 0;
}
h2:first-child { margin-top: 9px; }
h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 36px;
	margin: 1.0em 0 -18px 0;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin: 0.5em 0 0 0;
}
strong { 
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	color: #abb469;
}
a { color: #205c90; text-decoration: none; }
ul { list-style: square; }
ol { list-style: decimal; }
ul, ol { overflow: auto; }
ol ol {
  list-style: lower-roman;
}
li { margin-left: 3em; }
input, textarea { font-family: Tahoma, Geneva, Verdana, sans-serif; }
tt, code {
	font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace;
	background: #eeeeee;
	font-size: 16px;
}
pre {
	white-space: pre; 
	font-family: "DejaVu Sans Mono", "Courier New", Courier, monospace;
	color: #000000;
	display:block;
	font-size: 12px;
	line-height: 18px;
	margin: 9px;
	overflow: auto;
}
/* Pygments highlighted area */
.highlight {
	border: 1px dashed #ddd;
	background: none;
}

#content p { margin: 1.5em 0 0.5em; }

.heading { border-bottom: 1px solid #205c90 }
.homepage .heading { border-bottom: none; }

.intro { color: #dddddd; margin: 0; }
.intro .cell { border-top: 1px solid #205c90; }
.intro .cell { background: #205c90; color: white; }
.intro p { padding: 0.25em 0 0.5em 0; }
.intro a { text-decoration: none; color: white; }
.intro a:hover { color: #abb469; }

.subintro {
	text-align: justify;
	padding: 1.2em 0 1.2em;
	letter-spacing: -0.5px;
	font-size: 18px;
}

.teasers .cell {}
.teasers .cell {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
.teasers img { border: 1px solid #bbb; }
.teasers p { width: 250px; text-align: justify; margin: auto; }

.footer {
	font-size: 10px;
	letter-spacing: 0.5px;
	border-top: 1px solid #aaa;
	margin-bottom: 30px;
	padding-top: 4px;
}
.logo {
	background: white url('/background.png') no-repeat bottom right;
}
.homepage h1 {
	font-weight: 900;
	text-align: right;
}
.homepage .intro {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 44px;
	line-height: 54px;
	font-weight: 100;
}

.nav {
	font-weight: bold;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 48px;
	line-height: 54px;
	text-align: right;
}
.nav a { color: #bccedd; text-decoration: none;}
.nav a:hover { color: #abb469; }
.homepage .nav a { color: #366c9b; font-size: 44px; }
.homepage .nav a:hover { color: #abb469; }
.homepage .intro .text a:hover { background-color: #4c7ca6; color: white; }
.homepage .intro .text a { border-bottom: 4px solid #4c7ca6; }
.contentarea { overflow: hidden; padding-bottom: 60px }
.articlebody>p:first-child:first-line {
	font-variant: small-caps;
	font-size: 120%;
}
.nav {
	background: #f4f7f9;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.homepage .nav { background: none }
