﻿body
{
	margin: 0;
	padding-top: 2em;
	padding-bottom: 1em;
	text-align: center;
}

body, p, td, th
{
	font-size: 10pt;
	font-family: Arial;
}

a.link		{ color: #00007f; }
a.visited	{ color: #65038e; }
a.active	{ color: #ff0000; }
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 15px;
	color: #901010;
}

h2
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	color: #b9121b;
}

#header, #content, #footer
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#header, #footer
{
	color: #ffffff;
	background-color: #901010;
	position: relative;
}

#header a, #footer a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#header a#homeLink
{
	font-size: 200%;
	display: block;
	padding: 0.5em;
	width: 12em;
}

#header #menu
{
	letter-spacing: 1px;
	border-top: solid 1px #fff;
}

#header #menu a, #footer a
{
	font-family: Verdana;
	letter-spacing: normal;
	color: #eee;
}

#header #menu a:hover
{
	text-decoration: underline;
}

#header #contact
{
	position: absolute;
	bottom: 0;
	right: 1em;
}

#header #menu, #header #contact
{
	line-height: 14px;
	padding: 0.5em;
}

#header a#homeLink, #header #menu
{
	padding-left: 30px;
}

#content
{
	overflow: auto;
	margin-bottom: 1em;
}

#footer
{
	text-align: center;
	padding: 0.5em;
	font-family: Verdana;
	line-height: 150%;
}

#footer a:hover
{
	text-decoration: underline;
}


.headerText
{
	font-family: Arial;
	font-size: 12px;
}
.headerLink
{
	font-size: 12px;
}
.headerLink:hover
{
	text-decoration: underline;
	color: #ffffff;
}



.creamBox
{
	margin: 10px;
}

.creamBox, table.creamBox, table.creamBox th, table.creamBox td
{
	border: solid 1px #bd8d46;
	border-collapse: collapse;
	background-color: #fcfae1;
}

table.creamBox th, table.creamBox td, div.creamBox, table.hotTopics th, table.hotTopics td
{
	padding: 5px;
}

tr.creamBoxHighlight
{
	background-color: #bd8d46;
}

table.hotTopics
{
	border: solid 1px #bd8d46;
	border-collapse: collapse;
	background: #eee;
}

table.hotTopics tr.header
{
	background-color: #b00;
	color: #fcfae1;
	font-weight: bold;
}

.error
{
	border: solid 1px #bd8d46;
	background-color: #fcfae1;
	padding: 5px;
	display: inline-block;
}

.lightCreamBox, .lightCreamBox th, .lightCreamBox td
{
	border: solid 1px #f6e497;
	border-collapse: collapse;
	background-color: #F9F5EA;
	padding: 15px;
	margin: 10px;
}
.lightCreamBox th, .lightCreamBox td
{
	padding: 5px;
}

.industryNav
{
	float: left;
	width: 210px;
	border: solid 1px #f6e497;
	border-width: 1px 0 0 0;
	padding: 0;
	margin-right: 10px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #F9F5EA;
	color: #f6e497;
}
.industryNav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.industryNav li
{
	border: solid 1px #f6e497;
	border-width: 0 1px 1px 1px;
	margin: 0;
	text-align: left;
}
.industryNav li a {
	display: block;
	padding-left: 3px;
	border-left: 10px solid #901010;
	border-right: 10px solid #fcfae1;
	background-color: #F9F5EA;
	color: #901010;
	text-decoration: none;
	width: 100%;
	font-size: 7pt;
}
html>body .industryNav li a {
	width: auto;
}
.industryNav li a:hover {
	background-color: #fcfae1;
	text-decoration: underline;
}

table.listNav
{
	border: solid 1px #f6e497;
	background-color: #F9F5EA;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
table.listNav td
{
	padding-bottom:5px;
}
table.listNav .listNavHeader
{
	font-weight: bold;
	text-decoration: none;
}
table.listNav .listNavHeader:hover
{
	text-decoration: underline;
}
table.listNav .listNavItem
{
	font-size: 8pt;
	text-decoration: none;
}
table.listNav .listNavItem:hover
{
	text-decoration: underline;
}

