html, body { height: 100%; }
BODY { height: 100%; }

.centered{
	text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
}

.banner {
	text-align: center;
position: absolute;
left: 0px;
width: 100%;
       /*height: 1px;*/
       /* 	background-color: rgb(143, 18, 16); */
}
.splash {
	background-color: rgb(185, 185, 185);

}

.logo{
position: absolute;
top: -38px;
left: auto;
width: 100%;
border: 0;
       background-color: rgb(195, 195, 195);
       /*height: 75;*/
       /*border-top: 2px solid black;*/
       /*border-bottom: 2px solid black;*/
}

.navbar {
border: 0;
	background-color: rgb(205, 205, 205);
}

a:hover {
	  background-color: rgb(185, 185, 185);

  }

#header {
position:absolute;
	 text-align: center;
top: 0;
left: 0;
height: 30px;
width: 100%;
       padding-top: 10;
       background-color: #FFFFEE;
       border-top: 2px solid black;
       border-bottom: 3px solid black;
}


#content {
position: absolute;
padding: 5px;
height: 100%;
left: 145;
top: 50;
width: auto;

}


#sidebar {
position: absolute;
top:42;
left:0;
height: 100%;
padding: 5;
width: 120px;
       background-color: #FFFFEE;
       text-align: center;
       border-right: 3px solid black;
}



.data {
margin: 5;
	background-color: black;
}


.data TH {
margin: 3;
	background-color: #FFFFEE;
color: black;
       font-weight: bold;
padding: 5px;
border: 1px solid black;
}

.data TD {
margin: 1;
	background-color: white;
padding: 5px;
}

a			{
	color:#000000;
text-decoration:none;
font-weight:bold;
border-bottom:1px dashed #666666;
}

a:active 	{ color:#DF2822; text-decoration:none; }
a:visited 	{ color:#DF2822; text-decoration:none; }
a:hover 	{
color:#DF2822;
text-decoration:none;
border-bottom:1px solid #DF2822;
}


