@charset "UTF-8";
/* CSS Document */
* {margin: 0;
padding: 0;
}
.img {
	border: 1px solid #000000;
}
.imgborder {
	border: 1px solid #000000;
}

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 11px;
	line-height: 150%;
	background-color: #f9ad88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
fieldset {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #666666;
}
#container {
	width: 765px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background: #d1bbb1;
	height: 165px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#nav {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FF3333;
	width: 100%;
	height: 22px;
	}
#ulNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 765px;
	bottom: 0px;
}
#ulNav li {
	display: inline;
	float: left;
}
#ulNav a:link, #ulNav a:visited, #ulNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 200%;
	float: left;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-color: #ff3333;
}
#ulNav a:hover, #ulNav a.current:link, #ulNav a.current:visited {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d1bbb1;
	;
	}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	padding-top: 60px;
	padding-right: 70px;
	padding-bottom: 40px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom:40px;
	padding-left: 70px;
	background-color: #FFFFFF;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #ff3333;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#copyright p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}
#copyright {
	width: 758px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f9ad88;
}
	.webwright a:link, .webwright a:visited, .wright a:active, .webwright a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #C32626;
	text-decoration: underline;
}
a:hover {
	color: #C32626;
	text-decoration: none;
	}
	ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-size: 14px;
	color: #72B3A8;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bolder;
	color: #72B3A8;
}
#tdBook {
	padding-left: 30px;
}
#tdToby {
	width: 50%;
}
h3 {
	font-size: 9px;
	color: #72B3A8;;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.fltlft {
	float: left;
	text-align: center;
	width: 195px;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
	margin-bottom: 23px;
}
.fltrt {
	float: right;
	margin-bottom: 23px;
	margin-left: 19px;
	width: 195px;
	text-align: center;
	height: 170px;
	border: 1px solid #666666;
	padding-top: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainPhoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 80px;
	padding-bottom:40px;
	padding-left: 80px;
	background-color: #FFFFFF;
}
#contact_pg {
	padding-right: 105px;
	padding-left: 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#dyslexia {
	vertical-align: top;
	width: 100%;
}
.fltrt_nf {
	float: right;
	border: 1px solid #000000;
}
