@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #669999;
}
#containerBack  {
	margin: 0 auto;
	background-color: #669999;
} 
#containerRight  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/leftEdge.png) repeat-y;
	position: relative;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#containerLeft  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/rightEdge.png) repeat-y 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#container  {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
} 
#header  {
	height: 165px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#sidebar1  {
	float: none; /* since this element is floated, a width must be given */
	width: auto; /* 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: #B27744 url(images/brownTexture.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 30px;
	text-align: center;
	border: thin solid #774F2D;
}
#sidebar1 img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #000000;
	text-decoration: none;
}
#sidebar1 ul {
	font-family: "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", Verdana;
	font-size: small;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#sidebar1 li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
}
.handwriting {
	font-family: "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", Verdana;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#mainContent  {
	text-align: left;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 15px;
	background-image: url(images/horizontalrule.png);
} 
#mainContent img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent a {
	color: #663300;
	text-decoration: none;
}
#mainContent a:hover {
	color: #698E8B;
	text-decoration: none;
}
#mainContent  h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#996633 url(images/topShadowPlain.png) repeat-x;
	margin-top: 0px;
	height: 30px;
} 
#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 */
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
#footer ul {
	font-family: "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", Verdana;
	font-size: x-small;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
}
#copyright {
	font-family: "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", Verdana;
	font-size: x-small;
	color: #000000;
	background-image: url(images/topShadowPlain.png);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
	background-color: #9ed4d1;
	height: 50px;
}
#footer2 {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#698E8B url(images/topShadowPlain.png) repeat-x;
	margin-top: 0px;
	height: 30px;
}
#footer2 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 */
}
#footer2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer2 a:hover {
	color: #000000;
	text-decoration: none;
}
#footer2 ul {
	font-family: "Lucida Handwriting", "Bradley Hand ITC TT-Bold", "Lucida Calligraphy", Verdana;
	font-size: x-small;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
#footer2 li {
	list-style-type: none;
	display: inline;
	padding-right: 25px;
}
#mediaBottom {
	background-color: #669999;
	background-image: url(images/topShadowPlain.png);
	background-repeat: repeat-x;
	height: 300px;
}

