a:link { color: black; text-decoration: none; border-bottom: 1px dotted black; }
a:visited { color: black; text-decoration: none; border-bottom: 1px dotted black; }
a:hover { color: black; text-decoration: none; border-bottom: 1px solid black; }
a:active { color: black; text-decoration: none; border-bottom: 1px solid black; } 
a:focus { color: black; text-decoration: none; border-bottom: 1px solid black; } 

#nav ul li a:link { color: black; text-decoration: none; border: 0; }
#nav ul li a:visited { color: black; text-decoration: none; border: 0; }
#nav ul li a:hover { color: black; text-decoration: underline; border: 0; }
#nav ul li a:active { color: black; text-decoration: underline; border: 0; }
#nav ul li a:focus { color: black; text-decoration: underline; border: 0; }

body {
	text-align: center;
	font-family: Arial;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 920px;
}

#nav {
	color: black;
	height: 1.5em;
	border-bottom: 1px dotted;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin-left: 10px;
}

#nav ul li {
	display: inline;
	margin-right: 10px;
	padding: 2px;
}

#header {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: white url('header.png') no-repeat;
	height: 200px;
	left: -10px;
	width: 940px;
	position: relative;	
	margin-bottom: 10px;
}

#header h1 {
	position: relative;
	top: 140px;
	text-align: center;
	font-size: 2.5em;
	color: #00334c; /*#2e4b5c;*/
}

#content {
	margin: 10px 0;
}

p {
	padding: 0 20px;
	line-height: 1.5em;
	border: none;
	margin: 0;
}

h1 {
	font-family: Arial;
	font-size: 1.5em;
	padding-left: 20px;
}

h2 {
	font-family: Arial;
	font-size: 1.2em;
	padding-left: 20px;
	clear: both;
}

img.article {
	float: left;
	padding: 0 20px;
}

tr.bottomborder td, tr.bottomborder th {
	border-bottom: 1pt solid black;
}

tr.bottommargin td {
	padding-bottom: 20px;
}

tr.topmargin td {
	padding-top: 20px;
}

td {
	vertical-align: top;
}

#footer {
	clear: both;
	font-size: 0.8em;
	margin-top: 10px;
	border-top: 1px solid black;
	padding: 5px;
}