body {
	margin: 0px;
	background-color: #E3E3E3;
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 14px;
}

H1 {
	font-family: Myriad, Trebuchet MS, Helvetica, Arial;
	font-size: 160%;
	color:#333;
	font-weight: bold;
	line-height: 200%;
}
	
h2 {
	font-family: Myriad, Trebuchet MS, Helvetica, Arial;
	font-size: 120%;
	color:#333;
	font-weight: bold;
	line-height: 200%;
}

p {
	font-size: 100%;
	color:#333;
	line-height: 150%;
}
	
a:link, a:visited {
	text-decoration: underline;
	color: #CC0000;
}

a:hover {
	text-decoration: none;
}

.banner {
	background-image: url(img/homepagebannerbkgd.png);
	background-repeat: no-repeat;
	background-color: #3B5998;
}

.footer {
	background: #E3E3E3 url(img/footer_lip.png) no-repeat center top;
}

.redEmphasise {color: #CC0000
}