body {
	background-color:#bef;
	font-family: Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height:1.3em;
	padding-bottom: 1em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size:0.8em;
}
p {
	line-height:1.3;
	padding-bottom: 1em;
	text-align: justify;
}
a:link {
	text-decoration:none;
	color:#00F;
}
a:visited {
	text-decoration:none;
	color:#00F;
}
a:hover {
	background:#00F;
	color:#FFF;
}
table{
	border:1px solid #000;
}
td {
	border:1px solid #000;
	text-align:center;
	padding:5px;
}
ul{
	list-style: inside;
	list-style-type:disc;
	padding-left:20px;
	padding-bottom:10px;
}
li {
	line-height:1.3;
}
#wrapper {
	margin:1em 3%;
}
#header {
	background:#0FF;
}
#logo {
	float:right;
	padding-bottom:1em;
}
#headerText {
	float:left;
	font:italic bold 3em Georgia, "Times New Roman", Times, serif;
	color:#ff0;
	text-shadow:#000 3px 3px 3px;
	text-align:center;
	padding-bottom:0.5em;
	padding-top:0.5em;
}
#contentWrapper {
	background:#bef;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}
#sidebar {
	background:#95FF95;
	float:right;
	width:300px;
	padding:10px;
}
#content {
	background:#ffff69;
	margin-right:350px;
	padding:10px;
}
#content #childPictures {
	float: right;
	width:200px;
	padding-top:0.4em;
	padding-left:1em;
}
#content td {
	padding:10px 10px 0 0;
}
#signature {
	background:#ffff69;
}
#sidebar, #content {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#footer {
	clear:both;
	float:left;
	background: #0bF;
	width:100%;
}
#bcwd{
	float:left;
	padding:10px;
}
#copy{
	padding-top:30px;
	padding-left:300px;
	color:#ffff69;
	font-weight:bold;
}
#copy a{
	color:#ffff69;
}
#formMail label {
	width: 5em;
	display: inline-block;
}
#formMail input {
	width: 28em;
}
#formMail textarea {
	vertical-align:top;
}
#formMail #submit {
	width: 5em;
}
.dates {
	word-spacing: 10px;
}
.floatLeft {
	float:left;
	padding-top:0.5em;
	padding-right:0.5em;
}
.floatRight {
	float:right;
	padding-top:0.5em;
	padding-left:0.5em;
}
.clearFloat {
	clear:both;
}

