html {
height: 100%;
}
 
body {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 11px;
 color: #DDDDDD;
 line-height: 15px; 
 margin: 0px;
 padding: 0px;

 height: 100%;
 vertical-align: top;
}

a img
{ 
border: 1px;
}

#topBar
{
	display:block;
	float:left;
	width: 980px;
	height: 153px;
}
#leftSideTopBar
{
 width: 100%;
text-align:center; 
}

#leftSideTopBar a,
#leftSideTopBarActive
{
height: 60px;
width: 100px;
background:url('/BolNotSelected.png') no-repeat;
line-height:50px;
margin-left: 50px;
text-align:left;
text-decoration:none;
color: #000000;
font-weight: bold;
font-size: 24px;
}
#leftSideTopBar a:hover,
#leftSideTopBarActive
{
background:url('/BolSelected.png') no-repeat;
}