.NameBannerShadow {
position:	absolute;
width:		99%;
top:		5px;
left:		5px;
background-color: #777777;
}

.NameBanner {
position:	absolute;
width:		99%;
top:		18px;
left:		18px;
border-style:   ridge;
border-width:   4px;
background-color: #7788aa;
}

.FullPageUnderBanner {
position:	absolute;
width:          99%;
top:		150px;
left:		5px;
}

.LeftColumnShadow {
position:	absolute;
width:		120;
top:		160px;
left:		5px;
background-color: #777777;
}

.LeftColumn {
border:         2;
position:	absolute;
width:		120;
top:		173px;
left:		18px;
border-style:   ridge;
border-width:   4px;
background-color: #7788aa;
}

.CenterColumn {
position:	absolute;
width:          60%;
top:		150px;
left:		150px;
text-align:	left
}

.RightColumnShadow {
position:	absolute;
width:		170;
top:		150px;
left:		76.3%;
background-color: #777777;
}
.RightColumn {
position:	absolute;
width:		165;
top:		160px;
left:		77%;
background-color: #7788aa;
}
