body,
body.mceContentBody.typography,
p,
h1, h2, h3, h4,
input {
	font-family: Arial, Helvetica, sans-serif;
}
body,
body.mceContentBody.typography,
p,
table,
.text-reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

dd {
	color: #666666;
}

#top-nav {
	background-color: #670069;
}

#top-nav > ul > li {
	border-right: 1px solid #48004a;
	border-right: 1px solid rgba(0,0,0,0.2);
}

#top-nav > ul > li.border-left {
	border-left: 1px solid #48004a;
	border-left: 1px solid rgba(0,0,0,0.2);
}
#doc.primary-color {
	background-color: #670069;

}

div#hd-container .email a {
	color: #670069;
}

div#cn div#ft {
	background-color:#000000;
	border-color:#3c3c3c;
}
.ft-header h3 { color: #670069; }
div#ft li a { color: #ffffff;}
div#ft .ft-underline { background-color: #3c3c3c; }


h1,
h2,
h3,
h4,
a.primary-color,
dl.primary-color dt,
dt.primary-color,
p.primary-color,
span.primary-color,
td.primary-color,
ol.primary-color,
ul.primary-color,
li.primary-color,
#primary h1#blog-holder-title,
#primary #recent-blog-entries h2,
#primary .author-date,
.text-primary-color,
#secondary-nav li a.current {
	color: #670069;
}

a.gradient,
button.gradient,
div.gradient {
	background: #670069; /* Old browsers */
	background: -moz-linear-gradient(top, #670069 0%, #670069 25%, #5d005f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#670069), color-stop(25%,#670069), color-stop(100%,#5d005f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #670069 0%,#670069 25%,#5d005f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #670069 0%,#670069 25%,#5d005f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #670069 0%,#670069 25%,#5d005f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#670069', endColorstr='#5d005f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #670069 0%,#670069 25%,#5d005f 100%); /* W3C */
}

div.primary-color,
input.primary-color,
a.button,
.button a:hover,
#Form_RegisterForm_action_register:hover,
#Form_ContactForm input.action:hover,
.background-primary-color {
	background-color: #670069;
}

a,
.link {
	color: #670069;
}

a:hover,
.link-hover {
	color: #5d005f;
}

button,
a.button,
a.button:hover,
#Form_RegisterForm_action_register,
#top-nav > ul > li a {
	color: #ffffff;
}
/** User-defined Custom CSS: **/
div#hd-container .name { font-size: 20px; margin-bottom: 8px; color: #670069 }
div#logo a#home-link img { margin-top: 15px; }