body {
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 12px;
}

a {
	
	text-decoration: underline;
	color: inherit;

}

a:hover {
	font-weight: bold;
}

#frame {

	background-color: white;
	border-color: white;
	border-style: solid;
	border-width: 20px 20px 20px 20px;
	margin-top: 20px;
	width: 900px;
		
}

#top {
	
	background-image: url(gfx/header.jpg);
	width: 900px;
	height: 234px;	
	
	font-weight: bold;
}

#top_title {
	padding: 10px 10px 10px 10px;
	font-size: 26px;
	text-align: left;
	background-color: white;
	float: left;
}

#top .fill {
	width: 900px;
	height: 175px;	
}

#top_subtitle {
	
	/*color: #f2d3a7;*/
	font-size: 36px;
	text-align: right;
	padding: 10px 10px 10px 10px;
	background-color: white;
	float: right;
	
}

#content {

	width: 900px;
	
}

#content h1 {
	font-size: 20px;
	font-weight: bold;	
}

#content h1 small {
	font-size: 12px;
	font-weight: normal;	
}

#content h2 {
	font-size: 12px;	
	font-weight: bold;	
}

.imageBlock {
	margin: 15px 0px 15px 0px;
}

.imageBlock div {
	text-align: center;
}

.imageBlock p {
	margin: 2px 0px 0px 0px;
	text-align: right;
}

.imageBlock img {	
	border-style: none;
	display: inline;
}

img {
	border-style: none;
	display: inline;
}


