body
{
    width:100%;
    height: auto;
    background-color: #ffffff;/*THIS IS BACKGROUND COLOUR FOR WHOLE PAGE WHICH MIGHT BE DIFFERENT FROM THAT IN THE CENTRAL CONTAINER*/
    color: #000000;/*THIS REFERS TO THE TEXT COLOUR*/
    font-family:times,sans-serif;
    font-size: 80%;
}

#container
{
    position: relative;
    margin: 0px auto 0px auto;/*THIS REFERS TO THE SPACE AROUND THE CONTAINER OUTSIDE*/
    width: 900px;
    height: auto;
    padding: 40px 10px 0px;/*THIS REFERS TO THE SPACE BETWEEN THE CONTENT AND THE LIMITS OF THE CONTAINER*/
    line-height: 110%;/*THIS REFERS TO THE DISTANCE BETWEEN LINES*/

}

#div1{
position: absolute; top:20px; left:0px; width:79px; height:89px; border: 1px solid #8b0c02; background-color: #ffffff;
padding: 10px;
}

#div2{
position: absolute; width:670px; height:89px; top:20px; left:102px; border: 1px solid #8b0c02; background-color: #5D8CBA; 
padding: 10px;
}

#div3{
position: absolute; width:79px; height:225px; top:132px; left:0px; border: 1px solid #8b0c02; padding: 10px; background-color: #ffffff; 
}

#div4{
position: absolute; width:79px; height: 710px; top:380px; left:0px; border: 1px solid #8b0c02; padding: 10px; background-color: #ffffff;
}

#div5{
position: absolute; width:670px; height:88px; top:132px; left:102px; border-left: 1px solid #8b0c02; border-top: 1px solid #8b0c02; 
border-right: 1px solid #8b0c02; background-color: #eff3f8; padding: 10px; z-index: 1;
}

#div6{
position: absolute; background-color: #eff3f8; width: 550px; height: 850px; top:241px; left:102px; padding: 10px; 
border-left: 1px solid #8b0c02; border-bottom: 1px solid #8b0c02; z-index: 2;
}

#div7{
position: absolute; width:100px; height:540px; top:241px; left:672px; padding: 10px; 
border: 1px solid #8b0c02; background-color: #ffffff; z-index: 5;
}

#div8{
position: absolute; background-color: #eff3f8; width:100px; height:288px; top:803px; left:673px; padding: 10px;
 border-right: 1px solid #8b0c02; border-bottom: 1px solid #8b0c02;
}

#div9{
position: absolute; background-color: #eff3f8; width:670px; height:780px; top:804px; left:102px; padding:10px; border: 1px solid #8b0c02; z-index: 5;
}

#div10{
position: absolute; background-color: #000080; width: 670px; height: 12px; top: 1078px; left: 102px; padding: 10px; border: 1px solid #8b0c02; z-index: 4;
}

#div11{
position: absolute; width: 400px; height: 5px; top: 104px; left: 104px; background-color: #5D8CBA; 
padding: 10px; text-align: left;
}

a:link {text-decoration:none; color: #000080}
a:visited {text-decoration:none; color: #00080}
a:hover{text-decoration:none; color: white; background: #5d8cba}
a:active {color: #00080}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#5d8cba;
color:#000000;
width: 71px;
height: 18px;
padding:2px;
text-align: center;
font-weight:bold;
/*/*/border:1px solid #8b0c02;/* */
}

