/* The Melvin Martin Center for Children's Safety - Safety City Clayshoot */

body {
	background: #336699;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #336699;
}
a:visited {
	color: #6699cc;
}
a:hover {
	color:  #cc0000;
}
h1 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #cc0000;
}
h2 {
	font-size: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #336699;
}
h3 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #336699;
}
h4 {
	font-size: 1.8em;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #336699;
}
h5 {
	font-size: 1.5em;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #000000;
}
#contentArea {
	width: 900px;
	height: 875px;
	background: #ffffff;
	margin: 0px auto;
}
#columnOne {
	width: 300px;
	height: 875px;
	background: #ffff00;
	color: #cc0000;
	float: right;
}
#columnTwo {
	width: 300px;
	color: #336699;
	float: right;
}

#columnThree {
	width: 300px;
	height: 835px;
	background: #ffffff url(images/signs_background.jpg) top no-repeat;
	color: #cc0000;
	float: right;
}
#logoArea {
	width: 300px;
	height: 300px;
	background: url(images/clayshoot_logo.jpg) center no-repeat;
}
.contentText {
	padding: 25px;
	text-align: center;
	}
	.contentText p {
		margin-top: 0px;
		text-align: left;
		color: #000000;
	}
	.contentText ul {
		text-align: left;
	}
	.blackText {
		color: #000000;
	}
#footerArea {
	width: 900px;
	height: 15px;
	margin: 0px auto;
	padding-top: 2px;
	background: #cc0000;
	color: #ffffff;
	font-size: 11px;
	border-top: 4px solid #ffff00;
	text-align: center;
}
#functionCredit {
	color: #ffffff;
	font-size: 11px;
	width: 900px;
	height: 15px;
	margin: 0px auto;
	position: relative;
	bottom: 15px;
	right: 4px;
	text-align: right;
}
#functionCredit a:link {
	color: #ffffff;
}
#functionCredit a:visited {
	color: #ffcccc;
}
#functionCredit a:hover {
	color: #ffff00;
}
