body {
	background: #fff;
	padding: 0;
	margin: 0;
}

body {
	font: 10px/1.5 arial, helvetica, verdana, sans-serif;
	color: #000;
}

#notice {
	display: none;
}

/* Table attributes: Begin */
tr, th, td {
	font: 10px/1.5 arial, helvetica, verdana, sans-serif;
	color: #000;
	vertical-align: top;
}

tr, td {
	text-align: left;
}

th, td {
	font-size: 130%;
}

th {
	background: #efa538;
	color: #600;
	font-weight: bold;
	text-transform: uppercase;
}

table {
	border: 1px #600 solid;
	margin: 10px 0;
}

.table-small td, .table-small td p {
	font-size: 110%;
}

/*
.table-fill td {
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

.table-fill {
	border-right: 0;
	border-bottom: 0;
}
*/

.justify td, .justify td p {
	text-align: justify;
}

.head {
	width: 150px;
	background: #B39A72;
	color: #803427;
}

.on {
	background: #cc9;
}

.off {
	background; transparent;
}


/* Table attributes: End */
p {
	font-size: 130%;
	margin: 0 0 10px;
}

ul, ol {
	margin: 0 0 15px;
}

li {
	font-size: 130%;
	margin: 0 0 5px;
}

li li {
	font-size: 100%;
	margin: 0 0 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "New York", new york, georgia, times, serif;
}

h1 {
	color: #600;
	font-size: 200%;
	line-height: 1;
	padding: 0 0 2px;
	border-bottom: 1px #600 solid;
	margin: 20px 0 0;
}

.h1tag {
	color: #d68426;
	font-size: 180%;
	font-style: italic;
	text-align: right;
	margin-left: 10px;
}

.h1open {
	font-size: 140%;
}

h3 {
	color: #B39A72;
	font-size: 145%;
	padding: 0;
	margin: 10px 0 0;
}

h2 {
	color: #d68426;
	font-size: 150%;
	line-height: 1.3;
	border-bottom: 1px #E6E6DC solid;
	padding: 0;
	color: #933;
	margin: 15px 0 3px;
}

h2 a {
	color: #633;
	padding: 0;
	text-decoration: none;
	border-bottom: 3px #cc9 solid;
}

h3 {
	font-size: 130%;
	line-height: 1.3;
	border-bottom: 1px #E6E6DC solid;
	padding: 0;
	color: #933;
	margin: 15px 0 3px;
}

h3 a {
	color: #633;
	padding: 0;
	text-decoration: none;
	border-bottom: 3px #cc9 solid;
}

.tag {
	color: #600;
	font-size: 120%;
	font-style: italic;
	margin-left: 10px;
}

.question {
	font-weight: bold;
	margin: 15px 0 5px;
}

.note, .back {
	color: #d68426;
	font-size: 110%;
	font-style: italic;
	margin: 15px 0 0;
}

.back {
	text-align: right;
}

#frame {
	width: 560px;
	margin: 20px 20px 50px;
}

#sidebar {
	width: 140px;
	float: right;
	padding: 0 0 20px;
	margin: 10px 0;
}

#sidebar h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 110%;
	background: #cc9 url(/_img/arrow_down.gif) right top no-repeat;
	padding: 1px 15px 1px 5px;
	border: 0;
	margin: 0;
}

#sidebar h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0;
	border: 0;
	margin: 5px 0;
}

#sidebar h3 a {
	display: block;
	padding: 1px 2px;
	border-bottom: 1px #A3A35C solid;
}

.sidebar-cont {
	background: #E4E4BC;
	padding: 5px;
}

.sidebar-cont p {
	font-size: 100%;
	line-height: 120%;
}

#content {
	width: 400px;
}

#content h2 {
	color: #333;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	border-bottom: 1px #803427 dashed;
	margin: 0 0 20px;
}

.select {
	width: 250px;
	float: right;
	margin: 0 0 3px 3px;
}

.theselectbar {
	display: inline;
	width: 200px;
}

