/*
     
	  
*/


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 background: #080E2A url(images/swe_back.jpg) fixed;
}

#wrapper { 
	background-color: white;
	width: 900px;
	color: white;
	margin: 0 auto;
	padding: 0px;
	border-color: white;
	border: 5px solid #FFF;
}

.floatlink {
width:110px;
position: absolute;
top: 10px;
right: 15px;
display: inline;
overflow:hidden;
padding-top: 5px;

}

.floatlink a {
padding: 0px;
height: 25px;
width: 100px;
display:block;
background-image: url(images/contactus_button.gif);
background-repeat:no-repeat;
}

.floatlink1 {
width:110px;
position: absolute;
top: 35px;
right: 15px;
display: inline;
overflow:hidden;
padding-top: 3px;


}

.floatlink1 a {
padding: 0px;
height: 25px;
width: 100px;
display:block;
background-image: url(images/client-login.gif);
background-repeat:no-repeat;
}
.default {
float:left;
width:900px;
z-index:2998;
}


#leftcolumn { 
 color: #FFF;
 border: 0px solid #ccc;
 background: #381101;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#leftmiddle { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#rightmiddle { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 200px;
 float: left;
}
#footer { 
 font-size: 100%;
 width: 875px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

h1 {
text-indent: 9000px;
}

.special {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: white;
 background: #381101;
 padding: 5px;
} 
 
 .peer {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #381101;
 text-decoration:none;
} 
 
a.peer {
 text-decoration:none;
	color:#381101;
}

a.peer:hover{
	text-decoration:underline;
	color:#381101;
}
a.peer:active{
	text-decoration:none;
	color:#875422;
}