body {
	margin: 0;
	color: #666;
	background-color: #fff;
	font-family: Arial, Verdana, Helevtica, sans-serif;
}

#montage {
	position: absolute;
	top: 0px;
	right: 0;
	text-align: right; /*Mild hack for Netscape 4*/
	clear: both;
}

/* Container */

#container {
	margin: 0;
}	

/* Header */
#header {
	width: 100%;
	height: 87px;
	margin: 0;
	font-family: Arial, Verdana, Helevtica, sans-serif;
	font-size: 80%;
	color: #000;
	clear: both;
	background-color: #003366;	
}

#header img {
	float: left;
}

/* Navigation */
#left-column {
	width: 17%;
	padding-right: 6px;
	margin: 2em 0 1em 0.25em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	background: #FFF;
	color: #333;
	float: left;
	line-height: 160%;
}

#left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#left-column li {
	margin: 0;
}

#left-column li.top {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	margin: 0;
}

#left-column li a {
	display: block;
	padding: 2px 4px 2px 3px;
	/*background: #FFF;*/
	color: #33c;
	border-bottom: 1px dashed #fc3;
	text-decoration: none;
	width: 100%;
}

#left-column li a:hover {
	background: #fc3;
	color: #33c;
	text-decoration: none;
}

#left-column-indent {
	width: 20%;
	padding-right: 6px;
	margin: 1em 0 1em 0.5em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 70%;
	background: #FFF;
	color: #333;
	float: left;
}

#left-column-indent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#left-column-indent li {
	margin: 0;
}

#left-column-indent li.top {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	margin: 0;
}

#left-column-indent li a {
	display: block;
	padding: 2px 4px 2px 3px;
	background: #FFF;
	color: #666;
	text-decoration: none;
	width: 100%;
}

#left-column-indent li a:hover {
	background: #BECC8C;
	color: #333;
	text-decoration: none;
}				
				
.section {
	display: block;
	padding: 4px;
	width: 100%;
	color: #96C;
	background: #CEB9E5;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}	

.sectionselected {
	display: block;
	padding: 2px 0 0 3px;
	width: 100%;
	color: #33c;
	background-color: #fc3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	
}	

.sectiongrey {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 2em;
	width: 100%;
	color: #666;
	background: #FFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	text-indent: 1em;
}	

.sectiongrey-active {
	display: block;
	margin-bottom: 0.5em;
	margin-left: 2em;
	width: 100%;
	color: #666;
	background: #EEEEEE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: left;
	text-indent: 1em;
	border-bottom: 1px dashed #CEB9E5;
}

/* Right Column */
#right-column {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	width: 20%;
	max-width: 20%;
	padding: 1em 0.5em 0.5em 0.5em;
	float: right;
	color: #006;
	background: #e3e9fe;
	border: 1px dotted #ECAC26;
	margin-top: 2em;
	margin-right: 0.5em;
}
#right-column img {
	text-align: center;
}

#right-column h1 {
	font-size: 120%;
	background-color: transparent;
	color: #003366;
	font-weight: bold;
	font-family: Verdana, Arial, Helevtica, sans-serif;
}		

#right-column p {
	font-size: 80%;
}	

/* Content - this is the centre column of a 3-column layout*/
#content {
	margin: 1% 30% 1em 22%;
	padding: 0.5em;
	color: #000;
	background: #fff;
	font-size: 80%;
	line-height: 1.5em;
}

#content ul {
	margin: 1% 5% 1em;
	line-height: 1.5em;
	list-style-type: disc;
	}
	
#content p {
	font-size: 100%;
}			
	
/* Content for a two-column layout*/	
	#content2col {
	margin: 1% 10% 1em 25%;
	padding: 0.5em;
	color: #000;
	background: #fff;
	font-size: 80%;
	line-height: 1.5em;
}

#content2col ul {
	margin: 1% 5% 1em;
	line-height: 1.5em;
	list-style-type: disc;
	}
	
#content2col p {
	font-size: 100%;
}
	
/* General styles*/
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 140%;
	color: #003366;
	background-color: transparent;
}	

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	color: #003366;
	background-color: #FFF;
}	

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	color: #003366;
	background: #FFF;
}	

#clear {
	clear: both;
}	

form {
	margin: 0;
	padding: 0;
}
	
	
/* Footer - address information etc. */
#footer {			
	clear: both;
	padding-bottom: 1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #003366;
	background: #fff;
	text-align: center;
	border-top: 2px solid #fc3;
}	

.smallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

a.link {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	background-color: transparent;
}
a.visited {
	color: #000000;
	background: transparent;
	text-decoration: underline;
	background-color: transparent;
}
a.hover {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	background-color: transparent;
}
a.active {
	color: #FF0000;
	background: transparent;
	text-decoration: none;
	background-color: transparent;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	list-style-position: outside;

}
.floatright { 
	float: right;
	margin: 0 10px 10px 10px;
	padding: 2px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}
