body{
    padding: 0;
    margin: 0;
    background: url(../Images/banner_bg.gif) repeat-x top;
    }

.bannernavigation{
    margin-bottom: 0;
    }

.slogan{
    display: block;
    width: 250px;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    position: absolute;
    top: 152px;
    left: 515px;
    }

#right{
    float: none;
    margin: 0;
    position: absolute;
    top: 225px;
    left: 515px;
    }

#main{
    width: 820px;
    float: none;
    margin: 20px 0 0 0;
    padding: 0;
    }

#main .main_hdr{
    display: block;
    padding: 20px;
    background: url(../Images/home_border.gif) repeat-x bottom #e2e2e2;
    }

#main .main_hdr h2{
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #0d004c;
    }

.main_row{
    display: block;
    padding: 20px 0;
    background: url(../Images/home_border.gif) repeat-x bottom;
    }

.main_row .main_left, .main_row .main_mid{
    display: block;
    float: left;
    width: 250px;
    }

.main_row .main_left .inner_text, .main_row .main_mid .inner_text{
    display: block;
    float: right;
    width: 150px;
    padding: 0 20px 0 0;
    }

.main_row .main_right{    
    display: block;
    float: left;
    width: 220px;
    }

.main_row .main_right .inner_text{
    display: block;
    float: right;
    width: 140px;
    }

.main_row2{
    display: block;
    padding: 20px 0;
    background: url(../Images/home_border.gif) repeat-x bottom;
    }

.main_row2 .main_left, .main_row2 .main_right{
    display: block;
    float: left;
    width: 360px;
    }

.main_row2 .main_left .inner_text, 
.main_row2 .main_right .inner_text{
    display: block;
    float: right;
    width: 260px;
    padding: 0 20px 0 0;
    }
.sislogo {
position:absolute;
top:0;
left:0;
}


#main #maincontent {
width:820px;
}
.threembuck {
float:left;
width:150px;
padding:5px;


}
.threemimage {
padding:3px;
background-color:#e8e8e8;

}
.threemtitle {
padding:3px;
background-color:#e8e8e8;
text-align:center;
}
.threembutton {
	height:50px;
	/*background-image: url(../Images/button-grad.jpg);
	background-repeat: repeat-x;
	background-position: center;*/
	  -moz-border-radius: 6px;
          -webkit-border-radius: 6px;
          border-radius: 6px;
		  line-height:1;
		  font-size:11px;
		  background-color:#e8e8e8;
		  color:white;
		  
}
.threembutton a:link, .threembutton a:visited {
color: #666666;
font-weight:bold;
}