body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

body img {
	border: 0px solid #000000;
	margin:0;
	padding:0;
}

body a
{
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009679;
	font-weight: bold;
}
body a:hover
{
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009679;
	font-weight: bold;
}

/*** Main Container ***/
#Container {
	width: 1024px;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	padding:0;
	border: 1px solid #000000;
	background-image:url(design/cntMainBg.gif);
	/*background-color:#FFFFFF;*/
}
/*** EO Main Container ***/

/*** Header ***/
#headLeft {
	float:left;
	width:202px;
	height: 151px;
	border-bottom: 1px solid #FFFFFF;
}

#headMiddle {
	float:left;
	width:620px;
	height: 151px;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(design/header.gif);
}

#headRight {
	float:left;
	width:202px;
	height: 151px;
	border-bottom: 1px solid #FFFFFF;
	background-image:url(design/headerRight.gif);
}

/*** EO Header ***/

#footer {
	clear:both;
	width:1024px;
	height:1px;
	background-image:url(design/cntMainBg.gif);
}

.toolimglink {
	text-decoration:none;
}

.toolimglink a {
	text-decoration:none;
}

.toolimglink a:hover {
	text-decoration:none;
}

.toolimglink img a {
	text-decoration:none;
}

.toolimglink img a:hover {
	text-decoration:none;
}
