body {
	background-color: #;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color:#564b47;
	margin: 20px 140px  20px 140px;
	text-align: center;
}
#container {
	width: 100%;
	padding: 0px;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	border-bottom:15px solid #6699CC ;
	background-repeat:no-repeat;
	background-position:center bottom;
	
}
#header {
	background-color: #336699;
	font-size:32px;
	color: #fff;
	font-weight:normal;
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	padding:30px 0 30px 0px;
	position: relative;
	text-align:center
}
#content {
	padding:20px 10px 15px 20px;
	border-right:1px solid #3B5998;
	border-left:1px solid #3B5998;
}
h1 {
	color:#CC0033;
	font-size:12px;
	font-weight: normal;
	padding:0;
	margin:0;
}
h2 {
	margin:0;
	padding: 0;
	font-size:13px;
}
h3 {
	color:#;
	font-size:12px;
	font-weight: bold;
	padding:5px 0 15px 0;
	margin:0;
}	
/*h2 {
	text-align:center;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;}*/
.company {
	font-size:12px;
}