body {
	background-color: #E7EBED;
	background-image:url(/images/background.gif);
	background-position:top center;
	background-repeat:repeat-y;
	margin: 0 0 0 0;
}
a:link {
	color:#0072BC;
	text-decoration:underline;
}
a:hover {
	color: #003253;
	text-decoration:underline;
}
a:visited {
	color:#0072BC;
	text-decoration:underline;
}
a:visited:hover {
	color: #003253;
	text-decoration:underline;
}

#navleft {
	background-color:#0071BD;
	background-image:url(/images/bgnavleft.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-right: 2px solid #003253;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}
#content {
	background-color: #ffffff;
	background-image:url(/images/bgcontent.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#333333;
	line-height:140%;
	vertical-align:top;
}
#footerleft {
	background-color:#0071BD;
	background-image:url(/images/bgnavleft.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-right: 2px solid #003253;
	padding:0px 0px 0px 28px;
	vertical-align: middle;
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#ffffff;
	line-height:140%;
}
a.footerlink {
	color:#ffffff;
	text-decoration:underline;
}
a.footerlink:hover {
	color: #B2D4f5;
	text-decoration:underline;
}
a.footerlink:visited {
	color:#ffffff;
	text-decoration:underline;
}
a.footerlink:visited:hover {
	color: #B2D4f5;
	text-decoration:underline;
}
#footercontent {
	background-color: #ffffff;
	background-image:url(/images/bgcontent.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#333333;
	line-height:140%;
	text-align:center;
	vertical-align:middle;
}
