* {
    text-shadow: #000000 0 0 0px;
}
body {
	font-family: courier, fixed;
	font-size: 12px;
	color: #eee;
	background-color: #224f60;
	/* background-image: url('../images/medhoneyBG.gif'); */
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0 0 10px 0;
}
a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a {

}
#tooltip {
	color: #333;
	font: 10px arial;
	border: 1px solid #f90;
	background-color: #ff9;
	opacity: 0.75;
	padding: 5px;
}
#topBarLeft {
	width: 50%;
	height:57px;
	float: left;
	background-color: #bfe794;
	z-index: 0;	
}
#topBarRight {
	width: 50%;
	height: 57px;
	float: left;	
	background-color: #e0f3cc;
	z-index: 0;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 700px;
	border-bottom: 3px solid #135;
}
#header {
	width: 700px;
	height: 238px;
	background: #449cbe url(../images/android.gif) no-repeat top;
	z-index: 10;
}
#contentWrapper {
	background-color: #449cbe;
}
#content {
	padding: 30px;
}
#leftContent {
	width: 223px;
	margin-right: 30px;
	padding: 0 0px 0 0;
	float: left;
}
#webmailForm input {
	font-size: 22px;
	background-color: #224f60;
	color: #99D6E8;
	border: 1px solid #99D6E8;
}
#rightContent {
	width: 357px;
	padding: 0 30px 0 0;
	float: right;
	text-align: left;
}
#footer {
	clear: both;
	background-color: #99D6E8;
	height: 20px;
	width: 100%;
}