@CHARSET "ISO-8859-1";

body {
  min-width: 410px;
	background:#FFFFFF;
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: small;
	margin: 0;
}
/* header stuff */
#banner {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: 1em;
	background-color:#006641;
	clear:both;
	margin: 0px;
	padding: 5px;
	text-align: center;
	line-height: 120%;
}
#banner h1 {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-family: Times, serif;
	font-size: 2.4em;
	padding: 0;
	margin: .2em;
	line-height: 100%;
}
/* horizontal menu bar */
.globalthemen { 
	color: #FFFFFF; 
	text-decoration: none; 
	text-align: left;
	line-height: normal; 
	list-style-type: square;
}
a.globalthemen:link { 
	color: #FFFFFF; 
	text-decoration: none; 
	line-height: normal
}
a.globalthemen:hover { 
	color: #00E08E; 
	text-decoration: underline; 
	line-height: normal
} 

/* wrapper around center, left bar */
#container {
	width:100%;
}
#container table {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	border: 0;
	border-collapse: collapse;
}
#container table td.left {
	width: 200px;
	vertical-align: top;
}
#container table td.main {
	width: auto;
	vertical-align: top;
}
/* main content area */
#content {
  float: top;
}
p.darkblue {
	font-size: 1em;
	color: #000066;
	font-weight: bold;
}
p.addrline {
	line-height:10%;
		padding:1px;
}
em.highlight {
	font-weight: bold;
	color:#A3003C;
}
em.thankyou {
	font-size: 1.2em;
	font-weight: bold;
	color:#A3003C;
}td.label {
	font-weight: bold;
	color: #0000A3;
}
td.rightlabel {
	text-align: right;
	font-weight: normal;
	color: black;
}
td.required { 
	color: #E00000; 
	font-size: .8em;
	font-style:italic;
}
th {
	font-weight: bold;
	color: #0000A3;
	text-align: left;
}
table.lined {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.lined th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.lined td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color:#A3003C;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}
/* page title div inside main content area */
#pagetitle {
	background-color:#FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	width:auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	color:#0000A3;
	border-bottom: 1px solid #663300;
}
/* styles for images and their captioning */
#right {
	float: right;
}
#letter {
	background-color:#FFFFF5;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
	border: 2px outset #808080;
	font-family: Times, serif;
	font-weight: normal;
	font-size: 1em;	
}
#quote-box-r {
	float: right;
	border: 3px solid #E0E0E0;
	font-size: .9em;
	color: #3A3A3A;
	background-color: #FFFFE5;
	width: 15em;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 5px;
}
#quote-box-l {
	float: left;
	border: 3px solid #E0E0E0;
	font-size: .9em;
	color: #3A3A3A;
	background-color: #FFFFE5;
	width: 15em;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
p.attribution { 
	font-style: italic; 
}
#caption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .9em;
	font-weight: normal;
	text-align: center;
	line-height: 110%;
	margin: 0;
}
#subcaption {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: .6em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 110%;
	color: #A0A0A0;
	margin: 0;
}
#subcaption a {
	color: #A0A0A0;
}
/* left fixed-width content area */
#left-content {
  margin:0;
  padding:0;
  width: 190px; 
}
#left-content h1 {
	text-align: center;
}	
#left-content h1 a {
	font-size: 1em;
	font-weight: bold;
	line-height: 120%;
	color:#006641;
	margin-bottom:2px;
}
/* wrapper around picture / summary */
#left-inner {
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFFFF5; /*#F4FFF4;*/
	width: 188px;
}
#left-inner h1 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	color:#586600;
	margin-bottom:2px;
}
#left-inner p {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#006641;
}	
#left-inner ul {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#006641;
	padding:8px;
	text-indent:0px;
	margin-left:6px;
}
/* for logos on left */
#logo {
	width:100%;
	padding-bottom: 5px;
}
#logo p {
	text-decoration:underline; 
	color:#000066;
	line-height:120%;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	margin:2px;
}
#logo img {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display: block;
	border: 0;
}
/* footer */
#footer {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:left;
	font-size:.7em;
	background-color:#006641;
	color:#FFFFFF;
}
#designby {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:right;
	font-size:.7em;
	background-color:#FFFFFF;
	color:#0E0E0E;
}