img, div { behavior: url(css/iepngfix.htc) }

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

* {
	margin: 0px;
    padding: 0px;
    border: none;
}

/** Major Container Styles **/
body {
	text-align: left;
	padding:0px;
	margin:0px;
	width: auto;
	color:#333333;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
div#containerOuter{
	width: 998px;
	margin:0;
	padding:0px;
	text-align:left;
	color:#000000;
	background-color:#ffffff;	
	border-top: none;
}
div#containerLeft {
    float: left;
    width: 38px;
}
div#containerMiddle {
    float: left;
    width: 797px;
    border:0px solid red !important;
}
div#containerRight {
    float: left;
    width: 159px;
}

/** SSE CREDIT STYLES **/
div#credit {
    float:right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    line-height:9px;
    text-align:center;
    margin: 15px 15px 0 0;
}
div#credit a {
    color: #f2f2f2;
    font-weight:normal;
    letter-spacing: 1px;   
}
div#credit a:hover {
    color: #987a98;
    text-decoration:none;  
}