#messageTable {
table-layout: fixed;
	position: absolute;
	visibility: visible;	
	width: 784px;
	top: 55px;	
	left: -1px; 
	}	
#logorow {
	table-layout: fixed;
	position: absolute;
	height:62px;
	width: 783px;
	left: -3px;
	top:-1px;
	background-color: #284a82; 
	}

#leftmenu
{
	table-layout: fixed;
	position: absolute;
	left: -1px;
	top: 95px;
	width: 156px;
	height: 1247px;
	overflow: auto;
	background-color:#FDFAFC;	
    vertical-align:top;
}

#righttable 
{
	table-layout: fixed;
	  position: absolute;
	  richness:  inherit;
	  Visibility: visible;	     
	  left: 156px;
	  top: 95px;
	  width: 844px;
	  height: 544px;
	  overflow: hidden;
    background-color:#FDFAFC;	
    vertical-align:top;
}

#righttablecontent 
{
	table-layout: fixed;
	  position: relative;
	  richness: inherit;
	  visibility: visible;
	  left: 146px;
	  top: 165px;
	  width: 844px;
	  height: 100%;
	  overflow: hidden;
    background-color:#FDFAFC;	
    vertical-align:top;
}

#footertable
{
table-layout:fixed;
position:absolute;
left:0px;
top:1343px;
width:1000px;
overflow:hidden;
background-color: #FDFAFC;
vertical-align:top;
text-decoration:none;
}

.fontstyle
{font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}


body 
{
	background-color: #284a82;
}

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #990000;
text-decoration: underline ;
}



