@import url("reset.css");

html, body{
	margin: 0px;
	border: none;
	height:100%;
	background-color:#ebf1ff;
}

body{
	background-image:url(/images/bgtile.jpg);
	background-repeat: repeat-x;
}

#content{
	width:980px;
	height:500px;
	background-image:url(/images/bgpanel.gif);
	margin:0px auto;
}

#logo {
	background-image:url(/images/logoonwhite.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	display:block;
	height:90px;
	margin:0 auto;
	padding-top:30px;
	width:260px;
}

#text, span, p, strong {
	color:#565656;
	font-size:17px;
	margin:0 auto;
	text-align:center;
	width:880px;
	line-height:25px;
}
.blue {
	color:#0a47e2;
}
h2, h2 span{
	font-size:24px;
	padding-top:40px;
}
h3{
	font-size:20px;
	padding-top:50px;
}
h1{
	color:#0a47e2;
	font-size:17px;
	padding-top:50px;
}