body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}
body {
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
}

#page {
	background: #FFFFFF;
	width: 95%;
	margin: 3px auto;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	min-width: 700px;
	max-width: 1240px;
}
#center {
	margin: 0px auto;
	width: 96%;
	min-width: 700px;
	max-width: 1240px;
}
#footer {
	text-align: right;
	background: #F3F3F3;
	color: #666666;
	font-size: 0.8em;
}
#jshelp {
	text-align: left;
	background: #FFFFFF;
	color: #666666;
	font-size: 0.8em;
}
#navcontainer ul {
	padding-left: 0;
	margin: 0;
	background-color: #B70000;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font: bold 1.0em arial, helvetica, sans-serif;
	border-top: 1px solid #fff;
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #B70000;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
	background-color: #D7863B;
	color: #fff;
}
#home #graphic {
	background: #333333 url(../images/shared/banner_home.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#news #graphic {
	background: #333333 url(../images/shared/banner_news.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#forms #graphic {
	background: #333333 url(../images/shared/banner_forms.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#train #graphic {
	background: #333333 url(../images/shared/banner_train.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#vendors #graphic {
	background: #333333 url(../images/shared/banner_vendors.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#support #graphic {
	background: #333333 url(../images/shared/banner_supdocs.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#contact #graphic {
	background: #333333 url(../images/shared/banner_supdocs.jpg) no-repeat center;
	height: 102px;
	clear: both;
}
#bread {
	padding: 0;
	width: 100%;
	color: #999999;
	font-size: 0.8em;
	clear: both;
	margin-top: 3px;
}
#bread ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bread li { display: inline; }
#bread a {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#bread a:hover {
	color: #1974b2;
	text-decoration: underline;
}
#bread .last-child {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
body #skiplink {
	color: #F3F3F3;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px auto;
	width: 300px;
	display: block;
	text-align: center;
}
body a#skiplink:active {
	color: #000000;
	background: #00FF99;
}
#content h1 {
	font-weight: bold;
	color: #922635;
	font-size: 1.5em;
}
#content td h1 {
	font-weight: bold;
	color: #922635;
	font-size: 2em;
}
#content h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
}
#content h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1.1em;
}
body a#skiplink:hover {
	color: #000000;
	background: #00FF99;
}
#content {
	clear: both;
	padding-bottom: 1px;
}
#header a h1 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header {
	width: 30%;
	height: 28px;
	float: left;
}
#search {
	padding: 0px;
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 3px;
}
.results p {
	font-size: 1.3em;
}
form {
	margin: 0px;
	padding: 0px;
}
.subheading {
	font-weight: bold;
}
#content a, #search a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited, #search a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}
#content a:hover, #search a:hover {
	color: #DF8655;
	text-decoration: underline;
}
/* Tabular tables 
================================================*/
caption {
 font: bold normal 0.9em Arial, Helvetica, sans-serif;
 color: #333333;
}
#content table {
 border-collapse: collapse;
 border: 2px solid #333333;
}
#content th {
 color: #ffffff;
 background: #333333;
 font: bold 0.8em Arial, Helvetica, sans-serif;
}
#content td {
 font: 0.8em Arial, Helvetica, sans-serif;
 color: #333333;
 border-right: 1px solid #cccccc;
}
#content tr.odd td {
      background-color: #ffffff;
}
#content tr.even td {
      background-color: #eeeeee;
}
#content .searchtable {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#content .searchtable td {
	border-right: none;
}
#content .searchtable {
	border: none;
	font-size: 1.0em;
}
#content .searchtable td h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
}
#content .rightcolumn li {
	list-style: disc;
}
#content .rightcolumn {
	float: right;
	border-left: 1px dotted #999999;
}
#content .item {
    border-bottom: 1px dotted #999999;
}
/* Status
================================================*/
.available {
	color: #689B89;
	font-weight: bold;
	font-style: italic;
}
.unavailable {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.edistatus {
	background: #EEEEEE;
	border: 1px solid #333333;
	padding: 5px 5px 5px 10px;
	color: #333;
}
.statusheading {
	font: bold 1.1em Arial, Helvetica, sans-serif;
}
/* Libraries
================================================*/
.acrobat p {
 	color: #333333;
 	background-color: #FFFFFF;
 	padding: .5em;
 	border: 2px solid #6699cc;
	margin-bottom: 5px;
}
.acrobat img {
 	vertical-align: middle;
}

/* icon marker
================================================*/
.external {padding-right: 16px; background: url(../images/external_ff.gif) no-repeat right center;}
.pdf {padding-right: 30px; background: url(../images/pdf_ff.gif) no-repeat right center;}
.doc {padding-right: 30px; background: url(../images/doc_ff.gif) no-repeat right center;}
.xls {padding-right: 30px; background: url(../images/xls_ff.gif) no-repeat right center;}