body {
	background-color:#D4D7FD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	line-height: 16px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

#container {
	width: 950px;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #000066;
	padding: 0px;
} 
#main {
	text-align: left;
	padding: 10px;
	margin: 0px;
} 
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(performance.jpg);
	height: 100px;
	margin: 0px;
} 

h1 {
	color:#660099;
	font-size: 24px;
	font-weight: lighter;
	text-align: center;


}

h2 {
	color:#000080;
	font-weight: normal;
	font-size: 16px;
}

h3 {
	color:#000080;
	font:14px 
	font-weight: bold;
}

p  {
	color:#000080;
	font-size: 12px;
	line-height: 16px;
}

p.italic  {
	font-style: oblique;
}

p.red {color:#FF0000;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
