html, body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	height:100%;
	width:100%;
}

body {
	background-color:#FFF;
}

p {
	font-size:12px;
}

a {
	text-decoration:underline;
	outline:none;
	cursor:pointer;
	color:#3E6B9A;
}

#Container {
	position:relative;
	width:100%;
	min-height:100%;
	margin:0 auto;
}

#BodyCopy {
	width:100%;
	min-width:970px;
	background-image:url(BodyCopyBG.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding-bottom:89px;
}

#BodyCopyContent {
	width:960px;
	margin:0 auto;
	margin-bottom:30px;
}

#BodyCopyContent p {
	line-height:18px;
	color:#444;
	margin:0px 0px 15px 0px;
}
