@charset "utf-8";
body  {
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS", Arial, Helvetica, cursive;
	font-size: 1em;
	background-color: #FFF;
	background-image: url(images/back.png);
	background-repeat: repeat;
}
#container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: medium double #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FED6D6;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background: #FED6D6;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 10px;
} 
#sidebar1 {
	float: left; /* 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: #FED6D6;
	padding-top: 0px;
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border: medium groove #F5D99E;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 50px;
	padding-left: 50px;
	margin-bottom: 50px;
}

#mainContent {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	margin-right: 25px;
	text-align: center;
	font-family: "Comic Sans MS", Arial, Helvetica, cursive;
	font-size: 1em;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FED6D6;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
#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;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
#table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
}

#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	text-transform: lowercase;
	font-weight: bold;
	background-color: #FED6D6;
}

ul#navlist
{
	text-align: left;
	list-style: none;
}

ul#navlist li
{
	display: block;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #000;
	text-decoration: none;
	background: #f7f2ea;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF8080;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #F00;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	color: #F00;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #F00;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

.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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.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;
}
.logo {
	text-align: center;
}
#mainContent h1 {
	text-align: center;
	font-family: "Comic Sans MS", Arial, Helvetica, cursive;
	font-size: 2em;
	color: #F36;
}
#mainContent h2 {
	text-align: center;
	font-size: 1.25em;
	font-family: "Comic Sans MS", Arial, Helvetica, cursive;
	font-weight: bold;
	color: #000;
}
#mainContent table {
	font-size: 0.85em;
	text-align: left;
}
#mainContent h3 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	color: #F00;
}
#mainContent h4 {
	font-size: x-small;
	font-weight: lighter;
	text-align: right;
}
#mainContent h5 {
	font-style: normal;
	font-size: medium;
	font-weight: bolder;
	text-align: center;
	float: none;
	clear: both;
	color: #F00;
}
#mainContent note {
	font-size: x-small;
}
#navlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #F00;
	float: right;
	margin: 20px;
	font-weight: normal;
	text-decoration: none;
}
#navlinks a {
	color: #F00;
	text-decoration: none;
}
#mainContent a {
	color: #F00;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
}
#mainContent a:hover {
	font-style: italic;
}
#mainContent .imgtable {
	text-align: center;
}

