/* Links */
body {
	font-family: Tahoma, Verdana, sans-serif;
	color: #333;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #c93030;
}

a.more:link,
a.more:visited,
a.more:active {
	font-weight: bold;
	color: #c93030;
	text-decoration: none;
	text-align: right;
}

a.more:hover {
	text-decoration: underline;
}

a.NL:link, a.NL:visited {
	font-weight: bold;
	color: #c93030;
	text-decoration: none;
	display:block;
	clear:both;
	font-size:0.8em;
}

a.NL:hover {
	text-decoration: underline;
}

.align-right {
	text-align: right;
	margin: 0 0 2em 0;
}

/* Typography */
h1, h2, h3 {
	clear: both;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	color: #000;
}

h2 {
	font-size: 2.0em;
	margin: 0 0 .5em 0;
	color: #000;
}

td.CTtitle font.CT {
	font-size: 2.4em;
	margin: 0 0 .5em 0;
	color: #000;
}

td.CTtitle font.CTtablein {
	font-size: 2.0em;
	margin: 0 0 .5em 0;
	color: #000;
}

tr.CTsubtitle font.CTtablein {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1.8em 0;
	color: #D13333;
}

td font.CT {
	font-size:12px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1.8em 0;
	color: #000;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1.8em 0;
	color: #000;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 2.5em 0 .7em 0;
	color: #000;
}

.blue-right {
	color:#0068FF;
	float:right;
	width:130px;
	padding:5px;
	margin:10px;
	font-size:1.1em;
}

.blue-left {
	color:#0068FF;
	float:left;
	width:130px;
	padding:5px;
	margin:10px;
	font-size:1.1em;
}

.blue-center {
	color:#0068FF;
	float:left;
	width:530px;
	padding:5px;
	margin:10px 175px;
	font-size:1.1em;
}
.blue-left ul, .blue-right ul, .blue-center ul {
	font-size: 9px;
	margin-top: 15px;
}

.blue-left ul li, .blue-right ul li, .blue-center ul li {
	margin: 0;
	padding: 0;
}

.blue-right h3, .blue-left h3, .blue-center h3 {
	margin:0;
	color:#000;
	font-size: 1.2em;
}



/* New Toolkit Callouts */
.callout-right, .callout-left, .callout-center {
	color:#000;
	float:right;
	width:130px;
	padding:0 10px 10px 10px;
	margin:0 10px 20px 15px;
	font-size:11px;
	z-index: 1;
	position:relative;
	border-bottom: 2px solid #D13333;
}

.callout-right h2, .callout-left h2, .callout-center h2 {
	color: #FFF;
	width: 130px;
	_width: 150px;
	font-size: 14px;
	font-weight:bold;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0 10px 5px 10px;
	border: 1px solid #000;
	background-color: #D13333;
}
.callout-right li, .callout-left li, .callout-center li {
	font-size:11px;
}


.callout-left {
	float:left;
	margin:0 20px 20px 0;
}

.callout-center {
	clear:both;
	width:530px;
	float:left;
	padding-bottom:15px;
	margin:10px 170px 10px 185px;
}

.callout-center h2 {
	width: 530px;
	color: #FFF;
	font-size: 14px;
}


.pullquote {
	float:right;
	background: #fff url(quote_left2.png) no-repeat top left;
	padding: 10px 10px 10px 10px;
	margin:0 10px 20px 15px;
	font-size:13px;
	z-index: 1;
	width:130px;
}
.pullquote em {
	display:block;
	text-align:right;
}

.featured_head{
	font-size:14px;
	color:#ce4f22;
}

table.toolkit_table {
	border-collapse: collapse;	font-size:1.1em;

}
table.toolkit_table tr.heading {
	background-color: #F3D3A5;
}

table.toolkit_table td {
	padding:5px;
	border: 1px solid #F3D3A5;
}

table.toolkit_table tr.heading td {
	border-top: 1px solid #efb157;
	background: #F3D3A5 url(toolkit_table_headingbg2.gif) repeat-x top left;
}
