body {
	/*background: #543 url('img/pattern_102.gif') repeat;*/
	background: #543 url('img/red-tailed-hawk.gif') no-repeat fixed bottom left;
	color: #876;
	font-family: 'trebuchet ms', geneva, helvetica, arial,'sans-serif';
	letter-spacing: .05em;
	text-align: center;
	margin: 20px;
	padding: 0;
	font-size: 1em;
}
.width {
	width: 50%;
	min-width: 400px;
	margin: 70px auto 0px auto;
	text-align: left;
	background-color: #f0e4d8;
	color: #543;
}
* html .minwidth {
	border-left: 400px solid #f0e4d8;
}
* html .container {
	margin-left: -400px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.width {
	display: inline-block;
}
/**/

.content {
	border: 1px solid #543;
	padding: 0px;
}

.rule {
	width: auto;
	margin: 1em auto;
	margin-bottom: 0px;
	padding: 1px;
	background: #acc;	
	/*background: #9cb url('img/hatch.gif') 0 0;*/
	border-top: 1px solid #543;	
	color: #365;
	font-size: .75em;
	text-align: center;
	font-family: geneva, helvetica, arial,'sans-serif';
}


.width1 {
	width: 50%;
	min-width: 400px;
	margin: 0 auto;
	text-align: left;
}
* html .minwidth1 {
	padding-left: 400px;
}
/*\*/
* html .minwidth1, * html .layout {
	height: 1px;
}
/**/




/* regular rules */

h1 	{
	width: auto;
	margin: 0px;
	padding: .5em;
	background: #acc;	
	/*background: #9cb url('img/hatch.gif') 0 0;*/
	border-bottom: 1px solid #543;
	color: #543;
	font-family: 'trebuchet ms', geneva, helvetica, arial,'sans-serif';
	font-size: 1.25em;
	letter-spacing: .9em;
	word-spacing: 1em;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

h2, h3	{
	padding: .5em;
	margin: 10px 0px 5px 0px;
}
h2	{font-size: 1.15 em;
}

h3	{font-size: 1 em;
}

p	{
	 font-size: .8em;
	 padding: .25em 1em;
}

dl	{ padding: 1em;}

dt	{
	 font-size: .9em;
	 font-weight: bold;
	 margin-bottom: 1em;
}

dd	{
	 margin-left: 2em;
	 font-size: .8em;
	 margin-bottom: .75em;
}

ul	{
	 margin-left: 4em;
	 line-height: 2em;
	 color: #e96;
}

li	{
	 font-size: .8em;
}



a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #477;
	}

a:link.active, a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #c73;
	}

.right	{
	margin: 0px 5px 0px 0px;
	float: right;
	border: 0px;
	clear: both;
	line-height: 1.2em;
}

.clear {
	clear: both;
}


/* navigation bar */

/* pointer */

.navcontainer {
	width: 398px;
	padding: 0px;
	margin: 0px auto 20px auto;
	border: 0px solid #ccc;
	background: #f0e4d8;
	}
	
#navpoint {
	margin: 0px;
	padding: 0px 0px 20px 10px;
	border-top: 0px solid #543;
	}

#navpoint li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navpoint a:link, #navpoint a:visited {
	float: left;
	font-size: .9em;
	line-height: 1.25em;
	font-weight: bold;
	padding: 6px 12px 0px 12px;
	text-decoration: none;
	color: #477;
	}

#navpoint a:visited.active {
	color: #477;
	background: url('/img/tab_pyram.gif') no-repeat top center;
	}
	
#navpoint a:link.active, #navpoint a:hover {
	color: #c73;
	background: url('/img/tab_pyram_hover.gif') no-repeat top center;
	}
	
/* bulleted list with images */
	
	
#navlist {
	margin-left: 30px;
	padding-left: 0px;
	list-style: none;
}

#navlist li {
	padding-left: 10px;
	background-image: url('/img/diamond.gif');
	background-repeat: no-repeat;
	background-position: center left;
}
