body {
	color: #040404;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	background-image: url(blueBackground.jpg);
	background-repeat: repeat;
	background-position: top right;
}

p {
	margin-bottom: 3ex;
}

ul {
	padding-left: 5ex;
	margin-bottom: 3ex;
}

h1 { 
	color: #704;
	font-size: 175%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 0.5ex;
}
h2 { 
	color: #603;
	font-size: 100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	/*padding-top: 1em*/
	}
h3 {
	display: inline;
	font-size: 100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 100%;
	text-transform: uppercase;
	}

a {
	color: #040404
	}

dl {
	margin-left: 1ex;
}
dt {
	margin-left: 1ex;
}
dd {
	margin-left: 3ex;
}

#page {
	position: relative;
	width: 750px;
	margin-left: auto; /* Center the page */
	margin-right: auto; /* Center the page */
}



#top {
	text-align: center;
	width: auto;
}

#main {
	vertical-align: middle;
	padding-top: 1ex;
	text-align: left;
	width: 750px;
	z-index: 0;
	margin-top: 1ex;
	margin-bottom: 3ex;
}

.callout {
	background-image: url(orangeCrayonCallout.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 58px;
	padding-top: 5px;
	vertical-align: middle;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bolder;
	left: auto;
	right: auto;
	text-align: center;
}

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
#footer div {
	float: left;
	width: 33%;
	vertical-align: middle;
	padding-top: 2ex;
	padding-bottom: 2ex;
}
#footer #footer1 {
	background-image: url(redSplotch.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#footer #footer2 {
	background-image: url(greenSplotch.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#footer #footer3 {
	background-image: url(yellowSplotch.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#footer #footer4 { /* For future use */
	background-image: url(blueSplotch.png);
	background-position: center center;
	background-repeat: no-repeat;
}
