@charset "UTF-8";

/* header styles
----------------------------------------------*/
#pageHead {
	position: relative;
	background-color: #0067FF;
	height: 70px;
}

/* main stylse
----------------------------------------------*/
main h1 {
	font-size: 125%;
	font-weight: normal;
	color: #FFF;
	background-color: #0000cc;
	padding: 15px 10px;
	-webkit-box-shadow: 0 2px 4px #CCC;
	box-shadow: 0 2px 4px #CCC;
}

/* footer styles
----------------------------------------------*/
#copyright {
	font-size: 85%;
	color: #FFF;
	text-align: center;
	padding: 15px 10px;
	background-color: #0067FF;
}
#copyright a {
	display: inline;
	color: #FFFF00;
	text-decoration: underline;
}