BODY {
	/** added for NS 4 **/
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #777777;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: normal;
	margin-top: 0;

}

body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	margin-bottom: 100px;
	/* padding-bottom: 2000px; */
}

div#body {
	width: 800px;
	background-color:white;
	margin:0;
	padding:0;

}

div#page-content {
	background-color: white;
	margin: 0 0 0 236px;
	padding: 6px;
	text-align: left;
}

p
{
	margin-top: 5px;
	margin-bottom: 15px;
}


H1 {
	background-image: url(../images/cfoster-top-left.jpg);
	background-position: 0 0;
	background-color: #fafafa;
	background-repeat: no-repeat;
	height: 61px;
	font-size: 15pt;
	letter-spacing: 3pt;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 10px;
	vertical-align: middle;
	margin-top: 0;
	text-align: right;
}

div#breadcrumbs {
	font-size: 11px;
	text-align: right;
}

div#menu {
	background-color: white;
	padding-left: 234px;
	padding-bottom: 40px;
}
div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 566px;
	float: left;
}
div#menu ul li {
	display: inline;
	float: left;
	vertical-align: top;
}
div#menu ul li a {
	display: block;
	background-color: #fafafa;
	background-image: url(../images/menu-button.jpg);
	padding: 8px;
	text-transform: uppercase;
	color: #555555;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid white;
}
div#menu ul li a:hover, div#menu ul li a.selected {
	background-color: #000055;
	background-image: url(../images/menu-button-hover.jpg);
	text-decoration: none;
	color: black;
	cursor: pointer;
}

div#extra-menu {
	background-image: url(../images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	float: left;
	width: 234px;
	min-height: 460px;
	background-color: #EEEEEE;
	padding-bottom: 0;
	margin-bottom: 0;
}

div#extra-menu ul {
	list-style-type: none;
	background-color: transparent;
	padding: 0;
	margin-left: 0;
	margin-top: 30px;
}
div#extra-menu ul li {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1em;
	padding: 6px 0 7px 0;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
div#extra-menu ul li.back {
	margin-bottom: 10px;
}

div#extra-menu ul li a:hover {
	text-decoration: none;
	color: #4477AA;
}

hr {
	display: block;
	background-color: #f0f0f0;
	color: #f0f0f0;
	width: 50px;
	text-align: left;
	margin-left: 244px;

}

H2 {
	font-size: 16px;
	font-family: 'Trebuchet MS', sans-serif;
}

/*
INPUT, SELECT, TEXTAREA {
	background-color: #EEEEEE;
}
*/
A {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}

A IMG {
	border: 0px;
}

ul.listing {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 8px;
}
ul.listing li {
	margin-bottom: 3px;
}

.subtle {
	font-size: 10px;
}


/** round box **/
div.round-box, div.round-box-wide {
	width: 279px;
	float:right;
	margin-bottom: 5px;
}
div.round-box h2, div.round-box-wide h2 {
	font-size: 11px;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 2px;
}
div.round-box p, div.round-box-wide p {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 10px;
}

div.round-box div.note, div.round-box-wide div.note {
	float: right;
	font-size: 9px;
	color: #dddddd;
	margin-top: 8px;
	margin-right: 0;
	padding-right: 8px;
}

div.round-box div.content div.note, div.round-box-wide div.content div.note {
	margin-top: 5px;
	padding-right: 0;
}
div.round-box div.header, div.round-box-wide div.header {
	background-image: url(../images/rounded-box-top.gif);
	background-repeat: no-repeat;

	font-family: Verdana,'Trebuchet MS',sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;

	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
}
div.round-box div.content, div.round-box-wide div.content{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 6px;
}
div.round-box div.footer, div.round-box-wide div.footer {
	background-image: url(../images/rounded-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 279px;
	height: 5px;
	display: block;
}

/** end of round box **/

/** round box wide **/
div.round-box-wide {
	width: 546px;
}

div.round-box-wide div.header {
	background-image: url(../images/rounded-box-top-wide.gif);
}
div.round-box-wide div.footer {
	background-image: url(../images/rounded-box-bottom-wide.gif);
	width: 546px;
	height: 6px;
}
/** end of round box wide **/

div#footer {
	clear: both;
	width: 800px;
	margin-top: 20px;
	padding-top: 0;
	border: 0px;
	border-top: 2px solid #CCCCCC;
	vertical-align: middle;
	background-color: #EEEEEE;
	float:right;

	margin-bottom: 10px;
}
div#footer .copyright {
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
	float:left;
	color: #c0c0c0;
}
div#footer .copyright a {
	color: #c0c0c0;
}
div#footer .middle {
	padding: 4px;
	margin-left: 30px;
	float:left;
	font-size: x-small;
	color: #a0a0a0;
}

div#footer div.links {
	text-align: right;
	padding: 4px;
	font-size: 9px;
}
div#footer div.links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#footer div.links ul li {
	display: inline;
	border-right: 1px solid #999999;
	margin-left: 4px;
	padding-right: 4px;
}
div#footer div.links ul li.last {
	border-right: 0;
}
