html, body {
	font-family: Helvetica, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
	}

#header h1 {
	display:none;
	visibility:hidden;
	}
	
#logo {
	}

/* The DIV for the sitemap tree */	
	
#sitemap {
}

/* "Master" UL (contains the whole tree) - nav level 1 start */

#section {
	list-style: none;
	text-align: right;
	font-family: Helvetica, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;	
}

/* The LI items in the sitemap tree - nav level 1*/

.section-item, li.section-item, li.current-section-item {
	font-size:18px;
	font-weight: bold;
	color: #01243A;	
}

/* The links to the pages in the sitemap tree - nav level 1*/

.section-link, a.section-link {
	text-decoration: none;
	color: #01243A;
}
a.section-link:hover {
	text-decoration: underline;
	}

/* a sub-section UL inside a section - nav level 2 start */

ul.section {	
	list-style: none;
	text-align: right;
}

/* a section item LI inside a sub-section - nav level 2 */

ul.section li.current-section-item, ul.section li.section-item {
	list-style: none;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 14px;
}

/* The main content area - the center column */

#content {
	text-align: left;
	font-family: Helvetica, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#333333;	
}
		
/* The side bar, which is not used currently */		

#sidebar {
	font-size: 11px;
}
#sidebar li, #sidebar ul {
	list-style:none;	
}
#sidebar ul {
	margin-bottom:30px;	
}

/* Typography settings */

h1 {
	display:none;
	visibility:hidden;
	}

h2, #content h2 {
	font-size:24px;
	color:#006699;
	font-weight:lighter;
	margin: 10px 0px 10px 0px;
	padding: 7px 0px 5px 0px;
	line-height: 26px;
		}
		
h3, #content h3 {
	font-size:15px;
	line-height: 17px;
	color:#666;
	font-weight:normal;
	text-transform: normal;
	border-bottom: 1px solid #ccc;
	letter-spacing: 1px;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 5px 0px;
		}
h4, #content h4 {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding: 0px 10px 4px 0px;
	margin:0px 0px 5px 0px;
		}		
		
#content p {
	margin: 0px;
	padding:0px 0px 10px 0px;
		}
		
#content ul, #content ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 10px 5px;
		}		
		
#content li {
	list-style-position: outside;
	margin: 0px 0px 0px 5px;
	padding: 0px 5px 5px 10px;
		}

.title {
	font-weight: bold;
	text-transform: uppercase;
	}
.legal-note {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 12px;
	padding: 20px;
	}

/* footer stuff */
#footer {
	text-align: right;
		}
#locale-links {
	font-family:Helvetica, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #000;
	}
#locale-links a {
	color: #006699;
	}
#locale-links a:hover {
	text-decoration: underline;
	}				
#copyright {
	font-family: Helvetica, Lucida Grande, Geneva, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	text-align:right;
	padding: 0px;
		}

a {
	color:#006699;
}
a:hover {
	text-decoration:none;
}

/* Editing styles */
del
{
    color: red;
}

ins
{
    color: red;
}
