html, body{
	margin:0;
	padding:0;
	background-color: #e3882d;
	background: url(images/bg.gif);
	background-repeat: repeat-x
	background-repeat: repeat;
	font-family: sans-serif
 } 
 
#pagewidth{ 
 width:968px; 
  min-width: 500px;
	border-color: transparent;
} 
 
 
#leftcol{
	width:260px;
	position: absolute;
	margin-right:1px;
	background-color: #E08737;
	height: 578px;
	top: 0px;
	border-color: transparent;
	left: 0px;
}
 
#outer{ 
 border: solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
/* background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
#inner{margin:0; width:100%;
	border-color: transparent;
	border-width: 0px;
}

#container		{width:500px; margin:100px auto; padding:50px 0 0 0; overflow: hidden; text-align: center}
#logo			{margin:20px auto; padding:50px 0 0 0; overflow: hidden;}
#address		{float:left; margin: 0 0 0 50px; color:#fff; width:200px; text-align: left; font-size: 12px }
h1				{font-weight: normal; font-size: 16px}

#maincol{
	float:
	width: 70%;
	position: static;
	margin: 0 -8px 0 -2px;
	margin-left: 150px;
	background: white;
	width: auto;
	top: 0px;
	text-align:
	padding: 0px 65px 15px 35px;
	height: auto;
	left: 5px;
	border-color: white;
}

.bodytext {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.page_header {
	font: medium Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #E08737;
}
 
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}

.ssalogotype {
	position: relative;
	left: auto;
	vertical-align: bottom;
	top: 25px;
	margin-left: 240px;
	margin-top: 30px;
}

.ssa_navigation {
	margin-left: -22px;
}

.addressblock {
	position: relative;
	left: 100px;
	top: 400px;
}

.ssa_logo {
	top: 20px;
	position: absolute;
	left: 35px;
}

a {
	text-decoration: underline;
	
	
	}

a:link {
	color: #fff; text-decoration: none;
	}

a:visited {
	color: #fff; text-decoration: none;
	}

a:active {
	color: #fff; text-decoration: none;
	}

a:hover {
	color: #fff; text-decoration: none;
	}
