/* CSS Template */

/* Colors:  light creme #eee5d3;
			medium brown #877e69;
			dark brown #403a32; */

/*reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

ul li {
	list-style-type:none;
	}

body {
/* Consistently resizes text and line-height across all browsers */
    font-size:100%; /*default font size for all browsers is 16px */
	line-height:1.4em; /* 16×1.125=18px*/
	text-align:center;
	background: #fff url(../images/bg_main.gif); 
	color:#666600;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
}
html>body {
/* Resetting font-size for Safari (default for monospaced fonts in Safari is 13px). IE ignores this */
	 font-size:16px; 
}

/* -------------------------- HEADERS ------------------------------------ */

h1,h2,h3,h4,h5,h6 {font-family:Georgia, "Times New Roman", Times, serif;font-weight:bold;}

h1 {
	font-size:1.20em;  /* 12x2.0=24px */
	text-align:center;
	}
h2 {font-size:1.5em;  /* 12x1.5=18px */}
	
h3 {font-size:1.16em;  /* 12x1.33=16px */}
h6 {font-size:1.16em;  /* 12x1.16=14px */}

/* ----------------------------- LINKS ------------------------------------ */

#footer a {
	color:#969600;
	margin:0 2px;
	}
#footer a:hover {
	color:#660;
	}
	
/* ------------------------- LAYOUT SECTIONS ------------------------------ */

hr {
	border: none;
	border-bottom: 1px solid #666600;
}

#container {
    font-size:0.75em;  /* 16x0.75=12px */
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
	}
	
#holder {
	width:780px;
	float:left;
	margin: 0 auto;
	position:relative;
	border-left:solid #fff 10px;
	border-right:solid #fff 10px;
	border-top: solid #fff 10px;
	background:#fff url(../images/bg_page.gif) repeat-y center;
	}

#left-col {
	width:208px;
	float:left;
	font-size:0.92em;  /* 12x0.92=11px */
	}


#right-col {
	width:572px;
	float:left;
	/*font-size:0.92em;*/
	padding:0;
	}	
p {text-align:justify;}
.interior {
	padding:10px 20px;
	}
.interior a {
	color:#666600;
	text-decoration:underline;
}
.interior strong {
	font-weight:bold;
	}

.interior ul li {
	list-style-type:disc;
	margin:0 0 0 15px;
	padding: 0 0 0 10px;
	}	

.interior ul li a {color:#666600;text-decoration:underline;}
.interior ul li a:hover {color:#666600;text-decoration:underline;}

.indent {padding-left:15px;}

table a {
	color:#666600;
	text-decoration:none;
}

table a:hover {
	color:#666600;
	text-decoration:underline;
}

.trusteePad {
	padding-left: 20px;
}

#footer {
	clear:both;
	width:780px;
	font-size:0.92em;  /* 12x0.92=11px */
	background:#fff;
	text-align:center;
	/*letter-spacing:1px;*/
	padding:8px 0;
	}
	
.imgborder {
	border:1px solid #aaa;
	padding:3px;
	}	
.imgleft {
	float:left;
	margin: 0 8px 8px 0;
	}

/* ------------ horizontal top navigation ------------------top:34px; left:68px; */
ul#nav { text-align:left; width:208px;}
ul#nav li { list-style-type:none; }
ul#nav li a { display:block;outline:none; }

ul.subnav {
	font-size: .95em; /* 12x.83=10px */
	padding:0 0 5px 15px;
	}
ul.subnav li a {color:#666600;text-decoration:none;}
ul.subnav li a:hover {color:#666600;text-decoration:underline;}

ol {
	padding:0 0 0 30px;
	}