* {
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
}

html {
}
body {
	font:76% Verdana,Arial,Tahoma,Arial,sans-serif;
	padding:0px 0px 0px 0px;
	background-color: #fff;
}
	
a {
	outline: none;
}


table.sampl1 {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sampl1 th {
	border-width: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sampl1 td {
	border-width: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


div.box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}       

/* Main layout and header */
#wrap {
	margin:0px 0px -50px;
	padding:0px 0px; 
	width:820px;
	height:auto !important;
        min-height:80%;
        height: 80%;
	}

#stext {
	padding: 20px 80px;
}

p {
	padding: 10px;
}
	  
/*TOP NAV - Black Bar*/	
#topnav ul{
	width:auto;
	height: 28px;
	font: bold 100% Arial;
	border:0;
	border-top:1px solid #000;
	background: #000000 url(../i/nav.png) center left repeat;}
		
#topnav ul li{display: inline;}
		
#topnav ul li a{
	float: right; 
	color: #fff; 
	padding: 5px 10px;  
	text-decoration: none; 
	background: transparent url(../i/vertical.png) center left no-repeat;}
		
#topnav ul li a:visited{
	color: #fff;}
		
#topnav ul li a:hover{
	color: #FFF; 
	background-color: #444;}	
		
#topnav ul li a.current{
	color:#FF0; 
	background-color: #444; 
	font-weight: bolder;}

/*HEADER BANNER*/	
#header {
	height:118px;
}

#footer {
    margin: auto;
    margin-top: -50px;
    padding: 0px 0px 0px 0px;
    width: 820px;
    height: 50px;
    clear: both;     
    }
div.foot_text {
    color:#666;
    text-align:center;
    font-size:70%;
}

        
div.footer_guarantor {
  height: 50px;
}          

.outer_left {
  width: 20px;
  background:url(../i/outer_left.gif) repeat-y right #fff;
}

.outer_right {
  width: 20px;
  background:url(../i/outer_right.gif) repeat-y left #fff;
}          

