@CHARSET "ISO-8859-1";
/* banner: 770000   body: F8F0DE  content:  FDE5B5 highlight text: 3305BE */
body {
  min-width: 410px;
	background: #F8F0DE;
	font-family: Arial, helvetica, 'trebuchet ms', sans-serif;
	font-size: small;
	margin: 0;
	text-align: left;
}
/* header stuff */
#banner {
	background-image:url('../images/Beige0011.jpg');
	background-repeat:repeat; 
		clear:both;
	margin: 0px;
	padding: 5px;
	text-align: center;
	line-height: 120%;
	border-bottom: solid #7C6240 2px;}

/* wrapper around center, left bar */
#container {
	background-color:#F8F0DE;
	width:100%;
}
#container table {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	border: 0;
	border-collapse: collapse;
}
#container table td.left {
	width: 250px;
	vertical-align: top;
    background-color: #fff7bf;
}
#container table td.narrow {
	width: 50px;
	vertical-align: top;
}
#container table td.main {
	width: auto;
	vertical-align: top;
}

/* Test variant for links */
a.variant:link {color: #006600; text-decoration: none} 	/* unvisited link */
a.variant:visited {color: #006600; background-color: #F8F0DE; text-decoration: none}  /* visited link */
a.variant:hover {color: #019934; background-color: #F8F0DE; font-weight: bold; }   /* mouse over link */
a.variant:active {color: #5A482F; background-color: #F8F0DE;}   /* selected link */	

/* Test variant for additional text color */
.c    {
    color: #237AB2;
	}
b.c {
    color: #237AB2;
	}
/* Heading for left column */
#lefthead {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
    clear:both;
	padding: 0;
	margin-bottom: 10px;
	width:auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	color:#0000FF;
	border-bottom: 1px solid #FFFFBB;
}
#lefthead a:link {color: #0000ff; text-decoration: none} 	/* unvisited link */
#lefthead a:visited {color: #0000ff; text-decoration: none}  /* visited link */
#lefthead a:hover {background-color: #EEDDAA; text-decoration: underline; font-weight: bold;}   /* mouse over link */
#lefthead a:active {color: #0000ff; border:0px}   /* selected link */	

/* main content area */
#content {
	background-color:#F8F0DE;
	float: top;
    text-align: left;
    color: #5A482F;
    padding: 3px;
	line-height: 110%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
}
/* Test link for content area */
#content a {
	color: #006600;
	text-decoration: none;
	background-color: #FEFEFE;
}
#content a:link {color: #006600; text-decoration: none; background-color: #FEFEFE;} 	/* unvisited link */
#content a:visited {color: #006600; text-decoration: none}  /* visited link */
#content a:hover {color: #019934; font-weight: bold; text-decoration: underline; background-color: #FEFEFE}   /* mouse over link */
#content a:active {color: #5A482F; background-color:#F8F0DE}   /* selected link */	

#menuarea {
    background-color:#50350E;
}
td.high {
    color:#3c2a10;
	background-color:#d4f5f9;
	font-weight: bold;
	}
/* page title div inside main content area */
#pagetitle {
	clear:both;
	padding: 0;
	margin-bottom: 10px;
	width:auto;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	background-color:#F8F0DE;
	color:#0000FF;
	border-bottom: 1px solid #FFFFBB;
}
p.darkblue {
	font-size: 1em;
	color: #000066;
	font-weight: bold;
}
p.addrline {
	line-height:10%;
		padding:1px;
}
em.highlight {
	font-weight: bold;
}
em.thankyou {
	font-size: 1.2em;
	font-weight: bold;
}
td.label {
	font-weight: bold;
}
td.rightlabel {
	text-align: right;
	font-weight: normal;
	color: black;
}
td.required { 
	color: #E00000; 
	font-size: .8em;
	font-style:italic;
}
th {
	font-weight: bold;
	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;
}

#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	background: #eda;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	text-decoration: underline;
	color: #0000af;
}
/* styles for images and their captioning */
#right {
	float: right;
}
#letter {
	background-color:#FFFFFF;
	color: #7C6240;
	padding: 5px;
	margin: 0;
	border: 2px outset #7C6240;
	line-height: 110%;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 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: 240px; 
}
#left-content h1 {
	text-align: center;
	color: #339933;
}
#left-content h1 a {
	font-size: .8em;
	font-weight: bold;
	line-height: 120%;
	margin-bottom:2px;
	color: #2D862D;
}
/* wrapper around picture / summary */
#left-inner {
	padding-left: 5px;
	padding-top: 5px;
	width: 232px;
}
#left-inner h1 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	margin-bottom:2px;
	color: #2D862D;
}
#left-inner a {
	color: #2D862D;
	font-style: italic;
	text-decoration: none;
}
#left-inner a:link {color: #339933; text-decoration: underline;} 	/* unvisited link */
#left-inner a:visited {color: #339933;}  /* visited link */
#left-inner a:hover {color: #2D862D; font-weight: bold; background-color: #F8F0DE}   /* mouse over link */
#left-inner a:active {color: #5A482F; background-color:#F8F0DE}   /* selected link */	

#left-inner p {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#7C6240;
}	
#left-inner ul {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
	color:#2D862D;
	padding:8px;
	text-indent:0px;
	margin-left:6px;
}
/* footer */
#footer {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:left;
	font-size:.7em;
	border-top: solid #7C6240 2px;
	border-bottom: solid #7C6240 2px;
	background: #eda;
	color:#7C6240;
}
#footer a {
	color:#7C6240;
}
#designby {
	margin:auto;
	clear:both;
	padding:5px;
	text-align:right;
	font-size:.7em;
	background-image:url('../images/Beige0011.jpg');
	background-repeat:repeat; 
	/*background-color:#FFFFFF;*/
	color:#0E0E0E;
}
#designby a {
	color:#0E0E0E;
}
