* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 58%;
	padding-bottom: 25px;
	color: black;
}

#printme 
{
	display: none;
}

img {
	border: 0;
}

p {
	margin-bottom: 1.5em;
}
p.queue_info {
	display: none;
}

h1, h2, h3, h4 {
	margin-bottom: 1em;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

html > #wrapper {
	width: 900px;
}

#header {
	margin-left: 8px;
	margin-right: 9px;
	display:	none;
}

#footer {
	clear: both;
	height: 5px;
}

* html #footer {

}

#content {
	float: left;
	padding-bottom: 10px;
	margin: 20px 20px 10px 0;
	width: 900px;
	overflow: visible;
}

* html #content {
	float: left;
	padding-bottom: 10px;
	margin: 20px 0; 
	margin-right: 77px;
	width: 900px;
	overflow: visible;
}

#content TD {
	font-family: arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	padding: 0 5px 5px 0;
}

#content A {
	color: #F7B812;
}

#content A:link {
	color: #659ECF;
}

#content A:visited {
	color: #F7B812;
}

#content A:active {
	color: #F7B812;
}

#content A:hover {
	color: rgb(223, 57, 69);
}


#content h2 {
	font-size: 16px;
	color: rgb(223, 57, 69);
}

#content h3 {
	margin-top: 1em;
	font-size: 14px;
	color: rgb(223, 57, 69);
}

#content p, 
#content table {
	font-family: arial;
	font-size: 10pt;
	line-height: 1.5em;
	margin:0 0 1.5em 0;
	padding: 0;
	color: black;
	width: 100%;
}

table.queuetable td{
	font-size: 9pt;
}

#content ol li {
	list-style-type: lower-roman;
	list-style-position: inside;
	font-size: 12px;
	line-height: 1em;
	margin:0 0 1em 2em;
	color: #333;
}


#content .floatleft {
	float: left;
	margin-right: 1em;
}

#content2 {

	display: none;
}

/* Yes, it's the weird IE bizarro selector hack */
* html #content2 {

	display:	none;	
}

#content2 h1, 
#content2 h2 {

	display:	none;	
}

#content2 h3 {

	display:	none;	
}

#content2 p {

	display:	none;	
}

#content2 ul {

	display:	none;	
}

#content2 ul li {

	display:	none;	
}

#content2 ul li.clsTNav {

	display:	none;	
}

#content2 ul li.clsTNavx {

	display:	none;	
}

#content2 a {

	display:	none;	
}

#content2 a, 
#content2 a:link,
#content2 a:visited,
#content2 a:hover {
	text-decoration: none;
	display:	none;	
}

#content2 .activelink
{
	color: rgb(247, 184, 18);
	display:	none;	
}

#NavigationBar {
	font-weight: normal;
	font-size: 1em;
	overflow: hidden;
	/* height: 1.5em; */
	display: none;
}


#NavigationBar ul {
}

#NavigationBar li {
	display:	none;	
}

#NavigationBar a, 
#NavigationBar a:link, 
#NavigationBar a:visited, 
#NavigationBar a:active, 
#NavigationBar a:hover {

	display:	none;
}

#NavigationBar a:hover {

	display:	none;	
}

#NavigationBar .activesection {

	display:	none;	
}

