* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #C8C8C8;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}

a img {
	border: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.2em;
}

p {
	color: #8c8881;
	margin: 10px 0px 10px 0px;
}

li {
	color: #8c8881;
}

ul#accessibility {
	position: absolute;
	left: -10000px;
}

div#contentContainer {
}
	div#contentContainer div.contentRow {
		overflow: hidden;
		margin: 5px 0 5px 0;
	}
		div#contentContainer div.contentRow div.content {
			float: left;
			padding: 5px 5px 0 5px;
			width: 615px;
		}
		
		div#contentContainer div.contentRow div.sidebar {
			float: right;
			width: 350px;
		}
		
	div#contentContainer div.textBlock {
		background-color: #eaeaea;
		padding: 5px;
		width: 340px !important;
	}
		
div#footer {
	background-color: #fa0505;
	background-image:url(../images/slices/nav/background.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 0.75em;
	height: 32px;
}
	div#footer span {
		display: block;
		padding: 9px 10px 0 10px;
	}
	
	div#footer span.copyright {
		float: left;
		width: 340px;;
	}
	
		div#footer span.copyright a {
			color: #ffffff;
			text-decoration: none;
		}
	
		div#footer span.copyright a:hover {
			text-decoration: underline;
		}
	
	div#footer span.error {
		margin: 0 auto;
		text-align: center;
		width: 300px;
		float:left;
	}
	
		div#footer span.error a {
			color: #ffffff;
			text-decoration: none;
		}
	
		div#footer span.error a:error {
			text-decoration: underline;
		}

	
	div#footer span.date {
		float: right;
		text-align: right;
		width: 100px;
	}
	
		div#footer span.date a {
			color: #ffffff;
			text-decoration: none;
		}
	
		div#footer span.error a:error {
			text-decoration: underline;
		}
		
div#header {
	background-color: #ffffff;
	border-bottom: 4px solid #7b7b7b;
	height: 145px;
	position: relative;
}
	
	div#header img {
		position: absolute;
		top: 27px;
		left: 5px;
	}		
				
	div#header p.strapline {
		color: #333333;
		font-weight: bold;
		position: absolute;
		top: 50px;
		right: 10px;
	}
	
		div#header p.strapline em {
			color: #ff0000;
			font-style: normal;
		}
	
	div#header ul#altNav {
		background-color: #fa0505;
		color: #f5f5f5;
		list-style-type: none;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
	}
	
		div#header ul#altNav li {
			background-image: url('../images/bullet.gif');
			background-position: center left;
			background-repeat: no-repeat;
			list-style-type: none;
			float: left;
			height: 23px;
			margin: 0 10px 0 0;
			padding: 5px 0 0 15px;
		}
		
			div#header ul#altNav li:first-child {
				background-image: url('../images/slices/altNavLeft.png');
				margin-left: 0px;
				padding-left: 10px;
			}
		
			div#header ul#altNav li a {
				color: #f5f5f5;
				font-size: 0.8em;
				font-weight: bold;
				text-decoration: none;
			}
			
			div#header ul#altNav li a:hover {
				text-decoration: underline;
			}
		
	div#header ul#navigation {
		list-style-type: none;
		position: absolute;
		bottom: 1px;
		width: 100%;
	}
	
		div#header ul#navigation li {
			border-right: 1px solid #ffffff;
			display: block;
			float: left;
		}
			div#header ul#navigation li.firstItem {
				border-left: none;
			}
			
			div#header ul#navigation li.lastItem {
				border-left: 1px solid #ffffff;
				border-right: none;
			}
			
				div#header ul#navigation li img {
					position: static;
				}
			
div#page {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 10px;
	padding-bottom: 10px;
}

div#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 1000px;
}

ul.subjectNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul.subjectNav li {
		margin: 0 0 4px 0;
		padding: 0;
	}
	
		ul.subjectNav li a,
		ul.subjectNav li img {
			display: block;
			margin: 0;
			padding: 0;
		}
	
div.content h1 {
	background-image: url('../../../images/slices/yellow.png');
	background-position: top left;
	background-repeat: repeat-x;
	color: #f5f5f5;
	font-size: 1.0em;
	margin: -5px 0 4px -5px;
	padding: 6px 5px 0;
	height: 22px;
}	
	
div.sidebar h2 {
	background-image: url('../../../images/slices/subTitle.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #f5f5f5;
	font-size: 1.0em;
	margin-bottom: 4px;
	padding: 5px 5px 0;
	height: 22px;
	text-align: right;
}

	div.sidebar h2 a {
		color: #f5f5f5;
		text-decoration: none;
	}
	
	div.sidebar h2 a:hover {
		text-decoration: underline;
	}

div.sidebar div.textBlock {
	margin-bottom: 4px;
}

div#contentBlock {
	background-color: #FFF2B9;
	margin: 2px 0 0 -5px;
	overflow: hidden;
	padding: 5px 5px 0 5px;
}

div#headerBlock {
	background-color: #EAEAEA;
	margin-left: -5px;
	overflow: hidden;
	padding: 5px;
}

	div#headerBlock img {
		display: block;
		float: left;
		margin: 10px 20px 10px 10px;
	}
	
	
.footer_link  {font-size:10px; color:#666; text-decoration:none;}	