body {
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	x.width: 80%;
}
/* Header */
.top {
	xposition: absolute;
	display: block;
	background-color: #FFF;
	height: 100px;
	width: 100%;
	.width: 600px;
	border-bottom: 1px solid #005A95;
	text-align: right;
}
.top .logo {
	display: block;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	height: 99px;
	height: expression(98);
	width: 170px;
}
.top .logo img {
	position: absolute;
	left: 0px;
	top: 13px;
	top: expression(12);
}
.top .sublogos { display: none; }
.top .sublogos img { display: none; }
.topText {
	position: absolute;
	right: 0px;
	top: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: #000;
	letter-spacing: normal;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	width: 450px;
}


/* Main Menu */
.left {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 170px;
	xbottom: 25px;
	background-color: #005A95;
	z-index: 1;
	height: 100%;
	border-right: 1px solid #005A95;
	letter-spacing: 1px;
	display: none;
}
body>.left {
	xheight: 98%;
	bottom: 25px;
	display: none;
}



/* Main Body Text Area */
.scroll {
	display: block;
	xwidth: 100%;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	border: none;
	x.border: solid red 10px;
}
.buffer {
	xdisplay: block;
	width: 95%;
	.width: 600px;
	margin: 5px;
	x.border: solid red 1px;
}
.scroll h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-style: normal;
}
.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imgCenter {
	xfloat: left;
	margin: 15px;
}

.scroll a:link, .scroll a  {
	color: #005A95;
	text-decoration: underline;
	font-weight: bold;
}
.app {
     border: 1px solid #DDD;
     border-collapse: collapse;
	 width: 90%;
     padding-left: 10px;
}
.app td {
     border: 1px solid #DDD;
     padding:5px;
     padding-bottom: 10px;
}
.app th {
     text-align: left;
     background-color: #DDD;
     padding-left: 10px;
     font-weight: bold;
}



/* Footers */
.bottom {
	display: block;
	background-color: #FFF;
	margin-top: 10px;
	height: 60px;
	width: 100%;
	.width: 600px;
	border-top: 1px solid #005A95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xfont-size: 10px;
	font-size: 8px;
	color: #000;
	line-height: 2em;
	font-weight: normal;
	text-align: left;
}
.bottom a:link, .bottom a {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}




