@charset "utf-8";

a:link {
	text-decoration: none;
	color:#666;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#FFC;
}
a:visited {
	text-decoration: underline;
	color:#FF9;
}


.hoverbodytxt {
	color: #999;
	text-decoration: none;
	
}
.hoverbodytxt:hover {
	color:#F90;
	text-decoration:underline;
	cursor:hand;
}
#header {
	background-image: url(../images/GE_emco_spprt%20hdr%201080w%20x%20200h%20orng%20grs%20bkg.png);
	background-repeat: repeat-x;
	height: 200px;
	position: relative;
}
#header img {
	float: right;
	top: 140px;
	position: relative;
	right: 120px;
}
#header #nav {
	margin-top: 170px;
	font-family: "Myriad Pro", "Arial Narrow", sans-serif;
	font-size: .9em;
	color: #CCC;
	margin-left: 20px;
}
#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #333;
	width: 525px;
	margin: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-align: center;
	word-spacing: normal;
	margin-left: 0px;
	height: auto;
	position: relative;
	left: 0px;
	top: 50px;
	width: auto;
	background-image: url(../images/GE_emco_spprt%20hdr%201080w%20x%2050h%20orng%20bkg.png);
	background-repeat: repeat-x;
}

