/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family:Garamond, serif;
}
#content {
	padding: 1em 7em 1em 7em;
}
#content h1 {
	font: Garamond, serif;
	font-size:140%;
	color: #000000;
	}
#content h2 {
	font: Garamond, serif;
	font-size:130%;
	color: #000000;
	}
#content h3 {
	font: Garamond, serif 115%;
	color: #000000;
	}
#content h3.indent {
	font: Garamond, serif;
	font-size:115%;
	color: #000000;
	margin-left: 4em;
	}
#content p {
	font: Garamond, serif;
	font-size:110%;
	color: #000000;
	}
#content p.indent {
	font: Garamond, serif;
	font-size:110%;
	color: #000000;
	margin-left: 5em;
	}
#content td {
	font: Garamond, serif;
	font-size: 110%;
	color: #000000;
	margin-top: -3px;
	}
#content ul {
	font: Garamond, serif;
	font-size: 100%;
	color: #000000;
	margin-left: 1em;
	}
#content li {
	font: Garamond, serif;
	font-size: 100%;
	color: #000000;
	margin-left: 1em;
	}
#content a:link, #content a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
#content a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#content p.small {
	font-size: 70%;
	line-height: 1.6em; 
	padding-left: 1.2em;
	color: #000000;
	}
#content hr {
	border: none;
	background-color:#000000;
	color: #000000;
	height:1px;
	width:100%
	}
	/* jobs table */
#content table.jobs {
	border:1px solid #000000;
	border-collapse:collapse;
}
#content td.jobs {
	border:1px solid #000000;
	font: Garamond, serif;
	color:#000000;
	font-size: 120%;
	background-color:#FFFFFF;
	margin-top: -3px;
	}
#content a:link.jobs {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
#content a:visited.jobs {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
#content a:hover.jobs {
	color: #000000;
	background-color: #FFFFFF;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.leftimg {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
	}