body {
	background: repeat-y center;
	background-color: #e2eef3;
	background-image: url('Graphics/bodybackground.jpg');
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 12px;	
}
	
#divmain {
	position:relative;
	width:909px;
	top:0px;
	border-width: 0px;
	border-style: solid;
	border-color: #ff0000;
	background-color:#000000; 
  color: #000000;
	font-family: arial, serif;
	font-size: 12px;	
	}	
	
#divheader{
	position:absolute;
	width:909px;
	height:125px;
	top:0px;
	left:0px;
	border-width: 0px;
	border-style: solid;
	border-color: #ff0000;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	background-image: url('Graphics/top_im.gif');
	z-index:10;
	}
	
#divlogin{
	position:absolute;
	width:400;
	height:25;
	top:132px;
	left:420px;
	color: inherit;
	z-index:20;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}	

#divIcons{
	position:absolute;
	width:897px;
	height:32px;
	top:130px;
	left:6px;
	background-color:#55c6ee;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.IconImg{
	border-top: 		1px solid #000000;
	border-left: 		1px solid #000000;
	border-right: 	1px solid #000000;
	border-bottom: 	1px solid #000000;
	padding: 				1px;
	height:					25px;
	width:					25px;
}
/*
#divBreadcrumb{
	position:absolute;
	width:600px;
	height:15px;
	top:120px;
	left:250px;
	text-align: right;
	color: #ffffff;
	font-family: "Verdana";
	font-size: 10px;
	text-decoration:none;
}

.BreadCrumbHref{
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
	text-decoration:none;
}

.BreadCrumbHref:hover{
	color: #ff0000;
	font-family: inherit;
	font-size: inherit;
	text-decoration:none;
}
*/
#divleft{
	position:absolute;
	width:170px;
	top:165px;
	left:20px;
	background-color:#ffffff; 
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	}
	
#divright{
	position:absolute;
	width:170px;
	top:165px;
	left:710px;
	background-color:#ffffff; 
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	}	

#divcontent{
	position:absolute;
	width:510px;
	top:165px;
	left:195px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;	
	text-align: left;
	z-index: 2;
	}
