/* CATHODIC RECTIFIERS */

/* BODY */

body {
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.head {
	padding-top: 2px;
}
/*.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}*/

/* LEFT NAVIGATION */

.leftnav {
	background-color: #E1E9E9;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.leftnav_head {
	font-size: 13px;
	font-weight: bold;
	color: #DD5800;
	text-align: left;
	margin-top: 5px;
	padding: 5px 3px 5px 5px;
	/*border-bottom: 1px solid #999999;*/
}
.leftnav_link {
	text-align: left;
	margin: 0px;
	background-color: #EBF1F1;
}
.leftnav_link a {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #999999;*/
}
.leftnav_link a:hover {
	color: #DD5800;
	/*background-color: #F4F7F7;*/
	text-decoration: none;
	/*border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;*/
}
.leftnav_sublink {
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	margin: 0px;
}
.leftnav_sublink a {
	display: block;
	padding: 3px 5px 6px 5px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
	background-color: #EBF1F1;
	/*border: 1px solid #E1E9E9;*/
}
.leftnav_sublink a:hover {
	color: #DD5800;
	background-image:url(images/bullet2.gif);
	background-repeat: no-repeat;
	/*background-color: #F4F7F7;*/
	text-decoration: none;
	/*border: 1px solid #999999;*/
}
.leftnav_link_last {
	display: block;
	border-top: 1px solid #CCCCCC;
	/*border-bottom: 1px solid #999999;*/
}

/* CONTENT */

.content {
	border-right: 1px solid #999999;
	vertical-align: top;
	padding: 0px 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 16px;
	color: #000099;
	border-bottom: 1px dotted #999999;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}
h5 {
	margin-top: 5px;
	padding-top: 10px;
	font-size: 18px;
	color: #000099;
	border-bottom: 1px dotted #999999;
}
.content a {
	color: #000099;
	text-decoration: underline;
}
.content a:hover {
	color: #000099;
	text-decoration: none;
}
.content table td {
	vertical-align: top;
}
.content table.contact td {
	vertical-align: middle;
}
.content table.contact td.top {
	vertical-align: top;
}
.content ul li {
	list-style-image:url(images/bullet.gif);
	line-height: 16px;
}
.error {
	color: #FF0000;
}

/* FOOTER */

.footer {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.footer a:hover {
	color: #000099;
	text-decoration: underline;
}

.homelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.leftnav-home {
	background-color: #E1E9E9;
	padding: 0px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.site-notice {
    background: #0e0e0e;
    margin-bottom: 10px;
}

.site-notice p {
    width: 800px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.875rem;
}
