/* Layout Stylesheet */ 
body{
	margin: 0;
	padding:0; 
	background: #white;
}	 
	 
#left{
	position:absolute;
	top:148px;
	left:0;
	width:140px;
	z-index:3;
	background:white;
	padding-top: 14pt;
}

#right{
	position:absolute;
	top:148px;
	right: 0;
	width:250px;
	/* z-index:2; */
	background:white;
	color: darkgray;
	text-align: center;
	padding-top: 14pt;
}


#middle {
	border: 1px solid white;
	width:100%;
	/* z-index:1; */
	background: white;
	color: #333333;
	min-height: 650px; 
	/* overflow: hidden; */
	height: auto;
	/* height: 80%; 
	min-height:700px; */
}

/* for Internet Explorer */
/*\*/
* html #middle {
height: 650px;
}
/**/

#top-line {
	width:100%;
	/* z-index:1; */
	background: white;
	color: white;
	height: 34px; 
	border-bottom: 1px solid #7F7F7F;
}

#top-line * {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#header{
	height:110px; 
	border-bottom:1px solid #000000; 
	width:100%; 
	background:white;
	color: #333333; 
	margin:0;
}

#main{
	
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid #003874;
	border-right: 0px solid #003874;
	padding: 20px;
	margin:0 252px 0 142px;
	/* position:relative; */
	background: white;
	color: #333333;
	/* z-index:5; */
	min-height: 650px;
	/* 
	border: solid #7F7F7F;
	border-width: 1px 1px 0px 1px; */
 }

/* for Internet Explorer */
/*\*/
* html #main {
	height: 650px;
}
/**/

#footer {
	width:100%;
	height:24px;
	border: solid #000000; 
	border-width:1px 0;
	background:#003874;
	color: white;
	margin:0;
	font-size: 8pt;
	font-weight: bold;
	color: lightgray;
}

#footerLeft {
	float: left;
	margin-top: 4px;
	margin-left: 5px;
}

#footerLeft a {
	color: white;
}
 
#footerRight {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
}


