*{
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #000;
}

.hideit {
	display: none;
}

a:link{
	color: #777176;
}
a:visited{
	color: #777176;
}
a:active, a:hover{
	color: #9c3c25;
}

/* Design and Layout */
body{
	margin-top: 14px;
	margin-bottom: 14px;
	background: #dad1b3 none;
}

#mainbody{
	position: relative;
	width: 580px;
	margin: auto;
	padding: 10px;
	background: #fff none;
}
#subbody{
	text-align: left;
	background: #faf9f4 url('images/navigation-bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

#skiplinks{
	visibility: hidden;
 	position: absolute;
	top: 14px;
	left: 14px;
}

#primenav{
	height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background: #4c4538 none;
}
#primenav ul{
	margin: 0px;
	padding: 0px;
	height: 28px;
}
#primenav li{
	display: inline;
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	height: 28px;
}
#primenav a:link, #primenav a:visited{
	display: block;
	float: left;
	height: 20px;
	margin: 0px;
	border: 1px solid #4c4538;
	padding: 6px 11px 0px 11px;
	background: #4c4538 none;
	text-decoration: none;
	font-size: 68%;
	color: #ebc675;
}
#primenav a:hover, #primenav a:active{
	display: block;
	float: left;
	height: 20px;
	margin: 0px;
	border: 1px solid #9c3c25;
	padding: 6px 11px 0px 11px;
	background: #9c3c25 none;
	text-decoration: none;
	font-size: 68%;
	color: #ebc675;
}

#navbar{
	float: left;
	width: 150px;
	padding: 27px 10px 27px 35px;
	font-size: 83%;
}
#navbar h2{
	font-size: 135%;
	margin-bottom: 5px;
	font-weight: 500;
	color: #9c3c25;
}
#navbar ul{
	list-style: square url('images/bullet-box.gif');
	list-style-position: inside;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
#navbar a:link, #navbar a:visited{
	text-decoration: none;
	color: #fefefe;
}
#navbar a:active, #navbar a:hover{
	text-decoration: underline;
	color: #600;
}

#contents{
	position: relative;
	margin: 0px 0px 0px 202px;
	padding: 0px;
}
#subcont{
	margin: 0px;
	padding: 27px 15px 27px 15px;
	width: 345px;
	font-size: 90%;
	color: #000;
}

h2{
	font-size: 1.5em;
	font-weight: 500;
	color: #99937e;
}
h3{
	font-size: 1.25em;
	font-weight: 500;
	color: #99937e;
}
h4.rt{
	background-image: url('images/bullet-arw-rt.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	padding-left: 15px;
	font-size: 1em;
}
h4.dn{
	background-image: url('images/bullet-arw-dn.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 1em;
}

#footer{
	position: relative;
	width: 550px;
	height: 28px;
	margin: auto;
	padding: 5px 15px 0px 15px;
	text-align: right;
	font-size: 83%;
	background: #4c4538 none;
	color: #fefefe;
}
#footer div{
	color: #fefefe;
}
#footer a:link, #footer a:visited{
	height: 28px;
	margin: 0px;
	text-decoration: none;
	background: #4c4538 none;
	color: #ebc675;
}
#footer a:hover, #footer a:active{
	height: 28px;
	margin: 0px;
	text-decoration: underline;
	background: #4c4538 none;
	color: #fff;
}

/* print */
@page{
	margin: 0.5in;
	size: portrait;
}
@media print{
	body{
		margin: 0px;
		background: #fff none;
		color: #000;
	}
	#mainbody{
		position: relative;
		top: 0px;
		left 0px;
		width: 100%;
		margin: 0px !important;
		padding: 2px !important;
	}
	#sitename{
		text-align: center;
	}
	#primenav{
		display: none;
	}
	#navbar{
		display: none;
	}
	#contents{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#subcont{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	#footer{
		border-top: 1px solid #999;
		width: 100%;
		margin: 8px 0px 0px 0px;
		padding: 0px;
	}
	.hideit{
		display: none;
	}
	th, td{
		border: solid #ccc;
		border-width: 0px 1px 1px 0px;
	}
}

