/**
 * Various CSS styles relating to content display.
 */
#content {
	padding: 15px;
	padding-top: 75px;
	margin-left: 188px;
	z-index: 2;
	color: black;
	background: url(images/acceleratesuccess.gif) 15px 30px no-repeat;
	font-family: "Verdana", "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

#content.main-full {
	width: 720px;
}

#content.main-sidebar {
	width: 520px;
	margin-right: 200px;
	border-right: 1px solid black;
}

#content h1 {
	color: #96AAA9;
	font-family: "Georgia", "Garamond", "Times New Roman", "Courier", serif;
	font-size: 1.8em;
	font-variant: small-caps;
	letter-spacing: 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid black;
}
#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;
	border-bottom: 1px solid #67A7B0;
	/*font-size: 14pt;*/
}
#content a {
	color: #3DAEE3;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #DCAA32;
	font-weight: bold;
	text-decoration: underline;
}

#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", "Monotype Corsiva", "Lucida Calligraphy", "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: 1em;
	background: url(images/accent.gif) 0em 0em no-repeat;
} 

blockquote.quotation div.author {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #024169;
	font-weight: normal;
	text-align: right;
} 

