@import url("layout.css");
@import url("copy.css");
@import url("nav.css");
@import url("news.css");

body {
	background-color:#89BCE6;
	margin:0px;
	padding:0 0 30px 0;
	font-family:arial;
	font-size:62.5%;
	color:#263366;
	background-image:url("../images/layout/headerBG.png");
	background-repeat:repeat-x;
	background-position:top left;
}

