body {
	margin: 0;
	padding: 0;
	background-color: #F9F8F7;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

div#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 86px;
	margin: 10px auto 0 auto;
}

div#navs {
	background-image: url(images/navBar.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 31px;
	margin: 0 auto 0 auto;
	vertical-align: middle;
}

div#navs ul {
	text-align: left;
	list-style: none;
	padding: 5px;
	margin: 0px;
}

div#navs li {
	display: inline;
	font-size: 0.95em;
	font-weight: bold; 
}

div#navs a:link, div#navs a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/bullet-grey.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 18px;
	padding-left: 24px;
}

div#navs a:hover, div#navs a:active {
	text-decoration: none;
	color: #888888;
	background-image: url(images/bullet-yellow.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#navs a#inactive {
	background-image: url(images/bullet-yellow.gif);
	color: #888888;
}

div#content {
	margin: 0px auto 0 auto;
	width: 800px;
	color: black;
	background-color: white;
	line-height: 150%;
	overflow: auto;
}

div#content a:link, #content a:visited, #content a:hover, #content a:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

div#content div.text {
	padding: 20px;
	font-size: 1.0em;
}

div#content div.text p.title {
	padding: 0px;
	margin: 0px 0px 16px 0px;
	font-size: 1.25em;
	font-weight: bolder;
}

div#content div.text p.listItem {
	position:relative;
	left:24px;
	width:420px;
	margin: 0px 0px 16px 0px;
	text-indent:-24px;
}

div#content div.text span.standout {
	font-size: 1.175em;
	font-weight: bolder;
}

div#content div.text span.hilite {
	font-size: 1.125em;
	font-weight: bolder;
	font-style:italic;
	color:#ECC900;
}

<!-- Background Images: these elements add the image in the -->
<!-- lower right corner of the content area.                -->

.dummy {}

body#home div#content {
	background-image: url(images/home-image.jpg);
	background-repeat: no-repeat;
	background-position: 475px 218px;
}

body#contacts div#content {
	background-image: url(images/contacts-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

body#thanks div#content {
	background-image: url(images/thanks-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

body#home img#placeholder, body#thanks img#placeholder {
	margin: 0;
	padding: 0;
	float: right;
}

body#home img#jule {
	margin: 0px -20px 0px 20px;
	padding: 0px;
	float: right;
}

#callouts {
	float: right;
	padding: 10px;
	width: 200px;
	margin: 10px;
	border: none;
	height: 520px;
	overflow: auto;
}

body#home #callouts {
	margin: 10px 10px 10px 40px;
}

<!-- Callout Heights: by setting the value of these elements -->
<!-- the minimum height of the callout (and thus the content -->
<!-- area) is set.                                           -->

.dummy {}

div.callout p.quoteSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.075em;
	font-weight: bold;
	font-style:italic;
	color:#ECC900;
}

div.callout p.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.175em;
	font-weight: bold;
	font-style:italic;
	color:#ECC900;
}

div.callout p.author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 110%;
	color:#9E9C96;
}

div.callout p.spacer {
	font-size: 6px;
	height:	6px;
}

.more {
	padding: 0 0 5px 20px;
}

div#footer {
		background-image: url(images/footer.gif);
		background-position: center;
		background-repeat: no-repeat;
		width: 800px;
		height: 20px;
		margin: 10px auto 0 auto;
		text-align: center;
		font-weight: normal;
		vertical-align: middle;
		padding: 4px 0 0 0;
		color: #ECC900;
		font-size: 0.8em;
}

div#footer span.copyright {
		font-size: 0.75em;
}
