body{
background-color:gray;
font-family:"URW Gothic L Book","Century Gothic", Georgia;
}
.maincontainer{
background-color:white;
margin:auto;
width:1000px;
padding:20px;
}
.divtop{
padding:0px;
background-image:url('images/banner.jpg');
font-size:17px;
width:100%;
height:200px;
margin:bottom:20px;
}
.divleft0{
float:left;
width:40%;
padding:0 10px;
border-right:1px dashed silver;
height:240px;
}
.divleft{
float:right;
width:17%;
padding:0 10px;
height:240px;
}
.divmid{
float:right;
width:17%;
padding:0 10px;
border-left:1px dashed silver;
border-right:1px dashed silver;
height:240px;
}
.divright{
float:right;
width:17%;
padding:0 10px;
height:240px;
}
.clearboth{
clear:both;
margin-bottom:10px;
}

.appheader{
font-weight:bold;
font-size:16px;
padding:5px;
}
.stepheader{
font-size:30px;
}

.welcome{
font-size:30px;
}
.stepbody{
font-size:14px;
}

a.buttonlink, a:visited.buttonlink{
font-size:20px;
font-weight:bold;
padding:5px;

color:white;
font-size:14px;
text-decoration:none;
background-color:red;
}

a:hover.buttonlink, a:active.buttonlink{
text-decoration:none;
background-color:gray;
}

.footer{
padding-top:5px;
font-size:10px;
border-top:1px solid silver;
color:gray;
}

