/* CSS Document */
body {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0;
	padding: 0;
	text-align:center;
}
#container {
	top:0;
	left:180px;
	overflow: hidden;
	width:800px;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
	padding: 10px;
	text-indent: 2px;
}
#container .column {
	position: relative;
	float: left;
	}

#column1 {
	width: 164px;          /* LC width */
	left: 0px;          /* LC width */
	border-top: 5px solid #990000;		
	background-color: #EBEBEB;
}
#column2 {
	top:0;
	margin-left: 170px;
}
#column3 {
	width: 179px; 
	padding-left:10px;
}
#mainnavigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 65px;
	margin-bottom: 0px;
}
#mainnavigation ul li { /* all lists */
	display:inline;
}
#mainnavigation ul li a { /* all lists */
	color:#333333;
	text-decoration:none;
	margin-bottom:-1px;
	padding-left:.5em;
	padding-right:.5em;	
	background-color:#DEE2E5;
	border:1px solid #96938E;
}
#mainnavigation li a:hover {
	background-color:#E3D9C5;
}
#topbanner {
	background-image:url(../images/truss.jpg);
	background-position: top;
	background-repeat:repeat-x;
	clear:both;
}
#coebrandlinks {
	background-color: #FFFFFF;
	display: block;
	text-align: right;
}
#pageheader {
	clear:both;
}
#pageheader h1 {
	font-size: 20px;
	display: inline;
	margin-left: 15px;
}
#content {
	background-color: #FFFFFF;
	padding: 15px;
	top: 0;
}
#column2B {
	left: 430px;
	float:right;
	margin-left:10px;
}
#column2A {
	width: 420px;
	left: 0px;
	float:left;
}
#footer {
	top:0;
	left:180px;
	overflow: hidden;
	width:800px;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #FFFFFF;
	padding: 10px;
}
#sectionnav ul { 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	list-style: none;
	left: 0;
	height: inherit;
	width: 154px;
}
#sectionnav ul li { 
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
#sectionnav ul li:hover { 
	background-color: #E3D9C5;
}
#sectionnav ul li a {
	color: #000000;
	text-decoration: none;
	
}
#sectionnav ul li a:hover { 
	text-decoration: underline;
}
#sectionnav ul li h3 a:hover { 
	text-decoration: underline;
}
a:visited {
	color:#990000;
	text-decoration:none;
}
a:link {
	color:#990000;
	text-decoration:none;
}
a:hover {
	color:#000066;
	text-decoration:underline;
}
#content ul li {
	list-style-type:disc;
	margin-left: -1em;
}
#content ul li li {
	list-style-type:circle;
	margin-left: -1em;
}
#content ul li li li{
	list-style-type:square;
	margin-left: -1em;
}
#content ol li {
	list-style-type:decimal;
	margin-left: -1em;
}
#content ol li li {
	list-style-type:lower-alpha;
	margin-left: -1em;
}
#content ol li li li{
	list-style-type:lower-roman;
	margin-left: -1em;
}

h1 {
	font-size: 150%;
	font-weight: 500;
	color: #990000;
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
}
h2 {
	font-size: 125%;
	font-weight: 600;
	color: #990000;
	text-align: left;
	display: block;
	margin-top: 1em;
	margin-bottom: 0.25em;
	top: 0;
	padding: 0px;
}
h3 {
	font-size: 102%;
	font-weight: 600;
	color: #990000;
	text-align: left;
	display: block;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0px;
}
h4 {
	font-size: 100%;
	font-weight: 600;
	color: #990000;
	text-align: left;
	display: block;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0px;
}
p {
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1em;
	display: block;
	z-index: 0;
}

caption {
	font-weight: 600;
	color: #990000;
	text-align: left;
	display: block;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 0px;
}
table {
	margin-bottom: 1em;
}
th {
	font-size:smaller;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	background-color: #990000;
}
td {
	font-size:smaller;
	text-align: left;
	border-bottom: 1px dotted #990000;
	vertical-align: top;
}
table.layout td {
	border:none;
}
hr {
	height: 1px;
	width: 75%;
	left: 0;
	color: #990000;
	border-top: 1px dotted #990000;
	border-bottom: none;
	position: absolute;
}

#footer p {
	color:#000000;
	text-align:right;
	font-size:smaller;
}
.imgCaption {
	font-style:italic;
	font-size:85%;
	width:inherit;
}

