body {
font-family: Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-color:#1a76b7;
}
a:link {color: blue; text-decoration:none;}
a:visited {color: red; text-decoration:none;}
a:hover {background: orange;color:black; font-weight: bolder; text-decoration:underline;}
.ilc{
color:#000099;
font-size:28px;
font-style:normal;
}
.logo{
text-align:center;
font-weight:700;
font-style:oblique;
font-size:18px;
padding-top:10px;
}
#container{
width:770px;
height:100%;
background-color:#d1bf98;
margin-top:200px;
margin-right:auto;
margin-left:auto;
}
#maincontent{
width:520px;
height:100%;
background-color:#d1bf98;
float:right;
border-left:3px solid gray;
padding:20px;
font-size:110%;
}
#nav{
width:180px;
height:120px;
background-color:white;
float:left;
border:medium groove blue;
margin-top:40px;
text-align:center;
font-weight:bolder;
padding:2px;
margin-left:3px;
}
#footer{
width:86%;
height:40px;
margin-right:auto;
margin-left:auto;
background-color:gray;
text-align:center;
font-size:85%;
font-weight:bolder;
}
#header{
position:absolute;
top:0;
left:0;
height:200px;
width:100%;
background-color:white;
background-image: url(step8.gif);
background-repeat:no-repeat;
background-position:center center;
}
div.box{
width:150px;
height:25px;
background-color:#cc9966;
margin-right:auto;
margin-left:auto;
text-align:center;
font-weight:700;
font-size:20px;
}