body {
margin:0;
padding:0;
/*height:100%; /* this is the key! */
background-color:rgb(152,211,255);
overflow:auto;
}
table {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
center {
/*height:100%;*/
}
a, a:active, a:visited {
color:rgb(95,78,86);
font-weight:bold;
text-decoration:none;
line-height:15px;
}
a:hover {
text-decoration:underline;
color:rgb(87,135,171);/*rgb(152,211,255);*/
}
h1 {
color:rgb(95,78,86);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
}
h2 {
color:rgb(87,135,171);/*rgb(152,211,255);*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}
.red {
color:rgb(255,0,0);
font-weight:bold;
}
.lightblue {
color:rgb(255,0,0);/*rgb(87,135,171);rgb(152,211,255);*/
font-weight:bold;
}
.underline {
text-decoration:underline;
}
.textCenter {
text-align:center;
}
/*.main {
width:100%;
height:100%;
margin-left:10%;
margin-right:10%;
overflow:hidden;
}*/
.left {
/*position:absolute;
top:0;
left:0;
margin:0;
padding:0;*/
width:25px;
height:100%; /* works only if parent container is assigned a height value */
background-color: rgb(152,211,255);/*rgb(22,106,156);*/
background-image:url('images/left.jpg');
background-position:top right;
background-repeat:repeat-y;
}
.header {
/*position:absolute;
top:0px;
left:25px;
margin:0;
padding-top:3%;
padding-left:20%;*/
width:900px;
height:115px;
overflow:hidden;
background-image:url('images/header_900.jpg');
background-position:bottom left;
background-repeat:no-repeat;
}
.main {
margin:0;
padding:0;
width:900px;
height:100%;
/*text-align:left;*/
background:rgb(255,255,255);
background-image:url('images/main_small.jpg');
background-position:bottom right;
background-repeat:no-repeat;
}
.menu {
/*position:absolute;
top:16%;
left:25px;*/
margin:0;
padding-top:5px;
padding-left:5px;
width:150px;
/*height:84%;*/
vertical-align:top;
overflow-y:auto;
}
.content {
/*position:absolute;
top:16%;
left:175px;*/
margin:0;
padding-top:5px;
padding-right:15px;
width:750px;
/*height:84%;
overflow-y:auto;
overflow-x:hidden;*/
color:black;/*rgb(95,78,86);*/
}
.right {
/*position:absolute;
left:675px;
right:0;
top:0;
margin:0;
padding:0;*/
width:25px;
height:100%; /* works only if parent container is assigned a height value */
background-color: rgb(152,211,255);
background-image:url('images/right.jpg');
background-position:top left;
background-repeat:repeat-y;
}
