@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
}
.oneColFixCtrHdr #header {
	background: #600; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-style: italic;
	font-size: 18px;
}
.oneColFixCtrHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	font-size: 18px;
}
.oneColFixCtrHdr #header p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
} 
.oneColFixCtrHdr #header a {
	color:#9FC
}
.oneColFixCtrHdr #header span {
	color:#FFC;
	font-size: 20px;
}
.oneColFixCtrHdr #header a:visited {
	color:#FF9
}
.oneColFixCtrHdr #header a:hover {
	color:#FF0
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #subheader {
	background: #FFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #sidebar {
	width: 400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: visible;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFF;
	background-color: #600;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFC;
}
.oneColFixCtrHdr #container #footer p a {
	color: #CDCF83;
}
.oneColFixCtrHdr #container #footer #footnote {
	font-size: 10px;
	color:#CCC
}
.oneColFixCtrHdr #container #mainContent #LampTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table {
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent #LampTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td p {
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent #LampTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td dl dt {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent #LampTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td dl dd {
	font-size: 12px;
	text-indent: -20px;
}
.oneColFixCtrHdr #container #mainContent #LampTabs .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible table tr td #ULSpecification {
	font-style: italic;
	text-align: center;
}
.oneColFixCtrHdr #container table {
	text-align: left;
}
.oneColFixCtrHdr #container table tr td p {
	font-size: 14px;
	font-weight: bold;
}
.oneColFixCtrHdr #container table tr td dl dt {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.oneColFixCtrHdr #container table tr td dl dd {
	font-size: 12px;
	text-indent: -20px;
}
.oneColFixCtrHdr #container table tr td #ULSpecification {
	font-style: italic;
	text-align: center;
}
ul.nav {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid #003;
	font-size: 12px;
} 

ul.nav li { display: inline; } 
ul.nav a { 
    border: 1px solid #003; 
    border-bottom: none; 
    padding: 5px 15px 5px 15px; 
    margin-right: 5px; 
    background-color:#fff; 
    text-decoration: underline; 
    color:#003; 
} 
/* Menu items that have mouse over or focus have a blue background and white text */
ul.nav a:hover, ul.MenuBarVertical a:focus
{
	background-color:#600;
	color: #FFC;
}

.oneColFixCtrHdr #container blockquote table tr td form div p b {
	color: #CDCF83;
}
