/* CSS Document */
body {
	background-color:#FFC693;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:14px;
	margin: 0px;
	color: #003366;
	line-height: 25px;
	margin-left: 20px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

h1  {
	font-size:24px;
	color: #0066CC;
}

h2 {
	font-size:16px;
	margin-bottom: 0px;
}

.container {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	width: 770px;
}

.textleft {
	margin-left: 40px;
	margin-right: 40px;


}

.introdiv {
	height: 56px;
	width: 770px;
	background-image: url(images/introbg.gif);
	background-repeat: no-repeat;
}
.introdiv .text {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 2px;
}
.heading {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	position: absolute;
	left: 315px;
	top: 36px;
	z-index: 1;
	width: 471px;
	height: 83px;
}
