body {
font-family: Verdana;
font-size: 62.5%;
margin: 0px;
padding: 0px;
}
html,body{
height: 100%;
}
/*** MAIN TABLE ***/
.global{
border-collapse: collapse;
border-left: 1px solid #636155;
border-right: 1px solid #636155;
font-size: 1em; /*10px*/
width: 99.2em;
}
/*** HEADER BEGIN ***/
.header{
background-color: #636155;
}
.header_title{
padding: 9px;
color: white;
letter-spacing: 0.3em;
font-weight: bold;
font-size: 2.2em; /*20px*/
}
.header_title a, .header_title a:visited, .header_title a:active, .header_title a:hover{
text-decoration: none;
color: white;
}
.header_image{
background: transparent url('/Website/Renderer.nsf/(LookupResourcesByName)/Images/$File/banner.jpg?Open') top left no-repeat;
width: 992px;
height: 200px;
}
.menu_container{
background-color: black;
border-bottom: 1px solid #d8d7d1;
border-top: 1px solid #d8d7d1;
height: 30px;
line-height: 30px;
text-align: center;
}
/*** HEADER END ***/
/*** CONTENT BEGIN ***/
.content_container{
min-height: 540px;
}
.content{
float: left;
background-color: #636155;
color: #d8d6d1;
font-size: 1em;
width: 100%;
min-height: 540px;
}
/*** CONTENT END ***/
/*** FOOTER BEGIN ***/
.footer{
height: 1.6em;
}
.copyright{
height: 100%;
background-color: black;
border-top: 1px solid #d8d7d1;
border-bottom: 1px solid #d8d7d1;
margin: 0px;
padding: 0px;
text-align: center;
color: #d8d7d1;
font-size: 0.9em; /*9px*/
padding-top: 2px;
}
/*** FOOTER END ***/
