/*---fonts, body color, general apperance---*/
body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	text-align: justify;
	color: #663333;
}
body {
	background-image: url(graphics/yellow_weave.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
	font-variant: small-caps;
}
h3:first-line {
	text-decoration: line-through;
}
.sweepl {
	float: left;
}
.sweepr {
	float: right;
}
.leftpad {
	float: left;
	padding: 3px;
	text-align: justify;
	border: #663300 2px solid;
	margin: 8px;
}
.rightpad {
	float: right;
	padding: 3px;
	text-align: justify;
	border: #663300 2px solid;
	margin: 8px;
}
.clear {
	clear: both;
}
.cleft {
	clear: left;
}
.cright {
	clear: right;
}
ctrial {
	clear: inherit;
}
.bold {
	font-weight: bold;
}
.fhf {
	font-size: 9px;
}
.peds {
	font-size: 10px;
	font-style: italic;
}
/*---layout divs---*/
#container {
	width: 850px;
	position: relative;
	margin-left: -425px;
	left: 50%;
	background-color: #FFFFCC;
}
#banner {
	float: left;
	width: 850px;
	height: 172px;
	background: #FFFFCC url(graphics/circletbanner.gif) no-repeat center; 
}
#navigation {
	float: left;
	display: inline;
	width: 850px;
	color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	background-image: url(graphics/divider02.jpg);
}
#body {
	float: left;
	display: inline;
	width: 820px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFFFCC;
}
#end {
	float: left;
	display: inline;
	text-align: right;
	font-size: 9px;
	width: 850px;
	height: 10px;
}
#babypics {
	width: 220px;
	height: 200px;
	overflow: auto;
	text-align: center;
}
/*---links----*/
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC9966;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #663300;
}
a.menu:link {
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFCC;
}
a.menu:hover {
	text-decoration: none;
	font-size: 16px;
	color: #CC9966;
}
a.fhf:active {
	text-decoration: none;
	color: #FFFFCC;
}
a.fhf:link {
	color: #000066;
	font-weight: 200;
	text-decoration: none;
}
a.fhf:visited {
	text-decoration: none;
	color: #000066;
}
a.fhf:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.fhf:active {
	text-decoration: none;
	color: #CC9966;
}
