body {
	margin : 10px;
	width : 950px;
	font-family : 'Arial', 'Helvetica', sans-serif;
	text-align : justify;
}

div.headout {
	position: relative;
	left : 50px;
	height : 200px;
	width : 900px;
}

div.headin {
	position : relative;
	top : 55px;
}
	
div.pane {
	position : relative;
	top : 10px;
}

div.nav, div.footer {
	text-align : center;
	border-top : black solid 1px;
	border-bottom : black solid 1px;
}

div.content {
	padding-left : 25px;
	padding-right : 25px;
}

h1 {
	text-align : center;
}

img.left {
	float : left;
}

a:link, a:visited {
	color : #00c000;
}

a:active, a:hover {
	color : red;
	background-color : #c0c0c0;
}

span.nav {
	padding-left : 20px;
	padding-right : 20px;
	font-weight : bold;
}

a.nav:link, a.nav:visited, a.footer:link, a.footer:visited {
	padding-left : 20px;
	padding-right : 20px;
/*	padding-bottom : 2px; */
	color : black;
	text-decoration : none;
}

a.nav:active, a.nav:hover, a.footer:active, a.footer:hover {
	color : red;
	background-color : #c0c0c0;
}

p.vclear {
	margin : 0;
}

div.strongpoint {
	text-align : center;
	margin-bottom : 1em;
	padding-left : 15%;
	padding-right : 15%;
}

div.strongpoint p {
	font-size : 2em;
	font-weight : bold;
	margin-bottom : 0;
}

div.strongpoint p.credit {
	font-weight : normal;
	font-style : italic;
	font-size : 0.8em;
}
