
body {
	background-color: white;
	background-image: url(images/pageBackground.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 65px;
	padding-left: 70px;

}
h1 {
	margin-top: 0px;

	border-bottom: 1px solid #0B3593;
	margin-right: 200px;

	font-weight: normal;
	font-size: x-large;
}

h1, h2 {
	font-family: "Trebuchet MS",tahoma,helvetica,arial;	
	color: #0B3593;
}

h2 {
	font-size: large;
	font-weight: normal;	
}
abbr {
	border: 0px;	
}

p, ul, ol {
	font-size: small;
	font-family: verdana, "trebuchet MS", tahoma, helvetica, arial, sans-serif;	
}


.quote {
	
	font-size: x-large;
	text-align: center;	
}

.pagecontent {
	width: 600px;	
}
