/* Default text */
html, body, div, form, fieldset, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
/* p, uk spacing */
p {
	margin-bottom:16px;
}
p.quote {
	margin-bottom: 0px;
}

#content ul{
	margin-bottom: 16px;
}

/* Links */
a {
	color:#990000;
}
a:hover, a:active {
	color:#FF0000;
	text-decoration:none;
}
a:visited {
	color:#666666;
	text-decoration:underline;
}
/* headers*/
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	line-height:26px;
	font-weight:normal;
	margin-bottom: 7px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:21px;
	color:#990000;
	font-weight:normal;
	margin-bottom: 3px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing: 1px;
	line-height:19px;
	font-weight:normal;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#990000;
	line-height:17px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
}
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#990000;
	line-height:15px;
}
/* lists */
ol {
	list-style:decimal;
}
/* other typographic styles */
.breadcrumbs {
	font-size:10px;
	color:#666666;
}
.ceus {
	font-size: 10px;
	color:#666666;
	font-style:italic;
}
.quote {
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin-left:6px;
	text-indent:-6px;
}
.quoter {
	font-size: 10px;
	color:#333;
	font-weight:bold;
	margin-left:20px;
}
#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}


/*  ******************** START Special offer ******************** */
#specialOffer {
	border:1px solid #ccc;
	float:right;
	width:80%;
	margin:20px 20px 10px 10px;
	background:url(/_workingImages/fades/0A4366toWhite.png);
}
#specialOfferContent {
	padding:8px;
}
#specialOfferTitle {
	background-color:#0A4366;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
/*  ******************** END Special offer ******************** */


