@charset "UTF-8";
/* CSS Document */

body {
	background: url(/media/images/background.gif) center repeat-y;
	background-color: #ccc;
}
#top_banner {
	background: url(../media/images/top_banner.gif) center bottom no-repeat;
	margin: 0 -20px;
	background-color: #ccc;
	text-align: center;
	padding: 10px 0;
	width: 990px;
}
#top_banner p.banner {
	font-size: 0.8em;
	margin: 0;
}
.container {
	background-color: #FFF;
}
#top {
	background-color: #D9E9FA;
}
#banner {
	/*	height: 8em;
*/	text-align: left;
}
#right_skyscraper {
}
#right_skyscraper p.banner {
	font-size: 0.8em;
	margin: 0;
}
.smaller, .reference { /* same as .small in blueprint/screen.css */
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
sup, sub {
 font-size: 0.8em:
}
#wrapper .superscript { /* legacy, should use <sup></sup> */
	vertical-align: super;
	font-size: 0.8em;
	line-height: 0;
}
#wrapper .subscript { /* legacy, should use <sub></sub> */
	vertical-align: sub;
	font-size: 0.8em;
	line-height: 0;
}
#wrapper .tint {
	background: url(/css/viniet2.gif) repeat-x top;
	background-color: #B4C6F4;
}
#wrapper .error {
	color: #E3003D;
	font-weight: bold;
}
#wrapper .white {
	color: #FFFFFF;
	font-weight: bold;
	background: url(/css/viniet.gif) repeat-x top;
	background-color: #004990;
}
#mainContent a:link, #mainContent a:active {
	color: #004990;
	text-decoration: none;
}
#mainContent a:visited {
	color: #E3003D;
	text-decoration: none;
}
#mainContent a:hover {
	color: #1C52DC;
	text-decoration: underline;
}
#mainContent .highlight {
	background-color: #FFD90F;
}
#mainContent .highlight a {
	background-color: #FFD90F;
	color: #FFFFFF;
}
#mainContent td.white a {
	color: #FFFFFF;
	text-decoration:underline;
}
#mainContent .bulleted-pink {
	list-style-image: url(pink_tri_right.gif);
}
#mainContent #paging p {
	font: bold .8em sans-serif;
	font-size:.8em;
	margin-bottom: 1.625em;
	line-height:1.875em;
	background-color: #DDD;
	border-left: solid 0.125em #CCC;
	border-right: solid 0.125em #999;
	border-top: solid 0.125em #999;
	border-bottom: solid 0.125em #CCC;
	/*	margin: 0px;
	padding: 2px;
*/	text-align: center;
}
#mainContent img.listicon {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	margin-left: -18px;
	margin-right: 2px;
	border: none;
}
/* Icons used are based on the Silk icon set from http://www.famfamfam.com/lab/icons/silk/ */
#mainContent img.icon {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
	border: none;
}
#mainContent .cpd_stamp {
	border: none;
	vertical-align: middle;
	width: 54px;
	height: 54px;
	float: right;
}
#mainContent .paging_hide {
	display: none;
}
#mainContent .paging_show {
	display: block;
}
#content {
	min-height: 42em;
}
#track_this {
	text-align: center;
}
#track_this .cpd_stamp {
	border: none;
	width: 54px;
	height: 54px;
}
#email_page { /* based on .small in blueprint/screen.css */
	font-size: 0.8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
	text-align:center;
}
/* Paging style */
ul#paging_list {
	margin-right: 0;
	text-align: right;
	font-weight: bold;
}
#paging_list li {
	display: inline;
	list-style-type: none;
	padding: 0px 0.25em;
	border: #DDDDDD 1px solid;
	margin-left: 0.25em;
}
#paging_list li.page_current {
	background-color: #025891;
	color: #FFFFFF;
}
#paging_list a:link {
	color: #E3003D;
}
/* Social media links */
ul#social {
	padding-left: 0;
}
#social li {
	list-style-type: none;
}
#crosslink th, #crosslink td, #crosslink caption {
	padding: 0;
}
#crosslink td img {
	display: block;
}
#crosslink p, #crosslink li {
	color: #004990;
}
#crosslink p, #crosslink ul {
	margin-bottom: 0;
}
#crosslink a {
	color: #9D1810;
}
a {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#999999;
 text-decoration::none;
}
#crumbs ul, #crumbs li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#crumbs li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	color:#777;
	list-style: none;
}
#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
	color:#777;
}
#crumbs li a:hover, #crumbs li a:focus {
	color:#dd2c0d;
}

