@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #B2B493;
	margin: 30px 0 0 0;
	padding: 0;
}

p {
	padding: 5px 0px 8px;
}

.threeColERI #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 832px;
	background: #FFFFFF url(../images/nav_bar_bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
} 

.threeColERI #header { 
	background-image:url(../images/page_banner.jpg);
	background-repeat:no-repeat;
	height:113px;
}

.threeColERI #mainContent {
	margin: 0px 200px 40px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-top: 45px;
} 

.threeColERI #mainContent a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #mainContent a:visited {
	color: #094835;
	text-decoration: underline;
}

.threeColERI #mainContent a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #dedfca;
}

.threeColERI #mainContent h1 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: bold;
}

.threeColERI #mainContent h2 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

.threeColERI #mainContent ul {
	list-style: none;
	padding: 0px;
	margin-left: 20px;
}

.threeColERI #mainContent li {
	background: url(../images/target.gif) no-repeat 0em 0em;
	padding-left: 1.8em;
	margin-bottom: 1em;
}
.threeColERI #horizlist {
	padding-top: 20px;
}
.threeColERI #horizlist ul {
	margin: 0;
	list-style-type: none;
}
.threeColERI #horizlist li {
	display: inline;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	padding-right: 8px;
	font-weight: bold;
	font-size: 1.2em;
	background: none;
	line-height: 1.8em;
}
.threeColERI #mainContent #FmeaCourse table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.threeColERI #mainContent #FmeaCourse td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.threeColERI #promo1 {
	margin-bottom: 50px;
	padding: 0px;
	margin-top: 10px;
}
.threeColERI #promo2 {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px dashed #791214;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.threeColERI #VSCourse {
	background: #f0e8d8;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #VSCourse ul {
	margin: 0px -5px 5px 10px;
	padding: 0px;
}

.threeColERI #VSCourse li {
	list-style: square inside;
	background: url(../none);
	margin: 0px;
	padding: 0px;
}

.threeColERI #VSCourse ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}

.threeColERI #VSCourse ul ul li {
	margin: 3px 0px 0px 5px;
	padding: 0px;
	list-style: circle inside;
}

.threeColERI #VSCourse h1 {
	border-bottom: 1px solid #7C9C77;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #7C9C77;
	margin-top: 15px;
}

.threeColERI #FmeaCourse {
	background: #E7E3E2;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #FmeaCourse h1 {
	border-bottom: 1px solid #21476F;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #21476F;
	margin-top: 15px;
}

.threeColERI #ShakerOp {
	background: #f0e8d7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #ShakerOp h1 {
	border-bottom: 1px solid #642a16;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #642a16;
	margin-top: 15px;
}

.threeColERI #ShakerOp a:link {
	color: #642a16;
	text-decoration: underline;
}

.threeColERI #ShakerOp a:visited {
	color: #8d8f7b;
	text-decoration: underline;
}

.threeColERI #ShakerOp a:hover {
	color: #f0e8d7;
	text-decoration: none;
	background-color: #642a16;
}

.threeColERI #ShakerOp ul {
	margin: 0px -5px 5px 10px;
	padding: 0px;
}

.threeColERI #ShakerOp li {
	list-style: square inside;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

.threeColERI #ShakerOp ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}

.threeColERI #ShakerOp ul ul li {
	margin: 3px 0px 0px 5px;
	padding: 0px;
	list-style: circle inside;
}

.threeColERI #ShakerOp ol {
	margin: 0px -5px 5px 10px;
	padding: 0px;
}

.threeColERI #ShakerOp ol li {
	margin: 0px 0px 8px;
	padding: 0px;
	background-image: none;
	list-style-image: none;
	list-style-type: decimal;
}

.threeColERI #FixtCourse {
	background: #E7E3E2;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #FixtCourse h1 {
	border-bottom: 1px solid #791214;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #791214;
	margin-top: 15px;
}

.threeColERI #FixtCourse a:link {
	color: #3c4756;
	text-decoration: underline;
}

.threeColERI #FixtCourse a:visited {
	color: #791214;
	text-decoration: underline;
}

.threeColERI #FixtCourse a:hover {
	color: #e6e3e2;
	text-decoration: none;
	background-color: #3c4756;
}

.threeColERI #ShipCourse {
	background: #f0e8d8;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #ShipCourse h1 {
	border-bottom: 1px solid #14416e;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #14416e;
	margin-top: 15px;
}

.threeColERI #ShipCourse ul {
	padding: 0px;
	margin: 0px -5px 5px 10px;
}

.threeColERI #ShipCourse li {
	list-style: square inside;
	background: url(../none);
	margin: 0px;
	padding: 0px;
}

.threeColERI #ShipCourse ul li {
	margin: 0px 0px 5px;
	padding: 0px;
}

.threeColERI #ShipCourse ul ul li {
	margin: 3px 0px 0px 5px;
	padding: 0px;
	list-style: circle inside;
}

.threeColERI #CotsCourse {
	background: #e6e4e2;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #CotsCourse h1 {
	border-bottom: 1px solid #537c9f;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #537c9f;
	margin-top: 15px;
}

.threeColERI #PkgCourse {
	background: #efe7d7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #PkgCourse h1 {
	border-bottom: 1px solid #521d14;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #521d14;
	margin-top: 15px;
}

.threeColERI #PkgCourse a:link {
	color: #521d14;
	text-decoration: underline;
}

.threeColERI #PkgCourse a:visited {
	color: #404543;
	text-decoration: underline;
}

.threeColERI #PkgCourse a:hover {
	color: #521d14;
	text-decoration: none;
	background-color: #dedfca;
}

.threeColERI #SealCourse {
	background: #efe7d7;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #SealCourse h1 {
	border-bottom: 1px solid #38327d;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #38327d;
	margin-top: 15px;
}

.threeColERI #SealCourse a:link {
	color: ##38327d;
	text-decoration: underline;
}

.threeColERI #SealCourse a:visited {
	color: ##4f4c48;
	text-decoration: underline;
}

.threeColERI #SealCourse a:hover {
	color: ##38327d;
	text-decoration: none;
	background-color: #dedfca;
}

.threeColERI #PyroCourse {
	background: #faf5e5;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 405px;
}

.threeColERI #PyroCourse h1 {
	border-bottom: 1px solid #6a2602;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6a2602;
	margin-top: 15px;
}

.threeColERI #PyroCourse a:link {
	color: #6a2602;
	text-decoration: underline;
}

.threeColERI #PyroCourse a:visited {
	color: #9d4a23;
	text-decoration: underline;
}

.threeColERI #PyroCourse a:hover {
	color: #6a2602;
	text-decoration: none;
	background-color: #f4de99;
}

.threeColERI #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #304678; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 45px;
	margin-top: 15px;
}

.threeColERI #sidebar1  p  {
	padding: 0px;
}

.threeColERI #nest ul {
	list-style: url(../(URL) ) none;
	margin: 0px 0px 3px 25px;
	padding: 0px;
	color: #FFFFFF;
}

.threeColERI #nest li {
	padding-top: 8px;
	list-style: none;
	font-size: 95%;
	padding-bottom: 3px;
}

.threeColERI #nest li a:link {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest li a:visited {
	color: #FFF;
	text-decoration: none;
}

.threeColERI #nest li a:hover {
	color: #094835;
	text-decoration: none;
	background: #AAAAB2;
}

.threeColERI #nest ul ul li {
	font-size: 90%;
	margin-left: -5px;
	padding: 0px;
}

.threeColERI #nest ul ul li a:link {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest ul ul li a:visited {
	color: #FFF;
	text-decoration: underline;
}

.threeColERI #nest ul ul li a:hover {
	color: #304678;
	text-decoration: none;
	background: #AAAAB2;
}

.threeColERI #rightcol {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 45px 10px 0 10px; /* padding keeps the content of the div away from the edges */
	margin-bottom: 40px;
	margin-top: 15px;
	border-left: 2px dotted #dedfca;
}

.threeColERI #rightcol a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #rightcol a:visited {
	color: #094835;
	text-decoration: none;
}

.threeColERI #rightcol a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #B2B493;
}

.threeColERI #rightcol h1 {
	font: bold 14px "Times New Roman", Times, serif;
	border-top: 2px solid #B2B493;
	border-bottom: 1px solid #B2B493;
	margin-top: 10px;
	margin-bottom: 5px;
}

.threeColERI #footer { 
	padding: 0 10px 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 7px solid #094835;
	background: url(../images/footer_bgcolor.gif) repeat-x;
	height: 125px;
} 

.threeColERI #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

.threeColERI #footer a:link {
	color: #304878;
	text-decoration: underline;
}

.threeColERI #footer a:visited {
	color: #B2B493;
	text-decoration: none;
}

.threeColERI #footer a:hover {
	color: #094835;
	text-decoration: none;
	background-color: #dedfca;
}


.threeColERI #nlform {
	width: 155px;
	border: 1px solid #B2B493;
	display: block;
	background: #dedfca;
}

form div {
	margin: 6px 3px;
}

.nlfont {
	color: #094835;
	font-weight: bold;
}

input, select, checkbox, textarea {
	color: #000000;
	border: 1px solid #ABABB2;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #dedfca;
	background: #ababb2;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.trngsection {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	color: #094835;
	vertical-align: middle;
	text-align: right;
	border-bottom: 3px solid #094835;
	margin: 0px 0px 15px;
	padding: 0px 0px 3px;
}

.forh2 {
	color: #000000;
	border-bottom: 1px solid #000000;
}

.testim {
	float: none;
	color: #666666;
	font: 110% "Times New Roman", Times, serif;
	margin: 25px 15px;
	text-align: left;
}

.caption {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
}

.RC {
	background: url(../images/nl_roundbox.jpg) no-repeat left top;
	width: 155px;
	margin-top: 10px;
	padding: 0px;
}

.RC h2 {
	font: bold 120% "Times New Roman", Times, serif;
	padding: 5px 5px 20px 8px;
	color: #FFFFFF;
}

.RC p {
	padding-right: 8px;
	padding-left: 8px;
}

.top_RC {
	background: url(../images/nl_roundbox_top.jpg) no-repeat left top;
}

.last_RC {
	background: url(../images/nl_roundbox_btm.jpg) no-repeat left bottom;
	margin: 0px;
	padding-bottom: 2em;
}

.extramrgb {
	margin-bottom: 60px;
}


.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #304678;
	background-color: #DEDFCA;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
}

.darkbg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DEDFCA;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 5px;
}

.promo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #7C9C77;
	background-color: #EAEFBD;
	text-align: center;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 3px double #7C9C77;
	line-height: 1.4em;
}

.courselink {
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}

