body {
	font-family: Verdana, Times Roman, serif;
	font-size: 0.9em;
	margin: 40px 30px 50px 30px;
	background-color: #ffffff;
}

body *:target {border-top: 1px #FFFFFF dashed;}


img {
	margin: 0px;
}

img.right {
	margin: 30px 0 0 0;
}

/*nav*/
#navcontainer {
	float: right;
	margin: 0;
}

#navlist li {
	display: inline;
	/* for IE5 and IE6 */
}

#navlist {
	width: 150px;
	/* to display the list horizontally */
	margin: 0;
	padding: 0;
}

#navlist a {
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #CCCCCC;
	border-bottom: 1px #999999 dotted;
	text-align: right;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 0px 5px 0;
	color: #333333;
}

#navlist a:hover { 
	/*background-color: #993300;*/ 
	background-color: #CC9999;
	color: #999999;
}

#navlist a:visited { color: #993300; }

#navlist a#current {
	font-weight: bold;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
/*end of nav*/

/*secondary nav*/
#snavcontainer {
	margin-top: 30px;
	border-top: 1px #993300 solid;
}

#snavlist li {
	display: inline;
	/* for IE5 and IE6 */
}

#snavlist {
	width: 150px;
	/* to display the list horizontally */
	margin: 0;
	padding: 0;
}

#snavlist a {
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
	display: block;
	background-color: #F2EDED;
	border-bottom: 1px #999999 solid;
	text-align: right;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 0px 5px 0;
	color: #333333;
}

#snavlist a:hover { 
	/*background-color: #993300;*/ 
	background-color: #CC9999;
	color: #993300;
}

#snavlist a:visited { color: #993300; }

/*end of secondary nav*/


/*content*/

div#content {
	padding: 0 0 30px 0;
	/*border-top: 1px #999999 solid;
	border-left: 1px #999999 dotted;*/

	background-color: #CCCCCC;
}

div#content h3 {
	font-size: 2em;
	font-weight: normal;
	color: #660000;
	padding: 20px 0px 20px 20px;
	letter-spacing: 3px;
	font-weight: bold;
}

div#content p {
	font-size: 0.95em;
	color: #333333;
	padding-left: 20px;
	letter-spacing: 1px;
	width: 650px;
}

div#content a:link {color: #990000; text-decoration: none; font-weight: bold;}
div#content a:visited {color: #990000; text-decoration: none; font-weight: bold;}
div#content a:hover {color: #CC3333; text-decoration: none; font-weight: bold;}
div#content a {color: #660000; text-decoration: none; font-weight: bold;}

div.pic {
	width: 410px;
}


div#content blockquote {
	font-size: 0.9em;
	color: #333333;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}

/*end of content*/


/*footer*/
div#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 50px 0 0 20px;
	}

div#footer span {color: #999999;}
div#footer a:link {text-decoration: none; color: #666666; font-weight: normal;}
div#footer a:visited {text-decoration: none; color: #666666; font-weight: normal;}
div#footer a:hover{text-decoration: none; color: #333333; font-weight: normal;}
div#footer a{text-decoration: none; color: #666666; font-weight: normal;}
div#footer span.faint {color: #99999;}
div#footer span.faint a:link {text-decoration: none; color: #666666; font-weight: normal;}
div#footer span.faint a:visited {text-decoration: none; color: #666666; font-weight: normal;}
div#footer span.faint a:hover {text-decoration: none; color: #333333; font-weight: normal;}
div#footer span.faint a {text-decoration: none; color: #666666; font-weight: normal;}
/*end of footer*/

