/* -- 1.GENERAL -- */
* {margin: 0; padding: 0;}
			
body {
	color: #424242;
	font: 76%/1.4 Verdana, Arial, sans-serif;
}

dl, ol, p, table, ul, address {
	margin: 0 0 1.5em 0;
}

.footnote {
	font-size: .9em;
	color: #333333;
}
h2.sectioned-header, h3.sectioned-header, h4.sectioned-header {
	border-top: solid 1px #ccc;
	padding-top: .2em;
}
/* -- 2.TEXT -- */


h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #003D7C;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 15px 0 10px 0px;
	width: 725px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #666;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0 0 1em 0;
}
#node-4 h2, #node-3 h2, #node-78 h2, #node-319 h2, #node-320 h2, #node-321 h2, #node-322 h2, #node-323 h2, #node-324 h2, #aggregator h2 {
	margin-bottom: 0;
}
#aggregator h2,  #node-78 h2 {
	font-size: 1.2em;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
	color: black;
}
h6 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
	color: black;
}

p {
	padding: 0;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
address {
	font-style: normal;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #333 solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}

#sidebar img {
	display: block;
	margin: 0 auto;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

* -- 5.TABLES -- */
table {
	font-size: 1em;
}
table caption {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	font-size: 1em;
}

/* -- 6.LINKS -- */
a {
	color: #666;
	text-decoration: underline;
	outline: none;
}

a:hover {		
	color: #bd0003;
	text-decoration: underline;
}
h3 a {
	color: #676767;
}
/* Other Styles */
#masthead {
	margin-bottom: 20px;
}
#breadcrumbs {
border-bottom:1px solid #CCCCCC;
color:#444;
font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
font-size: .9em;
padding:0 0 5px;
width:100%;
}
#breadcrumbs a {
color:#9B1027;
text-decoration: none;
}
#content {
	margin-bottom: 20px;
}
#footer {
	font-size: .9em;
}
/* - Hide - */
#main-nav, #skip-nav, #header, #footer ul, #logos, .node .links, #contact-emergo, #sidebar, .contact-table, form#Contact, #masthead a {
	display: none;
}