@charset "utf-8";
body  {
	background-color: #FFFFFF;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.my #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
} 
.my #header {
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 0px;

} 
.my #container #header h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.my #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
} 
.my #container #mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.my #container #mainContent h1 {
	font-style: italic;
	font-size: 200%;
	color: #C93;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.my #box {
	padding: 20px 20px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F0F0F0;
	text-align: left;
}
