body
{
	background-color: 	Black;
	color: 				rgb(150,150,150);
	margin: 			0px;
}

a
{
	color: rgb(150,150,150);
	text-decoration: none;
}
a:hover
{
	color: white;
	text-decoration: underline;
}

.ie__topLine
{
	background-image: 	url(top_header.bmp);
	text-align: 		right;
	padding-right:		20px;
	height: 			23px;
}

.ie__logoImage
{
	float: left;
}

.ie__pageTitle
{
	border-left-width: 		1px; 
	border-left-style: 		solid; 
	border-left-color: 		rgb(150,150,150);
	border-bottom-width: 	1px; 
	border-bottom-style: 	solid; 
	border-bottom-color: 	rgb(150,150,150);
	height: 		50px;
	width: 			600px;
	position: 		relative;
	margin-left: 	252px;
	text-align:		center;
}

.ie__headerCenter
{
	height: 	140px;
	min-width: 	920px;
}

.ie__content
{
	width: 	900px;
}

.ie__menuLeft
{
    height: 				350px;
    width: 					238px;
	border-right-width: 	1px; 
	border-right-style: 	solid; 
	border-right-color: 	rgb(150,150,150);
	border-bottom-width: 	1px; 
	border-bottom-style: 	solid; 
	border-bottom-color: 	rgb(150,150,150);
	position: 				relative;
	left: 					15px;
}

.ie__bodyRight
{
    position: 	relative; 
   	width: 		600px;
	float: 		right; 
}