@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0 none;
	display: block;
}
area {
	outline: none;
}
/* above is TCC HTML5 simple reset */
body {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #777978;
	background: url(2014_images/master_bkgd.png?v=1) repeat-x;
}
#outerWrapper {
	margin: 0 auto;
	padding: 0;
	width: 888px;
	overflow: auto;
}
#masthead {
	float: left;
	width: 888px;
}
#header {
	width: 888px;
	float: left;
}
#footer {
	padding-top: 15px;
	height: 888px;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	color:#FFF;
	background:#565656;
}
#contentWrapper{
	float: left;
	width: 888px;
}
a {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #777978;
}
a:hover {
	color: #EC5792;
}
a.parties_title:link, a.parties_title:visited, a.parties_title:active, a.parties_title:hover  {
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #EC73A1;
	padding-bottom: 7px;
	text-decoration:none;
}
h1 {
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	color: #EC73A1;
	font-weight: normal;
	line-height: 19px;
}
h2 {
	font-family: 'Questrial', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color: #EC73A1;
}
h3 {
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #EC73A1;
	padding-bottom: 7px;
}
h4 {
	font-family: 'Questrial', sans-serif;
	font-size: 21px;
	line-height: 19px;
	font-weight: normal;
	color: #777978;
}
h5 {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #EC73A1;
	padding-bottom: 5px;
}
.question {
	font-size: 12px;
	color: #777978;
	font-weight: 600;
	line-height: 17px;
}
.bodyBold {
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	color: #777978;
}
