@charset "iso-8859-1";

a:link {color:#00f;}
a:visited {color:#00f;}
a:hover { color:#00f; background-color:#eee;}

a.notyet {
	color: #ccc;
}
.pseudolink {
	text-decoration: underline;
}

body {
	background-color: #000;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;

}

p {
	line-height: 150%;
}

table {
   margin-left: 0;
   border-collapse: collapse;
}

.VisTable {
	border-collapse: collapse;
	border-color: #E74618;
}


h1 {
	font-size: 19pt;
	font-size: 26px;
}

h2 {
	font-size: 16pt;
	font-size: 24px;
}

.leftnavspacer {
	width: 200px;
}
#leftnav {
	width: 150px;
   background-color: #000;
   padding-top: 20px;
}
#leftnav ul.nav {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	font-weight: normal;
	font-size: 12pt;
	line-height: 110%;
   background-color: #000;
}

ul.nav li {
	padding: 5px 0 0px 0;
   margin-bottom: 2px;
   background-color: #f56c2b;
   border-bottom: 3px solid #ccc;
}
ul.nav li:last-child {
   border-bottom: none;
}

ul.nav li a {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

ul.nav ul {
   list-style:none;
   background-color: #000;
   border-left: 8px solid #000;
   padding-left: 5px;
}

ul.indent li {
    padding-left: 3px;
}

ul.faq {
	line-height: 120%;
}

ul.faq li {
	margin-bottom: 10px;
}

td {
	font-size: 16px;
}

.footer {
	border-top: 1px solid #000;
	margin-top:2em;
	padding-top: 10px;
	text-align:center;
	font-size: 8pt;
}

.notice {
	font-weight: bold;
	color: #ff0000;
}
.logotext {
	font-family: Arial, Helvetica, sans-serif;
   font-size: 96px;
   color: #aaa;
}
#banner {
   background-color: #000;
}
#bannerlowbar {
   background-color: #b00;
   height: 24px;
}
td.bannerleft, td.bannerright {
   width: 115px;
}

td.navcol {
   padding: 0;
   background-color: #000;
}

td.contentcol {
   padding: 10px;
}

