body {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background: #B4AC92;
	}

* html body {
	font-size: x-s; /* for IE5/Win */
	f\ont-size: small; /*for other IE versions */
	}

h1 {
	font-size: 140%;
	}

h2	{
	font-size: 110%;
	}

h3	{
	font-size: 110%;
	}

a	{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	}

a:hover	{
	color: #000000;
	text-decoration: underline;
	}

#wrap	{
	width: 768px;
	margin: 20px auto;
	position: relative;
	border-left: #000000 1px solid;
	background: url(images/line.jpg) repeat-y;
	}

#pageheader	{
	/* MIN HEIGHT HACK */
	min-height:162px;
	height:auto !important;
	height:162px;

	float: left;
	margin: 0;
	padding: 0;
	width: 768px;
	font-family: Optima, Arial, sans-serif;
	}

#wrapper	{
	width: 768px;
	}

#content	{
	padding-top: 40px;
	padding-bottom: 20px;
	float: left;
	width: 600px;
	/* MIN HEIGHT HACK */
	min-height:350px;
	height:auto !important;
	height:350px;
	}

#padding	{
	padding-left: 50px;
	padding-bottom: 50px;
	}

#content a {
	color: #807859;
	text-decoration: none;
	}

#content a:hover {
	color: #000000;
}

#content h1	{
	margin-left: 50px;
	margin-right: 50px;
	color:#807859;
	font-size: 200%;
	border-bottom: 1px solid #111111;
	}

#content h2	{
	font-size: 150%;
	padding-left: 50px;
	padding-right: 50px;
	color: #807859;
	}

#content h2 a	{
	color: #807859;
	}

#content hr{
	padding-left: 50px;
	padding-right: 50px;
	color: #807859;
	background-color: #807859;
	height: 1px;
	width: 50%;
}

#content p	{
	padding-left: 50px;
	padding-right: 50px;
	color: #111111;
	}

#content ul {
	padding-left: 70px;
	padding-right: 50px;
	color: #111111;
	}
#content li {
	padding-bottom: 10px;
	}

#content table {
	margin-left: 50px;

}

#rightbar {
	float: right;
	width: 168px;
	/* MIN HEIGHT HACK */
	min-height:350px;
	height:auto !important;
	height:350px;
}

#rightbar input {
	margin-left: 20px;
}

#rightbar ul	{
	width: 168px;
	padding-top: 20px;
	padding-left: 0;
	padding-bottom: 20px;
	float: right;
	margin: 0;
	list-style: none;
	}

#rightbar li	{
	font-size: 110%;
	margin: 0;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	}

#rightbar a {
	margin: 0 1px 0 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}

#rightbar a:hover {
	color:#000000;
	background: #B4AC92;
}

#rightbar button{
	font-size: 70%;
	margin-left: 20px;
}

div.pic {
	float: left;
	height: 130px;
	width: 130px;
	margin: 5px 3px;
	background: white;
	padding: 15px;
	background: url(images/frame-ls.gif) center no-repeat;
}

div.pt	{
	background-image: url(images/frame-pt.gif);
	}

div.pic img	{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}

div.pic ul	{
	display: none;
}

div.ls img	{
	height: 96px;
	width: 128px;
	margin: 16px 0;
}

div.pt img {
	height: 128px;
	width: 96px;
	margin: 0 16px;
}



#footer	{
	clear: both;
	margin: 0;
	background-color: #000000;
	border-bottom: #CCC08F 1px solid;
	height: 20px;
	}

#footer p {
	text-align: right;
	font-size: 80%;
	color: #999999;
	margin: 0;
	padding: 4px;
	}

#footer a {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF9900;
	}

