html, body {
	background: url(../img/layout/page_bg.jpg);
	font-family: 'lucida grande','lucida sans','lucida sans unicode',lucida,verdana;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
}

a {
	color: #993a3b;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #03648a;
	margin: 0 0 10px 0;
	font-size: 22px;
}

h2 {
	color: #993a3b;
	margin: 20px 0 10px 0;
	font-size: 17px;
	font-style: italic;
}

th {
	color: #03648a;
	margin: 20px 0 10px 0;
	font-size: 17px;
	border-bottom: 2px solid #333333;
	text-align: left;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

strong {
	color: #03648a;
}

.tr {
	float: right;
	margin: 0 0 0px 30px;
}

.tl {
	float: left;
	margin: 0 30px 0px 0;
}

.r {
	float: right;
}

.l {
	float: left;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
	margin: 0 0 10px 0;
}

.wc {
	display: block;
	margin: 15px auto 25px auto;
	text-align: center;
}

q {
	display:block;
	color: #6594b3;
	padding: 15px 0;
	text-align: center;
	font-size: 22px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333;
	margin: 20px 0 30px 0;
	line-height: 30px;
	background: #fefdfa;
}

p.morespace {
	margin-bottom: 40px;
}

.figure img {
	margin: 10px 10px 20px 10px;
}

#about_cover {
	font-style: italic;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 10px 0;
	background: #fefdf9;
	margin: 15px 0 10px 0;
}

.smallprint {
	font-size: 10px;
	line-height: 12px;
}

#table_wrapper {
	background: #eaf1f6;
	padding: 20px;
	margin: 20px 0;
}

#table_wrapper p.smallprint {
	margin-top: 10px;
}

#financial_table {
	width: 100%;
	border-bottom: 2px solid #333333;
}

	#financial_table td {
		padding: 3px 0;
	}
	
	#financial_table td.current_year {
		background: #FFFFFF;
		text-align: right;
		padding: 0 10px;
		font-weight: bold;
	}
	
	#financial_table td.last_year {
		text-align: right;
		padding: 0 0 0 10px;
	}
	
	#financial_table strong {
		color: #993a3b;
		font-weight: bold;
	}
	
	#financial_table em {
		color: #03648a;
		font-style: normal;
		font-weight: bold;
	}

	#financial_table tr.separator td {
		border-bottom: 1px solid #333333;
	}
	
	#financial_table tr.light_separator td {
		border-bottom: 1px dotted #333333;
	}
	
	#financial_table tr td.indent {
		padding-left: 50px;
	}

body {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px;
}

	#content {
		margin: 0 0 60px 0;
	}

	article {
		width: 630px;
		float: right;
	}
	
		article ol, article ul {
			margin: 0 0 20px 20px;
		}
		
		article p {
			margin-bottom: 12px;
		}
	
	header {
		height: 120px;
		margin: 0 0 20px 0;
		position: relative;
	}
	
		header h1, head h1#home_head {
			margin: 0;
			display: block;
			text-indent: -19000px;
			height: 74px;
			width: 595px;
			position: absolute;
			top: 20px;
			right: 37px;
			background: url(../img/layout/worlds_favorite_ketchup.gif) top left no-repeat;
		}
				
		header h1#home_head {
			background: url(../img/layout/ketchup.gif) top left no-repeat;
		}
	
		header img {
			position: absolute;
			top: 27px;
			left: 60px;
		}
	
	aside {
		width: 270px;
		float: left;
		margin: 0 0 20px 0;
	}
	
		aside nav ul li {
			margin: 4px 0 0 0;
			padding: 2px 0 6px 0;
			line-height: 12px;
			border-bottom: 1px solid #EFEFEF;
		}
		
			aside nav ul li a {
				text-decoration: none;
				font-size: 13px;
				line-height: 12px;
			}
			aside nav ul li a:hover {
				text-decoration: underline;
			}
			aside nav ul li a.active {
				color: #03648a;
			}
			
				aside nav ul ul {
					margin: 10px 0 0 0;
					border: none;				
				}			
					aside nav ul ul li {
						padding: 1px 0 5px 0;
						margin-left: 20px;
						border-bottom: none;
					}
					
						aside nav ul ul li a {
							font-size: 12px;
						}
	
	footer {
		border-top: 1px solid #D4D4D4;
		padding: 10px 0 40px 0;		
	}
	
		footer p {
			text-align: right;
		}
	
		#pagination {
			border-bottom: 1px solid #D4D4D4;
			padding: 0 0 8px 0;
			margin: 0 0 20px 0;
			font-size: 18px;
			position: relative;
		}
		
			
			#pagination a {
				text-align: left;
				display: block;
				height: 19px;
				width: 66px;
				background-image: url(../img/layout/pagination.gif);
				background-repeat: no-repeat;								
			}
			
			#pagination #next {
				float: right;
				text-indent: -19000px;
			}
			
			#pagination #next:hover {
				background-position: 0 -19px;				
			}
			
			#pagination #back {
				background-position: 0 -38px;
				margin-left: 283px;
				display: inline;
				float: left;
				text-indent: -19000px;
			}
			
			#pagination #back:hover {
				background-position: 0 -57px;
			}
			
			#pagination #print_page {
				position: absolute;
				left: 0;
				height: auto;
				width: auto;
				font-size: 12px;;
				float: left;
				padding: 0 0 0 35px;
				background: url(../img/layout/print_page.gif) center left no-repeat;
			}
	
#chairmans_message {
	margin: 0 0 30px 0;
}
