html{
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
overflow: auto;
overflow-x: none;
overflow-y: scroll;
}
body{
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
background-color: #DDF2FD;
background-image: url(/design/1/background.gif);
background-repeat: repeat-x;
background-position: 0px 207px;
font-family: "Lucida Grande CE", "Tahoma", "lucida", sans-serif;
}
.header{
position: relative;
margin: 0px 0px auto auto;
width: 100%;
min-width: 1000px;
height: 207px;
background-image: url(/design/1/header.jpg);
background-repeat: repeat-x;
background-position: right;
}
.sidebar_min_bg{
position: static;
top: 0px;
bottom: 0px;
right: 0px;
width: 230px;
background-image: url(/design/1/background-sidebar.gif);
background-position: 0px -1px;
background-repeat: repeat-y;
}
.logo{
position: absolute;
top: 0px;
right: 0px;
width: 1074px;
height: 207px;
background-image: url(/design/1/title.jpg);
background-repeat: no-repeat;
}
.box_main{
position: relative;
top: 0px;
right: 0px;
bottom: 0px;
margin-left: auto;
width: 1000px;
}
.navigation{
position: relative;
margin: 0px 0px auto 0px;
width: 100%; /*95 per button*/
height: 33px;
}
.content{
position: relative;
margin: 25px 10px 0px;
text-align: justify;
padding-bottom: 150px;
}
.box_content{
position: relative;
margin: 0px 230px 0px 0px;
width: 770px;
}
.sidebar{
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
margin: 0px 0px 0px auto;
width: 230px;
background-image: url(/design/1/background-sidebar.gif);
background-repeat: repeat-y;
}
.sidebar_bg{
position: relative;
margin: 0px 0px 0px auto;
padding: 5px;
padding-left: 13px;
width: 212px;
background-image: url(/design/1/background-sidebar.gif);
background-repeat: repeat-y;
}
.content_footer{
position: fixed;
bottom: 0px;
right: 260px;
/*margin: auto 260px 0px auto;*/
width: 753px;
height: 144px;
background-image: url(/design/1/content-footer.gif);
background-repeat: no-repeat;
}
.yes{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/yes.gif);
background-repeat: no-repeat;
}
.no{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/no.gif);
background-repeat: no-repeat;
}
.default{
position: relative;
width: 24px;
height: 24px;
background-image: url(/design/default.png);
background-repeat: no-repeat;
}
.lang{
position: absolute;
top: 190px;
right: 5px;
width: auto;
height: 15px;
}
.lang_icon{
float: right;
margin: 1px;
width: 19px;
height: 12px;
}
.skin{
position: absolute;
top: 5px;
right: 5px;
width: auto;
height: 15px;
}
.skin_icon{
margin: 0px 2px;
float: right;
width: 13px;
height: 13px;
border: 1px solid black;}

.footnotes{
font-family: 'Courier New', monospace;
font-size: 10px;
color: #656666; 
}
