.bodyOther {
	background: white url(images/bacground_fade.jpg) repeat-y center;
}

.bodyEmail {
	background: white ;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

#wrapperEmail {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -10px;
}

#header {
	background-color: white;
	height: 144px;
	border-bottom: 1px solid #ff6600;
	margin: -10px -10px 5px;
	color: #009999;
	font: 18px/20px Verdana, "Lucida Grande", Lucida, sans-serif;

}

#headerOther {
	background-color: white;
	height: 144px;
	border-bottom: 1px solid #ff6600;
	color: #009999;
	font: 18px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 900px;
}

#headerEmail {
	background-color: white;
	height: 144px;

	color: #009999;
	font: 18px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 600px;
	padding-left: 70px;
}

#footer {
	padding-left: 52px;
}

.content {
	color: #333399;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 15px 40px 15px 50px;
}



.contentEmail {
	color: black;
	font: 10px/15px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 520px;
	margin: 25px 30px 15px 70px;
	border: 1px solid teal;
	padding: 5px 20px 20px;
}

.leftside {
	color: #000;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 15px 8px 15px 15px;
	width: 427px;
	float: left;
}

.rightside {
	color: #333399;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 15px 15px 15px 8px;
	width: 419px;
	float: left;
	border-left: 1px solid orange;
	padding-left: 8px;
}

.headlinks a:link {
	color: #333399;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.headlinks a:visited {
	color: #333399;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-decoration: none;
}

.headlinks a:hover {
	color: #FF6600;
	text-decoration: underline;
	font: 12px/18px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#imageHeader {
	padding-right: 20px;
}

h1 {
	color: black;
	font: bold 12px/15px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	display: inline;
}

h2 {
	color: #c60835;
	font: bold 12px/15px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: left;
	display: inline;
}

.italicBold {
	color: black;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	font-style: italic;
}

