/** SPECIAL PAGE OBJECT STYLES **/
.quotes {
	color: #05386d;
	background-color: #f2f7fd;
	border: 2px dashed #05386d;
	padding-right: 4em;
	padding-left: 4em;
	margin-right: 3em;
	margin-left: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0em;
	background-image: url(../rscs/quote_marks.gif);
	background-repeat: no-repeat;
}
.quotesauthor {
	color: #05386d;
	background-color: #f2f7fd;
	padding-right: 1em;
	padding-left: 1em;
	margin-right: 8em;
	margin-left: 8em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-bottom: 4em;
	font-size: smaller;
	text-align: right;
	margin-top: 0em;
	border-top: none;
	border-right: 1px solid #05386d;
	border-bottom: 1px solid #05386d;
	border-left: 1px solid #05386d;
}
.casestudy {
	background-color: #f2f7fd;
	margin-top: 1em;
	margin-right: 4em;
	margin-bottom: 1em;
	margin-left: 4em;
	border: 6px ridge #7096bb;
	padding-right: 7em;
	padding-left: 1em;
	background-image: url(../rscs/casestudy_icon.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.casestudy h3 {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0em;
	padding-bottom: 0.1em;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-color: #666666;
	padding-left: 0.1em;
	padding-right: 0.1em;
	margin-left: 6em;
	margin-right: 6em;
	border-top-color: #666666;
	border-top-style: dotted;
	border-top-width: thin;
}
.casestudy blockquote {
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
	text-align: center;
	padding: 2px 5px 2px 2px;
	margin: 2px 2px 2px 30px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.casestudy ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.addit_info {
	color: #05386d;
	border: 2px dashed #6c6c6e;
	padding-right: 1em;
	padding-left: 5em;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-image: url(../rscs/add_info_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/** PAGE NAVIGATION PARAGRAPH STYLES **/
.box {
	border: 1px dotted #999999;
	height: 18px;
	width: 180px;
	clear: none;
	float: right;
	text-align: center;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 0.85em;
	margin-left: 5px;
	margin-right: 5px;
}.box img {

	margin-right: 2px;
	margin-left: 1px;
	vertical-align: middle;
}
