@page  {widows: 2;
		orphans: 2;
}

A:link {
	color: #C00;
	background-color: inherit;
	text-decoration: none;
}

A:hover {
	text-decoration: none;
	color: #F33;
	background-color: #FF6;
}

A:focus {
	color: #000;
	background-color: #9F9;
	text-decoration: underline;
}

A:visited { text-decoration: none; }

BODY {
	margin: 0;
	color: inherit;
	background-color: #FFF;
	background-image: url(/idaho/images/bg.png);
	background-repeat: no-repeat;
	background-position: 120px 0%;
	background-attachment: fixed;
}

BODY.album {
	margin: 0;
	color: inherit;
	background-color: #FFF;
	background-image: url(/idaho/images/bg.png);
	background-repeat: no-repeat;
	background-position: 180px 0%;
	background-attachment: fixed;
}

#identity {
	position: absolute;
	top: 10px;
	left: 10px;
}

#top {
	width: 100%;
	height: 100px;
	border-bottom: 3px double #000;
}

#columnr {
	position: absolute;
	top: 116px;
	margin-left: 650px;
	width: 180px;
}

#content {
	position: absolute;
	top: 110px;
	margin-left: 160px;
	width: 450px;
}

#contentalbum {
	position: absolute;
	top: 113px;
	margin-left: 160px;
	width: 450px;
}

html>body #content {
	margin-left: 161px;
	margin-right: 21px;
}

#graphic {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 225px;
	padding: 0 0 0 4px;
}

#navcontainer {
	position: absolute;
	top: 113px;
	float: left;
	display: block;
	width: 140px;
	margin-right: 10px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	clear: both;
}

#navcontainer ul {
	list-style: none outside;
	text-align: center;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	display: block;
	background-color: #058;
	color: inherit;
	line-height: 1.1em;
	margin: 6px 0 6px 0;
	padding: 4px;
	position: relative;
	border: 4px solid #000;
}

html>body #navcontainer li {
	margin: 6px 0 6px 0;
	padding: 4px;
}

#navlist a, #navlist a:link, #navlist a:visited {
	color: #FFF;
	background-color: inherit;
	display: block;
	margin: 0;
	padding: 1px 5px 1px 5px;
	position: relative;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #000;
	color: #FFF;
	position: relative;
}

#navlist a:active {
	top: 0%;
	background-color: #FFF;
	color: #000;
	position: relative;
	right: 0px;
}

.deck {
	font-size: smaller;
	color: black;
	font-weight: 200;
}

IMG.photo { border: 1px solid black; }

IMG.right { float: right; }

P {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-indent: 20px;
	margin: 2px 0 2px 0;
}

P A { font-weight: bolder; }

P.block {
	margin-left: 20px;
	text-indent: 0;
}

P.date {
	text-indent: 0;
	font-family: Georgia, serif;
	font-style: italic;
}

P.form { background-color: transparent; }

P.note {
	width: 80%;
	text-indent: 0;
	font-style: italic;
	border-top: 2px dotted #999;
	padding-top: 30px;
}

.cutline {
	text-indent: 0;
	font-style: bold;
	font-family: Verdana, sans-serif;
}

FORM {
	background-color: transparent;
}

INPUT {
	background-color: transparent;
}

TEXTAREA {
	background-color: transparent;
}

UL {
	list-style-type: square;
	list-style-position: outside;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

H1 {
	font-family: Optima, Arial, sans-serif;
	color: #000;
	background-color: inherit;
	margin: 16px 0 3px 0;
}

H2 {
	font-family: Georgia, Palatino, serif;
	color: #058;
	background-color: inherit;
	margin: 10px 0 6px 0;
	text-align: center;
}

H3 {
	font-family: Georgia, serif;
	color: #058;
	background-color: inherit;
	margin: 6px 0 3px 0;
}

H3.deckhed {
	color: #000;
	background-color: inherit;
	text-align: center;
	font-style: italic;
	margin: 6px auto 6px auto;
}

H4 {
	font-family: Optima, sans-serif;
	margin: 6px auto 2px auto;
}

H4.feature {
	text-align: center;
	margin: 0 0 -3px 0;
}

H5 {
	font-family: Georgia, Palatino, serif;
	color: #058;
	background-color: inherit;
	margin: 6px 0 1px 0;
}

HR.dots {
	border: 0;
	height: 1px;
	color: #999;
	background-color: inherit;
	width: 100%;
}

TABLE.content {
	width: 100%;
	border: 0;
}


DL.goals DD:before {
	content: url("/idaho/images/bullet.gif");
	display: inline;
	margin-right: 3px;
}

DL.goals DT {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin-top: 6px;
}

TD { vertical-align: top; }

TD.content {
	width: 50%;
	border: 0;
}

TR.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px #000 dotted;
}

TR.list.shade {
	background-color: transparent;
	background-image: url(/images/semigold.gif);
}

UL { margin-top: 3px; }
