/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
This file contains controls to display the general portions of the page ...
- body
- header
- content
- footer
- etc
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
	margin: 0px ;
	padding: 0px ;
	background: white ;
    font-family:Arial, Helvetica, sans-serif ;
}
body {
    margin: 0px ;
	padding: 0px ;
    font-size: 12px ;
   font-family:Arial, Helvetica, sans-serif ;
}
body {
}

#heading {
    width: 100% ;
	padding: 0px ;
	border: 2px groove darkgreen ;
}
#heading .leftside {
    width: 172px ;
	background-color: green ;
}
#heading .leftside img {
    width: 166px ;
	height: 140px ;
	text-align: right ;
	border: 0px ;
}
#heading .rightside {
    width: 1196px ;
	text-align: center ;
	font-weight: bold ;
	background-color: green ;
}
#heading .rightside img {
    float: left ;
	margin: 5px 5px 5px 120px ; 
	border: 4px inset darkgreen ;
}
#heading .rightside .title {
    font-size: 3em ;
	color: #CCCC00 ;
}
#heading .rightside #moto {
    font-family: Brush455 BT ;
	font-size: 1.5em ;
	color: #FFFF00 ;
}
#BUSINESSCARD {
    width: 100% ;
	border: 1px solid darkgreen ;
}
.innovation {
    font-size: 16px ;
	font-weight: bold ;
}
img.mingLogo {
   width: 136px ;
   height: 73px ;
   border: 0px solid darkgreen ;
   vertical-align: top;
}
#FOOTER {
    width: 100% ;
	border: 1px solid darkgreen ;
	background-color: green ;
}
#FOOTER #CONTENT {
    width: 100% ;
	border: 1px solid black ;
    font-size: 8px ;
	vertical-align: top ;
	color: white;
	background-color: green ;
}
#footer #CONTENT a {
    color: white ;
}