/**
 * Various CSS styles relating to content display.
 */
#content {
	background: url(images/acceleratesuccess.gif) 10px 15px no-repeat;
	padding: 10px;
	padding-top: 60px;
}
#content,
#content table {
	color: #5C5C5C;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10.5pt;
	line-height: 1.5em;
}
#content a:link {
	color: #3DAEE3;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: #5D6CAB;
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #DCAA32;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #DCAA32;
	font-weight: bold;
	text-decoration: underline;
}
#content h1 {
	color: #96AAA9;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.8em;
	font-variant: small-caps;
	letter-spacing: 11px;
	line-height: 1.2em;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	margin-bottom: 0.75em;
	border-bottom: 1px solid #3E4C87;
}

#content h2 {
	color: #529EC5;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.3em;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #67A7B0;
}

#content h3 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #797EA1;
	font-size: 1.4em;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #67A7B0;
	/*font-size: 14pt;*/
}

#content h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	color: #C69A1F;
	font-size: 1.4em;
	/*font-size: 14pt;*/
}

#content .article .title {
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 14pt;
	font-weight: bold;
	color: #607EAC;
}

#content .article .author {
	font-family: "Georgia", "Book Antiqua", "Palatino Linotype", "Palatino", "Trebuchet MS", "New Century Schoolbook", serif;
	font-size: 10pt;
	font-style: italic;
	color: #4A4A3D;
}

#content ul {
	list-style-image: url(images/bullet.gif);
}

#content ul li {
	padding-bottom: 1.0em;
}

#content div.references {
	color: #5C5C5C;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9.0pt;
	line-height: 1.3em;
	border-top: 1px solid #67A7B0;
}

blockquote.quotation {
	font-family: "Apple Chancery", "Lucida Calligraphy", "Monotype Corsiva", "Palatino Linotype", "Book Antiqua", "Palatino", "Trebuchet MS", "Georgia", "New Century Schoolbook", serif;
	font-size: 13pt;
	font-weight: 550;
	color: #1B1464;
	line-height: 1.3;
	margin: 0;
	padding: .5em;
	background: url(images/quote.gif) 0em 0em no-repeat;
} 

blockquote.quotation div.author {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
	font-size: 10pt;
	color: #1B1464;
	font-weight: normal;
	text-align: right;
} 
#footer a:link {
	color: #3DAEE3;
	text-decoration: underline;
}
