@CHARSET "ISO-8859-1";

body, html {
    min-width: 910px;
	width:expression(document.body.clientWidth < 910? "910px": "auto" );
	background:#FFFFFF;
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
}
/* header stuff */
.banner {
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: 1em;
	background-color:#006641;
	clear:both;
	margin: 0px;
	padding: 0px;
	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%;
}
.navbar{
	background-color: #006641;
	width: 100%;
	color: #fff;
	height: 40px;
	font-size: 18px;
}
.navbar ul{
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
	margin-left: 10px;
}
.navbar li{
	margin: 0;
	display: inline;
	margin-right: 20px;
}
.navbar li a, .navbar li a:visited{
	color: #fff;
	text-decoration: none;
}	
.navbar li a:hover, .navbar li a:active{
	color: #FCF302;
	text-decoration: none;
}

/* wrapper around center, left bar */
.container {
	width:100%;
}
.container table {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	border: 0;
	border-collapse: collapse;
}

.left-header {
	background-color:#006641;
	text-align: center;
}
.left-header h1 {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}
a {
	color:#006641;
}

.container table td.left {
	width: 220px;
	vertical-align: top;
}
.container table td.main {
	width: auto;
	vertical-align: top;
}
/* main content area */
.content {
	padding-right:10px;
	background-color:white;
}
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 { 
	text-align: left;
	color: #A3003C; 
	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, h1 a, h1 a:visited, h1 a:hover {
	font-size: 18px;
	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 h1 {
	background-color:#FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	width:auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	font-style: normal;
	color:#006641;
	border-bottom: 1px solid #663300;
}
/* styles for images and their captioning */
.right {
	float: right;
	margin-left: 5px;
}
.letter {
	background-color:#FFFFF5;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 15px;
	border: 2px solid #808080;
	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: .7em;
	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;
	padding-top: 2px;
	padding-bottom: 2px;
}	
.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: 198px;
}
.left-inner p {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#006641;
	padding: 0 5px 8px 5px;
}	
.left-inner ul {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#006641;
	padding:0 8px 8px 8px;
	text-indent:0px;
	margin-left:6px;
}
.left-secondary {
	border: solid #006641 3px;
	margin-bottom: 1em;
	width: 190px;
	margin-left: 5px;
}
.left-secondary h1 {
	color: #006641;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}	
/* 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;
}
.footer a, .footer a:hover, .footer a:visited {
	color:white;
	text-decoration:none;
}
.designby {
	margin:auto;
	clear:both;
	background-color:#FFFFFF;
	font-size:.7em;
}
.designby a, .designby a:hover, .designby a:visited {
	padding:5px;
	color:#0E0E0E;
	text-decoration:none;
}

