body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	scrollbar-track-color: #DCDCDC;
	scrollbar-face-color: Silver;
}
#container {
	position: absolute;
	left: expression(document.body.clientWidth/2 - this.offsetWidth/2);
	top: 0px;
	width: 100%;
	height: expression(document.body.clientHeight + document.body.scrollTop);
	border: px solid Red;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #708090;
}
#name {
	position: absolute;
	left: 10px;
	top: expression(header.offsetHeight/2 - this.offsetHeight/2);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : White;
	z-index : 3;
}
#nameshadow {
	position: absolute;
	left: 10px;
	top: expression(header.offsetHeight/2 - this.offsetHeight/2);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	filter : progid:DXImageTransform.Microsoft.CrBlur( PixelRadius=2, MakeShadow=true, ShadowOpacity=.70);
	z-index: 2;
}
#charity {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
#menucontainer {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 150px;
	height: 100%;
	border: 0px solid Green;
	z-index: 1;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
	border: 0px solid Black;
	z-index: 2;
}
#menu {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 100%;
	height: 150px;
	background-color: #B8C0C8;
	border: 1px solid #000000;
	z-index: 2;
}
#links {
	position: absolute;
	left: 0px;
	top: expression(menu.offsetHeight/2 - this.offsetHeight/2);
	width: auto;
	height: auto;
	z-index: 3;
}
a {
	color : #000000;
	text-decoration : none;
	width: 100%;
	padding-left: 20px;
}
#ebweblink {
	position: absolute;
	left: 0px;
	top: 320px;
}
#frameContainer {
	position: absolute;
	left: 200px;
	top: 70px;
	height: expression(document.body.clientHeight - header.offsetHeight - footer.offsetHeight - 20);
}
#frame {
	width: 100%;
	height: 100%;
	
}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-color: #708090;
}
#copyright {
	position:absolute;
	left: expression(footer.offsetWidth/2 - this.offsetWidth/2);
	top: expression(footer.offsetHeight/2 - this.offsetHeight/2);
	width: auto;
	height: auto;
	font-size : 8pt;
	color : White;
}
.heading {
	position : absolute;
	left: 0px;
	top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : Black;
}
.image {
	border: 1px solid Black;
}
.bold {
	font-weight: bold;
}


