body {
	margin:0;
	padding:27px;
	background:#306;
	}

.draft {
	background:#fc3;
	}

.bluedraft {
	background:#369;
	}

.yellowdraft {
	background:#fc3;
	}

/* Main layout block */

#sheet {
	
	/*height:900px;*/
	background:#fff;
	padding:50px 100px 50px 100px;
	}

#logo {
	float:right;
	}

#crumb {
	position:absolute;
	left:33px;
	top:50px;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 56.25%;
	color:#333;
	}

#crumb a {	
	color:#690;
	text-decoration:underline;
	}

#crumb a:hover {	
	color:#690;
	text-decoration:none;
	}

#note h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding:0;
	color: #333;
	}

#note p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	color: #333;
	padding:0 0 10px 0;
	border-bottom:1px solid #999;
	}

#content {
	background:#fff;
	padding:50px;
	}

/* JLG's format for th */

#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	text-align: left;
	color: #333;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight:normal;
	color: #333;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	font-weight: bold;
	color: #333;
	}

h4  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 81.25%;
	font-weight: bold;
	color: #333;
	}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #333;
	}

#content p,#content li,#content td,#content dt,#content dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	color: #333333;
	}

#content dt {
	font-weight: bold;
	}

#content dd {
	margin-bottom:12px;
	}

#content li {
	margin-bottom:8px;
	list-style: none;
	}

#contact {
	border-top:1px solid #999;
	margin-bottom:9px;
	}

#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 56.25%;
	color: #555;
	}

.region {
	float:left;
	margin:4px 6px 9px 0;
	width:180px;
	}

.update {
	font-size:62.5%;
	color:#777;
	}

/* BEGIN TEST - Dec 05 */

/* table styles */

table { /* NEW Nov 05 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0;
	margin:0;
	font-size: 100%; /* NEW Sept 05 */
	border: none;
	border-collapse: collapse;
	}
	
table th { /* NEW Nov 05 */
	margin:0;
	background: #ccc; /* NEW Dec 05 - was #BCCE45 */
	color: #fff;
	padding:8px 5px 10px 5px; /* NEW Sept 05 */
	text-align: left;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em; /* NEW Sept 05 */
	font-weight: bold;
	border-top:none; /* NEW Sept 05 */
	border-right:none; /* NEW Sept 05 */
	border-bottom:1px solid #CCC; /* NEW Sept 05 */
	border-left:none; /* NEW Sept 05 */
	}

table td { /* NEW Nov 05 */
	margin:0;
	padding:10px 5px; /* NEW Sept 05 */
	border-top:none; /* NEW Sept 05 */
	border-right:none; /* NEW Sept 05 */
	border-bottom:1px solid #CCC; /* NEW Sept 05 */
	border-left:none; /* NEW Sept 05 */
	font-size: 1.1em; /* NEW Sept 05 */
	text-align: left;
	vertical-align:top;
	}

td ol { /* NEW Nov 05 */
	color:#fff;
	}

td ol, td p, td ul  {
	font-size:100%;
	}
	
/* END TEST - Dec 05 */


/* JLG's fix for tinytext */

#content td li, 
#content li p, 
#content td p, 
#content li li, 
#content h4 li, 
#content dd li, 
#content td td, 
#content td th {
	font-size:100%;
	}

#rules ul, ul li {
	margin: 6px 0 6px 0;
	padding: 0;
	list-style: none;
	}

#bullet ul, ul li {
	list-style-type: disc;
	}

ul#bullet li {
	list-style-type: disc;
	}

.navright {
	/* font-size:62.5%;
	color:#777; */
	text-align: right;
	}

.draftnote {
	font-size:62.5%;
	color:#666;
	font-style:italic;
	}
.box {
	background:#ddd;
	border:1px solid #333;
	padding:0px 5px 0px 5px;
	}
.examplebox-rule {
	background:#eee;
	border:1px solid #333;
	padding:0px 5px 0px 5px;
}	
	
.bluedraft .examplebox {
	background:#9cf;
	border:1px solid #333;
	padding:0px 5px 0px 5px;
	}
.yellowdraft .examplebox {
	background:#ffc;
	border:1px solid #333;
	padding:0px 5px 0px 5px;
	}
.sourcebox {
	background:#ccc;
	border:1px solid #333;
	padding:0px 5px 0px 5px;
	}
.contentimageright {
	float:right;
	margin:0 0 5px 5px;
	padding:2px;
	}
.contentimageleft {
	float:left;
	margin:0 5px 5px 0;
	padding:2px;
	}
.section {
	margin-left: 50px;
	}
.textnote {
	font-size: 56.25%;
	}
/*------ top of page basic nagivation ------ */
#youarehere {
	position:absolute;
	left:177px;
	top:50px;
	padding:0;
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 56.25%;
	color:#333;	
}
#youarehere li {
	float: left;
	display: inline;
	background:transparent url(../img/bullet-more.gif) no-repeat scroll 0 4px;
	padding:0 20px 0 12px;
}

