body {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}
#content {
	background-attachment: scroll;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	position: fixed;
	width:950;
    top: 0px;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #000;
}.boxtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/box_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #2F97E3;
	padding-left: 24px;
	text-align: left;
}
.box2title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/box2_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #2F97E3;
	padding-left: 24px;
	text-align: left;
}

