@charset "UTF-8";

img {
	border:none;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	margin:0;

	
}

p {
	color:#666666;
	}

a { 
	color: #663300;
}
	
#masthead {
	/*
	width: 1000px;
	*/
	min-height: 100px;
	
	background-color:#f5964b;
	padding-left:10px;
	
	}
	
#masthead H1 {
	float: right;
	color:white;
	text-align: center;
	font-size: 14px;
	padding: 50px 20px 0 0;
}	


#content {
	clear:both;
	
	min-width: 700px;
	min-height:500px;
	/*
	max-width:980px;
	*/
	padding: 25px 40px;
	
	background-color:#f5964b;
	border-bottom: 2px #white;	
	color:#663300;	

}

#content p {
	/*
	color:#f5964b;
	*/
	color:#663300;
}

#content .fltLft li {
	float:right;
	list-style;
	
	}
#content .fltRt li {
	float:left;
	list-style:none;
	
	}

#footer {
	clear:both;
	font-size:x-small;
	color:#f5964b;
	/*width:1000px; */
	
	height:1.75em;
	line-height: 1.75em;
	text-align:left;
	border-top: thin #f5964b solid;
	border-bottom: thin #f5964b solid;
	
	
}

#footer p {
	/* ... */
}

#footer a {
	color: #f5964b;
}
.fltLft {
	float:left;
	padding-left:20px;
}	

.fltRt {
	float:right;
	padding-right:20px;
}

/* .clearfloat 
	this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
 * NAVIGATION RELATED
 */
#nav {
	/*
	width:1000px;
	*/
	width:100%;	
}


#nav ul {
	
	margin:0;
	padding:0;
	list-style:none;
	
	
	background-color: #f5964b;	
	
	height: 1.25em; 			/* height o/w bkgrd color not seen */
	line-height: 1.25em;		/* positions text in line (centered) */
	border-top:thin white solid;
	border-bottom:thin white solid;
	
}

#nav li {
	float:left;	
	width: 8em;
	/*
	border-right-style:dotted;
	border-right-width: thin;
	border-right-color: white;
	*/
}

#nav li a {
	display:block;
	text-align:center;
	color:white;
	text-decoration:none;
	
}


/*	
#nav a:link {
	text-decoration:none;
}
*/

#nav li a:hover {
	background-color:white;
	color: #663300;
	
}

#nav li a:active {
	background-color:white;
	color: #663300;
}

#nav ul li.selected a {
	background-color: #663300;
	color:white;
}



