/* CSS Document */
	
	
	
	body {
		background-color: #fff;
		color: #000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.70em;
		margin-bottom: 10px;
	}
	
	a {
		text-decoration: none;
		color: #a3234c;
	}
	
		a:hover {
			color: #fff;
			background-color: #a3234c;
		}
				
		a img {
			border: none;
		}
	
	img {
		display: block;
	}	
		
		
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5 {
		font-size: 1em;
	}
	h6 {
		font-size: 0.8em;
	}
	
	.story {
		line-height: 1.3em;
		font-size: 1.1em;
	}
	
		.story p {
			margin-bottom: 1em;
		}
		
		.story blockquote {
			margin: 1.5em 2em;
		}
		
		.story ul {
			list-style: square;
			list-style-position: outside;
		}
		
		.story ol {
			list-style: square;
			list-style-position: outside;
		}
		
		.story ul, .story ol {
			margin: 0.5em 4em;
		}
		
		.story ol li {
			list-style-type:decimal;
			list-style-position: outside;
		}
		
			.story ul li, .story ol li {
				margin: 1em 1.5em;
				margin: 0 0 5px 0;
			}
	
	#header {
		background-image:url(/views/final/images/ui/coloured_bars.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		
	}
		#header #mainNav {
			margin-top: 5px;
			font-size: .9em;
			padding-top: 20px;
		}
		
			#header #mainNav ul li a {
				display: inline-block;
				line-height: 0.9em;
			}
				
			#header #mainNav ul li.selected a {
				color: #77787b;
			}
				#header #mainNav ul li.selected a:hover {
					color: #fff;
				}
		
	#title {
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}
	
		#title .siteTitle {
			display: block;
			float: left;
		}
		
		#title .persona {
			display: block;
			float: right;
			margin-top:20px;
			font-size: .8em;
			background-color: #a3234c;
			color: #fff;
			padding: 2px 3px;
		}
			
			#title .persona:hover {
				background-color: #77787b;
			}

		
	
	#body {
	}
	
		#body #foldingNav {
			background-color: #f8f8f8;
		}
			
			#foldingNav .one {
				background-color: #f8f8f8;
			}
			
			#foldingNav .two {
				background-color: #f1f1f2;
			}
			
			#foldingNav .three {
				background-color: #ebebec;
			}
			
			#foldingNav .four {
				background-color: #dfdfe0;
			}
		
			#foldingNav .block {
				background-image: url(/views/final/images/ui/white_block.gif);
				background-repeat:no-repeat;
				background-position: 0 0;
				padding-top: 15px; 
			}
			
				#foldingNav .block .title {
					font-size: 1.1em;
					font-weight: bold;
					margin-bottom: 5px;
					border-bottom: 1px solid #77787b;
					padding-bottom: 4px;
				}
				#foldingNav .block .point {
					font-size: 0.85em;
					margin-bottom: 1px;
				}
					#foldingNav .block .selected {
						/*border: 1px solid;*/
					}
	
	
	#footer {
		border-top: 1px solid #000;
		padding-top: 10px;
	}
		#footer ul li {
			color: #77787b;
		}
		
	body .errors .error {
		color: #f00;
	}

