/*** GENERAL STYLES ***/

body {
	background-color: #f4f4f4; /* light gray */
	/* text-align: center; */
	font-family: arial, helvetica, sans-serif;
	margin: 20px 20px 30px 20px;
	}
	
h1 {
	font: bold 1.125em "Trebuchet MS", arial, helvetica, sans-serif;
	font-variant: small-caps;
	color: #A000A0; /* purple */
	letter-spacing: 0.3em;
	}
	
h2 {
	font: bold 1em arial, helvetica, sans-serif;
	color: #A000A0; /* purple */
	text-align: center;
	}
	
h3 {
	font: bold .875em arial, helvetica, sans-serif;
	color: #A000A0; /* purple */
	}
	
p,span,input,textarea { font: .875em arial, helvetica, sans-serif; }

a {
	color: #A000A0; /* purple */
	/* text-decoration: none; */
	}

a:hover { text-decoration: underline; }

ul,ol { font: .875em arial, helvetica, sans-serif; }

h1 a { color: #5C3E90 /* Bluish purple */ }


/*** GENERAL LAYOUT ***/

#pageLayout {
	width: 100%;
	}

#pageLayout .panel {
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
 
 
/*** BANNER STYLES ***/

#banner {
	height: 110px;
	border: 1px solid black;
	background-color: #FFFFD8; /* light yellow */
	background-image: url(/images/banner_storks_at_sunset2.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px;
	}
	
#banner a { text-decoration: none; }
#banner a:hover { text-decoration: underline; }



/*** FOOTER STYLES ***/

#footer {
	border: 1px solid black;
	background-color: #FFFFD8;  /* light yellow */
	padding: 5px;
	margin: 0px;
	}

#footer p {
	font-size: .625em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.copyright { float: left; }
.footnav { text-align: right; }


/*** CONTENT STYLES ***/

.content {
	min-width: 120px;
	width: auto;
	border: 1px solid black;
	background-color: #FFF0B7;  /* #FFF4CA - #FFF0B7 - #FFFFD8 - light yellow */
	padding: 10px;
	margin: 0px 0px 2px 0px;
	background-position: -10px 0px;
	}
	
.content td {
	vertical-align: top;
	padding: 0px 10px 0px 10px;
	}

.altTable td {
	vertical-align: middle;
	/* border-bottom: 1px dashed gray; */	
	height: 1.75em;
	font-size: .75em;
}
	
.altRow {
	 background-color: #C4FFC4; /* light green */	
}

.label {
	font-size: .75em;
}
	
#contentLast { margin-bottom: 0px; }


/*** LEFT NAV STYLES ***/

#leftPanel {
	border: 1px solid black;
	background-color: #C4FFC4; /* light green */
	width: 188px;
	}

#leftPanel a { 
	display: block; 
	text-decoration: none;
	}
	
#leftPanel a:link { color: #5C3E90 /* Bluish purple */ }
#leftPanel a:visited {  color: #5C3E90 /* Bluish purple */ }
#leftPanel a:hover { text-decoration: underline; }
	
a#curPage:link { background-color: #A0FFA0 /* med lt green */ }
a#curPage:visited {  background-color: #A0FFA0 /* led lt green */ }
a#curPage:hover { text-decoration: none; }
	
	
#leftNav { padding: 10px; }

.topnav { 
	font-weight: bold;
	margin-top: 20px;
	}
.subnav { 
	font-weight: bold; 
	text-indent: 10px;
	margin-top: 10px;
	}
.subnav2 { 
	font-weight: normal;
	text-indent: 25px; 
}


/*** SIDEBAR STYLES ***/

#rightPanel {
	border: 1px solid black;
	background-color: #C4FFC4; /* light green */
	width: 188px;
	}

.sidebar p {
	font-size: .75em;
	text-align: center;
	}
	
.sidebar td {
	font-size: .75em;
	text-align: left;
	}

.sidebar { padding: 10px; }
		
