body {
	text-align:center;
	background-color:#ebddbf;
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#divWrapper {
	width: 750px;
	border: 0; 
	margin: 0 auto; 
	text-align: left;
	background-color: #ebddbf;
}
#divWrapperFrame {
	width: 750px;
	border: 0; 
	margin: 0 auto; 
	text-align: left;
	background-color: #344205;
}
.divCol2L {
	float: left;
	padding: 10px;
	margin: 5px;
	background-color: #ebddbf;
	border: 0;
	width: 345px;
}
.divCol2R {
	float: right;
	padding: 10px;
	margin: 5px;
	background-color: #ebddbf;
	border: 0;
	width: 345px;
}
.divCol3L {
	float: left;
	padding: 10px;
	margin: 5px;
	background-color: #ebddbf;
	border: 0;
	width: 220px;
}
#divDj {
	clear: right;
	clear: left;
	width: 710px;
	padding: 10px;
	margin: 0 auto;
	border: 3px groove gray; 
	text-align: left;
	background-color: #ebddbf;
}
#divForm {
	padding: 10px;
	margin: 5px;
	background-color: #ebddbf;
	border: 0;
	width: 96%;
}
#divTopThird {
	margin-top: 33%;
}

.hnavL
{
	float: left;
	padding-left: 15px;
}

.hnav
{
	border-bottom: solid 1px #fff;
	text-align: center;
}
.hnavL, .hnav, .hnav ul li a
{
	/* need to middor veritcal padding on .hnav and child anchor elements
	 * because the anchors are _not_ block elements. since they are not
	 * block elements web browsers will not expand .hnav to contain them
	 * even with the extra padding. by applying the same padding to both
	 * the parent .hnav _looks_ like its containing the child anchor
	 * elements. 
	 */
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	/* short-hand padding attribute would overwrite
				   top/bottom padding set in a previous rule */
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; /* IE/Mac needs this */
	display: inline-block;	/* IE/Mac needs this */
	/* \*/
		width: auto;
		display: inline; 
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
				 IE/Mac will ignore this rule. */
}
* html .HNAV
{
	padding: 0;	/* IE5/Win will resize #hnav to fit the heights of its
			   inline children that have vertical padding. So this
			   incorrect case selector hack will be applied only by
			   IE 5.x/Win */
}

.hnavL, .hnav, .hnav ul li a
{
	background-color: #344205;
	color: #ebddbf;
}
.hnav ul li a:hover
{
	background-color: #336;
	color: #fff;
}
.hnav ul li a:active
{
	background-color: #ebddff;
	color: #fff;
}
