
/* All dynamic values are fed from Event Setup EXCEPT for the section image heights (noted below). Field names are shown next to their dynamic values. */

.navigation {
	font-size: 11px;
}

a:link, a:visited, a:active {
	color: #f0037f; /* DC5000Main Navigation Color */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

.bodycopy {
	padding-left: 6px;
}


p {
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
	padding: 3px 3px 3px 3px;
}
td {
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
	padding: 3px 3px 3px 3px;
}

.blurb {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 12px 8px 12px 8px;
	border-bottom: 1px solid #DDDDDD /* Content Dividing Lines Color */
}

.blurbimage {
	float: left;
	margin: 0px 8px 6px 0px;
}

.blurbcopy {
	font-size: 11px;
	line-height: 12px;
}

.headline {
	font-size: 24px;
	line-height: 24px;
	color: #666666;
	font-weight: bold;
}

.subhead {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	line-height: 18px;
	color: #999999;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

body {
	background-color: #FFFFFF; /* Site Background Color */
	margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	width: 760px;
	padding: 0px;
	position: relative;
}

hr {
	margin: 0px 0px 0px 0px;
	border: 1px #f0037f /* Content Dividing Lines Color */
}


/* Event-wide form norms */

select {
	font-size: 13px;
	line-height: 14px;
	color: #666666;
}

input {
	font-size: 13px;
	line-height: 14px;
	color: #666666;
}

.formlabel {
	font-size: 13px;
	line-height: 14px;
	color: #666666;
}

