
body {
	font: medium arial, helvetica, sans-serif;
	}
div#Container {
	width: 800px;
	margin: auto;
	}
div#Container div#Header ul#MainLinkMenu {
	list-style: none;
	margin: 1em 0;
	padding: .1em 0;
	border-bottom: 2px solid #000;
	text-align: center;
	}	
div#Container div#Header ul#MainLinkMenu li {
	display: inline;
	margin: 0 .3em;
	padding: 0;
	}	
div#Container div#Header ul#MainLinkMenu li a {
	text-decoration: none;
	font-size: 13px;
	}
div#Container div#Header ul#MainLinkMenu li a:hover {
	text-decoration: underline;
	}
div#MainContentArea p {
	text-align: justify;
	}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #000;
	padding-bottom: 1em;
	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	}
div#Footer {
	clear: both;
	}
div#Footer p {
	text-align: center;
	font-size: small;
	font-weight: bold;
	border-top: 2px solid #000;
	margin-top: 1em;
	padding-top: 1em;
	}
ul#OpportunityList, ul.bullet1 {
	list-style-image: url(/candledim/bullet1.jpg);
	}
ul#OpportunityList li, ul.bullet1 li {
	margin: .5em 0;
	padding-left: .5em;
	}
div.staff {
	margin-bottom: 2em;
	clear: both;
	}
a img {
	border: none;
	}
	
.small {
	font-size: small;
	}
.xsmall {
	font-size: x-small;
	}
.xxsmall {
	font-size: xx-small;
	}
.medium {
	font-size: medium;
	}
.large {
	font-size: large;
	}
.xlarge {
	font-size: x-large;
	}
.xxlarge {
	font-size: xx-large;
	}
.center {
	text-align: center !important;
	}
.alignleft {
	text-align: left !important;
	}
.alignright {
	text-align: right !important;
	}
.bold {
	font-weight: bold;
	}
.floatleft {
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	}
.floatright {
	float: right;
	margin-left: .5em;
	margin-bottom: .5em;
	}
.clearboth {
	clear: both;
	}	
