    body {
	  font-family: Arial;  
	  z-index: -1;
	  background: black;
	  
	  /*
	  background-image: url('/images/bricks.jpg');
	  background-repeat: repeat;
	  background-position: top right; 
	  */
	}	
	
	table.layout {
	  width: 700px;
	  height: 710px;
	}
	
	td.header {
	  border-top: solid silver 2px;
	  border-left: solid silver 2px;
	  border-right: solid black 2px; 
	  border-bottom: solid black 1px;    
	  background-color: #0066cc;
	  
	  
	  background-image: url('/images/banner.gif');
	  background-repeat: repeat;
      
	  
	}
	
	td.bricks {
	  border-top: solid silver 2px;
	  border-left: solid silver 2px;
	  border-right: solid black 2px; 
	  border-bottom: solid black 1px;    
	
	  font-size: 4px;
	
	  height: 8px;
	  
	  background-image: url('/images/bricks.jpg');
	  background-repeat: repeat;
	  background-position: top right; 
	
	}

	td.header a {
      vertical-align: middle;
	  padding: 0;
	  padding-left: 15;
	  margin: 0;
	  font-size: 16px;
	  font-weight: bold;
	  color: #ffffff;
	  text-decoration: underline;
	  font-family:Arial;
	  /*color:#006600;*/
	}	
	
	td.header-logo {
      vertical-align: top;   	  
	}	
	
	.leftMenu { 
	  background-color: #0099cc; 
	  vertical-align:top; 
	  width:170px;
	  height: 100%;
	  /*background-image: url('/images/standardlogoLeftMenuSmaller.gif');*/
	  background-image: url('/images/collage-5.gif');
	  background-repeat: no-repeat;
	  background-position: bottom; 
	  
	  border-top: solid silver 1px;
	  border-left: solid silver 2px;
	  border-right: solid #808080 2px;
	  border-bottom: solid #808080 4px;   
	
	}
	
	.leftMenu-mainMenu {	  
	} 
		
	.leftMenu-picture {
	  display: block;
	  height: 100%;
	  margin-top: 0px;
	  padding-left: 3px;
	  vertical-align: bottom;
	} 
	.leftMenu-picture img {	
	  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	  z-index: 100;
	  hieght: 100%;
      vertical-align: bottom;
	  position: relative;
	  top: -140px;
	  
	}
			
	.leftMenu hr { 
	  display: none;
	  position: relative;
	  top: 0px;	
	  background-color: #ffff00; 
	  padding:0px;
	  margin:0px;
	  width: 96%;
	}	
	.leftMenu ul { 	
	  z-index:101;
	  
	  position: relative;
	  top: 2px;
	  padding:0px;
	  margin-top:0px;
	  margin-bottom:0px;
	  list-style: none;
	  font-color: white;
	}	
	
	.leftMenu ul, li, a { 	
	  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	  color: #000099;	  
	  font-color: white;
	  font-size:10pt;
	  text-decoration: none; 
	  cursor: hand;
	  border:0px;
	  padding:0px;
	  margin:0px;
	  
	}

	.leftMenu li { 
	  color: #ffffff;
	  width: 100%;
	  padding:4px;
	  padding-left: 5px;
	  margin-right: 1px;
	  border-left: solid silver 1px;
	  border-top: solid silver 1px;		  
	  border-right: solid #003333 1px;
	  border-bottom: solid #003333 1px;	
	  background-color:#0066ff;
	  position:relative;
	  left:20px;
	  margin-left:-20; 	  
      padding-top:0px;	  
	}	
	
	.leftMenu-hover li { 
	  width: 100%;
	  padding:4px;
	  padding-left: 5px;
	  margin-right: 1px;
	  border-left: solid silver 1px;
	  border-top: solid silver 1px;		  
	  border-right: solid #003333 1px;
	  border-bottom: solid #003333 1px;	
	  background-color:#99ccff;
	  position:relative;
	  left:20px;
	  margin-left:-20; 	  
      padding-top:0px;	  
	}		
	
	.leftMenu a { 	
	  text-decoration: none; 
	  color: white;
	}	
	.leftMenu a:hover { 	
	  text-decoration: underline; 
	  color: #ffff33;
	}	
	
	
	
	td.breadcrumb {
	  background-color: #99ccff; 
	  padding-left: 10;
	  padding-top: 5;
	  padding: 5;
	  color: blue;
	  font-weight: bold;
	  font-size: 10pt;
	  
	  height: 40px;
	  
	  border-top: solid silver 1px;
	  border-left: solid silver 1px;
	  border-right: solid black 2px; 
	  border-bottom: solid black 1px;  
	  
	}
	
	td.breadcrumb a {
	  text-decoration: underline;
	}
	
	td.breadcrumb a:hover {
	  color: #ffff33;
	  text-decoration: underline;
	}
	
    h2 { 
	  margin-top: 5px;
	  margin-left: 5px;
	  margin-right: 10px;
	  margin-bottom: 5px;
	  padding-bottom: 0px;
	  padding-left: 0px;
	  white-space: nowrap; 
	  font-family: Geneva, Arial, Helvetica, san-serif;
	  font-size: 12pt;
	  font-family:Arial;
	  color:#003366;
	}	
	
    h3 { 
	  margin-top: 5px;
	  margin-left: 15px;
	  margin-right: 10px;
	  margin-bottom: 0px;
	  padding-bottom: 0px;
	  padding-top: 0px;
	  padding-left: 0px;
	  white-space: nowrap; 
	  font-family: Geneva, Arial, Helvetica, san-serif;
	  font-size: 10pt;
	  font-family:Arial;
	  color:#003366;
	}	
	
	td.mainContentArea  {
      font-size: 75%;	
	  font-family:Arial;  
	  background-color: #ffffff;
      vertical-align: top;
	  
	  background-image: url('/images/SCM-logo-total-transparent-watermark.gif');
	  background-repeat: no-repeat;
	  background-position: bottom;
	  
	  
	  border-top: solid silver 2px;
	  border-left: solid silver 2px;
	  border-right: solid black 2px; 
	  border-bottom: solid black 1px;  	  
	  
	}	
	div.mainContentArea  {  
	  overflow: auto;
	  padding: 0px; 
	  margin:  0px;
	  boder: 0px;
	}	
	td.mainContentArea p.1 {
	  padding-top: 0px;
	  padding-bottom: 0px;
	  
	  margin-top: 0px;
	  margin-bottom: 5px;
	  margin-left: 5px;
	  margin-right: 10px;	  
	}	
	
	td.mainContentArea p.2 {
	  padding-top: 0px;
	  padding-bottom: 0px;
	  
	  margin-top: 0px;
	  margin-bottom: 5px;
	  margin-left: 5px;
	  margin-right: 10px;	
	}	

    td.mainContentArea UL {
	  padding:0px;
	  padding-left:20px;
	  margin-top:0px;
	  margin-bottom:0px;
	  list-style:square;		
	}		
	
	
	td.contentArea2  {
	  background-color: #fffff2;
      vertical-align: top;
	  

	  background-image: url('/images/Correct-logo-big-2-watermark.gif');
	  background-repeat: no-repeat;
	  background-position: bottom;
	  
	  
	  
	  height: 100%;
	  
	  border-top: solid silver 2px;
	  border-left: solid silver 2px;
	  border-right: solid black 2px; 
	  border-bottom: solid black 1px;
	  
	  padding-bottom: 15px;  	  
	  
	}	

	/*
	td.contentArea2 H2 {
	  
	  padding-top: 10px;
      
	}	*/
	

	
	td.mainContentArea  a:hover {
	  color: blue;
	  text-decoration: underline;
	}		
	
	td.contentArea2  a:hover {
	  color: blue;
	  font-weight: bold;
	  text-decoration: underline;
	}	
	
	td.contentArea2  a {
	  color: #0000cc;
	  font-weight: bold;
	  text-decoration: none;
	}		
	
    td.contentArea2 ul {
	  padding:0px;
	  padding-left:40px;
	  margin-top:0px;
	  margin-bottom:0px;
	  list-style:square;	
	}	
	
	td.contentArea2 li {
	  padding-bottom: 3px;
	  cursor: auto;		
	}
	
    .contact-title {
      font-weight: bold;
	}	
	
	td.contentArea2 form  {
	  height: 300px;
      overflow: auto;
      /*border: solid black 1px;*/
      padding: 5px;
      font-size: 70%;	  
	}
	
	td.contentArea2 td {
	  font-size: 70%;
	  border-bottom: solid black 0px; 
	}
	
	td.contentArea2 input {
	 padding: 0px;
	 margin: 0px;
	 border: solid silver 1px;
	 border-bottom: solid black 1px;
	 border-right: solid black 1px;
	 font-size: 95%
	}
	
	.logo {
	  border: black solid 0px;
      position: absolute;
	  top: 0px;
	  left: 680px;
	  border: 0;
	  margin: 0;
	  padding: 0;

	  /*
	  z-index: 1000;
	  vertical-align: top;
	  align: center;
	  
	  */
	  /*
	  background-image: url('/images/logoSmall.gif');
	  background-repeat: no-repeat;
	  background-position: top right; 	
	  */
	}
	
	.leftCol {
	  border: solid black 1px;
	  width:250px;
	  height: 230px;
	  overflow: auto;
	  white-space: nowrap;
	  font-size: 75%;	
	}
	
	.rightCol {
	  border: solid black 1px;
	  width:250px;
	  height: 230px;
	  overflow: auto;
	  white-space: nowrap;
	  font-size: 75%;
	}
	
	table.refTable {
	  font-size: 12px;
	  border: 0px;
	}
	
	table.refTable th {
	  background-color: #99ccff;
	  border: 0px;
	}
	
	
	table.refTable tr {
	  border: 0px;

	}
		
	table.refTable td {
	  border: 0px;
	  border-right: solid #99ccff 1px;
      border-bottom: solid #99ccff 1px;	  
	  
	}

