body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	background-color: #000;
}

#menu {
	background-image:url(../imagesMH/menubg.jpg);
	background-repeat:repeat-x;
	width: 1002px;
	text-align: center;
	margin:auto
}
#menu ul {
	color:#FFF;
	text-decoration: none;
	list-style-type: none;
	display: block;
	float: left;
	width: 100%;
	margin-left: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;

}
#menu ul li {
	float: left;
}
#container #header #menu ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #FFF;
	margin-right: 5px;
}

a:link{
	color:#CCC;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #666;
}

a:visited{
	color:#CCC;
	text-decoration: none;
	background-color:#666;
	font-weight: bold;
}
a:hover{
	color:#0CF;
	text-decoration: none;
	background-color:#039;
}
a:active{
	color:#FF0;
	text-decoration: none;
	background-color:#039;
}



#content {
	width: 1002px;
	margin:auto;
	text-align: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#content #intro {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	width: 70%;
}
#content #intro h1 {
	color: #00F;
	font-size: 1.3em;
}

#content #img_left {
	float:left;
}


#content #intro_035 {
	float: left;
	width: 375px;
	margin-left: 25px;
	margin-top: 25px;
}

#content #intro_035 h1 {
	font-size: 1.04em;
	color: #009;
}

#content #intro_05 {
	float: left;
	width: 48%;
	margin-left: 25px;
	margin-top: 25px;
}

#content #intro_05 h1 {
	font-size: 1.04em;
	color: #009;
	margin: 0px;
}




#content #intro_075 {
	width: 75%;
}
#content #intro_075 h1 {
	color: #00C;
	font-size: 1.3em;
}



#MoreContent table tr td h2 {
	font-size: 0.95em;
	color: #00F;
}
#MoreContent table tr td p {
	padding: 3px;
}
#MoreContent table tr td img {
	margin: auto;
	vertical-align: middle;
	left: 10%;
	right: auto;
	position: relative;
}
#content #intro_05Right {
	width: 40%;
	margin-left: 565px;
	margin-top: 25px;
	position: relative;
}

#content #intro_05Right h1 {
	color: #00C;
	font-size: 1.04em;
}
#intro_05Right img  {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content #partner table {
	margin:auto;
}
#content #intro_05Right #logo img {
	clear: both;
}
#content #intro_05RightTech {
	padding: 27px;
	width: 900px;
}
#TableProdInfo table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	background-color: #FFF;
}
#TableProdInfo table td {
	border: 1px solid #CCC;
	font-size: 0.9em;
	text-align: center;
	padding: 3px;
}
#TableProdInfo tr:hover {
	background-color: #999;
	color: #FFF;
}

#TableProdInfo tr.header {
	background-color: #333;
	color: #FFF;
}

#TableProdInfo tr.even {
	background-color: #999;
	color: #000;
}

#content #intro_05RightTech h1 {
	color: #00C;
	font-size: 1.04em;
}
#footer {
	background-color:#CCC;
	margin-top: 35px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	font-style: italic;
}
#Applications table {
	border: thin solid #006;
}
#Applications table td {
	font-size: small;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.CenterHoriz {
	text-align: center;
}
.Brand {
	font-style: normal;
	font-weight: bold;
	background-color: #CCC;	
}
.Header {
	background-color:#006;
	color:#FFF;
	font-weight:bold;
}
#Applications table tr:hover {
	color: #009;
	background-color: #99F;
}

