/* CSS Document */

/* Formatting for the camp header */
font.cpHeader {
	font-weight:bold;
	color:#000066;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Formatting for the date header under the camp title */
font.cpDate {
	font-weight:bold;
	font-style:italic;
	color:#000066;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* For paragraphs that hold individual section content */
table.cpSectionContent, p.cpSectionContent {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	color:#000066;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* For spans and paragraphs that hold individual section content headers */
.cpSectionHeader {
	font-weight:bold;
	color:#000066;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;
}

/* Register now links on the camp pages */
a.register:link { font-style:italic; font-weight:bold; color:#F79A00; text-decoration:none; }
a.register:visited { font-style:italic; font-weight:bold; color:#F79A00; text-decoration:none; }
a.register:active { font-style:italic; font-weight:bold; color:#F79A00; text-decoration:none; }
a.register:hover { font-style:italic; font-weight:bold; color:#F79A00; text-decoration:underline; }

/* Style used for the calculator function on the coaches information page for the 'Duke Near You' camps */
	.calculator {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
	}