BODY {
	margin:0px;
	padding:0px;
	font-family: sans-serif;
}

H1.sectiontitle {
	margin:0px 50px;
	font-size: 1.8em;
}

H2 { 
	font-size: 1.2em;
	margin-bottom:5px;
	margin-top:0px;
}

H3 {
	font-size: 0.9em;
	margin-bottom:0px;
}

A {
	color: #6190bc;
	text-decoration: none;
}

A:hover {
	font-weight: bolder;
}

.section{
	margin:5px 50px 50px;
	padding-left:20px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
	color:black;
	background-color:#eeeeee;
	border:1px dashed black;
}

.header {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	font-size:3em;
	font-weight:bold;
	background: #c3d9ed;
	color: #6190bc;
	height: 1.4em;
	line-height: 125%;
}

a.headerlink {
	color: #6190bc;
}

a.headerlink:hover {
	color: #6190bc;
	text-decoration:none;
}

.navbox {
	border-bottom:1px solid black;
	border-top:1px solid black;
	background-color:#eeeeee;
	text-align: center;
	height: 1.8em;
	padding-top:5px;
	padding-bottom:5px;
	line-height: 175%;
}

.blurb {
	font-size:0.8em;
	color:#7c7c7c;
}

img {
	border: none;
}

td {
	padding-top:	5px;
	padding-left:	5px;
}


a.tooltip {
	position: relative;
	color: black;
	text-decoration:none;
	border-bottom:2px dotted #6190BC; 
	line-height: 130%;
}
a.tooltip:hover {
	text-decoration:none;
}
 
a.notooltip {
	color: black;
	line-height: 130%;
}
a.notooltip:hover {
	text-decoration:none;
}

a.tooltip span {display:none;}
a.tooltip:hover span {
	position: absolute;
	top: 5px;
	left: 30px;
	display: block;
	/*background: #fdd;*/
	background: #C3D9ED;
	/*border: 1px solid red;*/
	padding:3px;
	border:2px solid #6190BC; 
	color: black;
	width: 200px;
}

