div.header-tools,
div.header-search,
div.header-social,
div.header-nav,
div.footer,
div.nav,
div.sidebar,
a.skip-link,
iframe
{
	display: none;
}

html, body, input {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:62.5%;
	background-color: #f7f7f7;
}

strong {
  font-weight:bold;
}

p, li {
	font-size:1em;
	line-height:1.5em;
	color:#333333;
}

	p {
		font-size:1.2em;
		padding-bottom:10px;
	}
	
	p.intro 
	{
		font-size: 1.4em;
	}
	
	p span.intro
	{
		font-size: 1.2em;
	}

	li p, li h3, li h4 {
		font-size:1em;
	}
	
a {
	text-decoration:none;
	color:#006e83;
	font-size:1em;
}

h1 {
	font-size:2.5em;
	color:#333333;
	border-bottom:1px dotted #cccccc;
	padding-bottom:10px;
	margin:2px 0 10px 0;
	font-weight:normal;
}

h2 {
	font-size:2em;
	color:#333333;
	padding-bottom:2px;
	padding-top: 5px;
	margin-bottom:8px;
	font-weight:normal;
}

	h2.blue {
		color:#006e83;
	}
	
	h2.red {
		color:#cb0074;
	}

h3 {
	font-size:1.6em;
	color:#333333;
	padding-bottom:10px;
	margin-bottom:6px;
	font-weight:normal;
}

	h3.blue {
		color:#006e83;
	}
	
	h3.red {
		color:#cb0074;
	}

h4 {
	font-size:1.4em;
	color:#333333;
	padding-bottom:10px;
	margin-bottom:4px;
	font-weight:bold;
}

	h4.blue {
		color:#006e83;
	}
	
	h4.red {
		color:#cb0074;
	}

table {
	font-size:1.2em;
	color:#333333;
	width:100%;
	margin-bottom:10px;
}

	table tr {

	}
	
		table tr th,
		table thead tr td,
		table thead tr.even td {
			text-align:left;
			background:#017d96;
			font-weight:bold;
			color:#ffffff;
			padding:6px 10px;
			line-height:1.5em;
			white-space:nowrap;
			border-left: 1px solid white;
			border-top: 4px solid #017d96;
			border-bottom: 4px solid #017d96;
		}
		
		table thead tr td.first
		{
			border-left: none;
		}
		
		table tr td {
			border-bottom:1px dotted #a3a3a3;
			background:#f4f4f4;
			padding:10px;
			line-height:1.5em;
		}
	
			table tr td p, table tr th p {
				font-size:1em;
			}			
	
			table tr.even td {
				background:#ffffff;
			}
			
	div.logo span {
		font-size:3em;
		color:#333333;
		margin:36px 0 0 18px;
	}
	
	div.header-breadcrumb ol
	{
		list-style: none;
		margin-bottom: 2em;
	}

		div.header-breadcrumb ol li {
			font-size:1.1em;
			display: inline;
		}
		
			div.header-breadcrumb ol li a {
				color:#666666;
				padding:0 5px;
				text-decoration:underline;
			}
			
			div.header-breadcrumb ol li em {
				padding:0 5px;
				font-style:normal;
			}
			div.header-breadcrumb ol li a:hover {
				color:#CA0173;
				text-decoration:none;
			}

	div.content-image {
		float:left;
		padding-right:16px;
		padding-bottom:10px;
		width:245px;
	}
		
		div.content-image img {
			display:block;
			padding-bottom:0;
		}
		
		div.content-image p {
			background:#f3f3f3;
			padding:4px 10px;
			font-size:1.1em;
		}
		
	div.primary-content ul, div.primary-content ol {
		padding: 10px 0 10px 30px;
	}
	
		div.primary-content ul ul, div.primary-content ol ol {
			padding: 0px 0 10px 30px;
		}
	
		div.primary-content ol {
		}
	
		div.primary-content ul li {
			list-style-type: disc;
			font-size:1.2em;
			/*color:#006e83;*/
		}
		
			div.primary-content ul li li {
				font-size: 1em;
			}
			
			div.primary-content ul li p {
				font-size:1em;
			}
		
		div.primary-content ol li {
			list-style: decimal outside none;
			font-size:1.2em;
			/*color:#006e83;
			font-weight:bold;*/
		}
		
			div.primary-content ol li li  {
				font-size: 1em;
			}
		
			div.primary-content ol li p {
				font-size:1em;
				font-weight:normal;
			}
		
	div.primary-content blockquote {
		padding-left: 20px;
	}
		
	div.primary-content blockquote.quote-box {
		float:right;
		width:185px;
		padding:15px 15px 10px 30px;
		margin:0 0 10px 10px;
		background:#efefef url('../images/bg-quote-open.gif') no-repeat 9px 15px;
	}
	
		div.primary-content blockquote.quote-box span {
			background:url('../images/bg-quote-close.gif') no-repeat right bottom;
			display: inline-block;
			width: 20px;
			height: 12px;
		}