/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
.content h3,
.htmlarea-content-body h3 {
	margin: 20px 0 2px 0;
	font-size: 16px;
	font-weight: normal;
	color: #3b4e63;
}

.content h3.graphicalHeader {
	margin: 0 0 13px -20px;
	text-indent: -999999px;
}

.content h4,
.htmlarea-content-body h4 {
	margin: 16px 0 3px 0;
	font-size: 14px;
	color: #904d5f;
}

.content h5,
.htmlarea-content-body h5 {
	font-size: 13px;
	margin: 16px 0 2px 0;
	line-height: 17px;
}

.content h5.marginTopNone,
.htmlarea-content-body h5.marginTopNone {
	margin-top: 0;
}

.content h6,
.htmlarea-content-body h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
}

.content .contentElementtextpic p,
.content .contentElementtext p,
.htmlarea-content-body p {	
	margin-bottom: 10px;
	line-height: 18px;	
}

htmlarea-content-body b {
	font-weight: bold;
}

/* Fixed Margin Bug for IE/FF with Intext-Images*/
.content .csc-firstHeader,
.content .csc-textpicHeader h3,
.content .csc-textpicHeader h4,
.content .csc-textpicHeader h5,
.content .csc-textpicHeader h6 {
	margin-top: 0;
}

.content hr,
.htmlarea-content-body hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a,
.htmlarea-content-body a {
	color: #344458;
	text-decoration: underline;
}

.content a:hover,
.htmlarea-content-body a:hover {
	text-decoration: none;
}

.content ul,
.content ol {
	line-height: 18px;
}

.content ul li,
.content ol li {
	margin-bottom: 8px;
}

.content ul,
.htmlarea-content-body ul, {
	margin: 5px 0 5px 2px;
}
	
.content ul li,
.htmlarea-content-body ul li {
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content ul li {
	height: auto !important;
	height: 1px;
}

.content .contenttable,
.htmlarea-content-body table {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even,
.htmlarea-content-body .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.htmlarea-content-body th,
.content .contenttable td,
.htmlarea-content-body td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

.content ul.csc-sitemap li a {
	font-weight: bold;
}

.content ul.csc-sitemap li ul {
	margin: 0 10px 10px;
}

.content ul.csc-sitemap li li a {
	font-weight: normal;
}

.content ul.csc-sitemap li li ul {
	margin-bottom: 5px;
}

.content dl.filelinks dt {
	height: auto !important;
	height: 1px;
	line-height: 16px;
	margin-top: 5px;
}

.content dl.filelinks dt,
.content dl.filelinks dd {
	padding-left: 24px;
}

.content p.quote {
	width: 563px;
	text-indent: -99999px;
	margin: 0;
}

/* -----------------------------------------------
	Right Content
----------------------------------------------- */
#rightContent h3 {
	font-size: 14px;
}