html {
overflow:auto;
}

body {
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
width:100%;
height:100%;
margin:0px;
/*background-image:url(/images/mainbg.jpg);
background-repeat:repeat;*/
background-color:#16425e;
overflow:auto;
text-align:center;
}

div.titlecontainer {
width:100%;
height:108px;
text-align:center;
background-color:#708090;
}

div.title {
top:37px;
width:auto;
height:35px;
/*background-image:url(/images/title.gif);
background-repeat:no-repeat;*/
margin-left:auto;
margin-right:auto;
font-size:28px;
color:#ffffff;
}

div.maincontainer {
position:static;
margin-left:auto;
margin-right:auto;
width:80%;
height:100%;
text-align:center;
background-color:#fffaf0;
overflow:auto;
overflow-x:hidden;
}

div.main {
position:static;
width:65%;
margin-left:auto;
margin-right:auto;
text-align:justify;
}

a.link {
color:#2774a4;
}

a.visited {
color:#2774a4;
}

a.active {
color:#2774a4;
}

a.hover {
color:#209ae7;
}

span.i {
font-style:italic;
}