

BODY{
	font-family:verdana,arial,sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 5px 10px 5px 10px;
	padding: 0px 0px 0px 0px; /*TOP, RIGHT, BOTTOM, LEFT */
	text-align:left;
	font-size:10px;
	background-color:#3C5166;
	/* background-image: url(images/NONE.jpg); */
}

#header {
	width:1020px;  /* mandatory to be centered */
    margin:auto;
	vertical-align:middle;
}

#wrapper {
	width:980px;  /* mandatory to be centered */
    margin:auto; /* left */
	/*  text-align:left;   NOT BEING USED */
	background-color:#FFF;
	vertical-align:middle;
	margin-top:0;
	padding-top:0;
}

#saus-banner {
	background:url(/images/Saus-Banner-blue-1.png);
	vertical-align:middle;
	height:140px;
	width:100%;
	border:0;
	background-repeat: no-repeat;
	background-position: center;
}

#topnav{
	background:url(/images/saus-systems-top-nav1.png);
	vertical-align:middle;
	text-align:center;
	height:25px;
	width:1020px;
	margin:auto;
	background-repeat: no-repeat;
}

#topnav ul{
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top:6px;
  }

#topnav li{   /* this is for the Horizontal menu list positioning */
  float: left;
  padding:0;
  position: relative;
  white-space:nowrap;
  width: 15em;
  }

#topnav li ul { /* this is for the second level drop menu lists - vertical */
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }

#topnav li > ul {  /* this is a hack for ie browsers for second level menus */
	top: auto;
	left: auto;
	}

#topnav li:hover ul { display: block; }

#topnav a:link {
color: #FFFFFF;
text-decoration:none;
}

#topnav a:hover {
	background-color: #3C5166;
	color: #CCFFFF;
	font-weight: bold;
}

#topnav a:visited {
color: #000000;
text-decoration:none;
}

p,td{
	font-size:12px;
	font-family:verdana,arial,sans-serif;
	color:#305073;
	list-style-position: inside;
	position: relative;
	position: relative;
	padding-top: 2px;
}

li{
	margin-left:-20px;
}

a{
	color:#339900;
}

a:hover{
	color:#97b3c8;
}

.footer{
	font-size:10px;
}

.lessLink{
	color:#4a6b8f;
}

.lesslink a:hover{
	color:#92c2da;
}

.small{
	font-size:10px;
	font-family:verdana,arial,sans-serif;
}

/* REMOVED WHITE DUE TO OVERLAP

.white{
	color:#fff;
}
*/

.style1{
	color: #660000;
	font-weight: bold;
	font-style: italic;
}

.style2{
	color: #660000;
}

.style3{
	color: #330066;
}
