﻿body {
	color: gray;
	font-size: 12px;
	font-family: Arial;
	background-color: #EAEAEA;
	margin: 5;
	padding: 5;
	border: 5;
}
#container {
    padding: 0;
    border-radius: 20px;
	background-color: #FFF;
	width: 700px;
	margin: 0 auto;
	border-top: 0px solid silver;
	border-right: 0px solid silver;
	border-bottom: 0px solid silver;
	border-left: 0px solid silver;
}
#masthead {
	width: auto;
	overflow: auto;
	text-align: right;
	background-color: white;
}
#column_l {
    width: 400px;
	position: relative;
	float: left;
	margin: 20px 10px 20px 20px;
	padding: 0px;
	background-color: #fff;
	text-align: justify;
}
#column_r {
    color:black;
    border-radius: 15px;
	float: right;
	width: 200px;
	background-color: silver;
	position: relative;
	margin: 20px 10px 10px 10px;
    padding-left: 15px;
    padding-right: 5px;
}

#footer {
	width: auto;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: silver;
	padding-top: 15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
    font-size: 10px;
	line-height: 14px;
	color: gray;
	margin-top:25px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#footer a {	color: gray; }

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: silver;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1 {
	font-size: 13px;
	color: #c3161c;
}
h2 {
	font-size: 13px;
	color: #c3161c;
}
h3 {
	font-size: 12px;
	color: #c3161c;
}
img {
	border:0px;
}
.years       { font-size: 10pt; font-weight: bold; color: #FFF;  }
.years a:hover {	color: silver;	text-decoration: underline; }
.years a {	color: silver;	text-decoration: none; }

.nlentry     { font-size: 10pt; }

table.bg     { background-color: black }