@charset "UTF-8";
/* CSS Document */

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;
	background-color: #E6E9CF;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5 { 
	margin: 0px;
	padding: 0;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bkgdcont.jpg);
	background-repeat: repeat-y;
} 

#header {
	padding: 0 0px 0 0px;  /* 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. */
	background-color: #FFFFFF;

}
#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 */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	background-color: #C1D1A8;
	height: 25px;
	text-align: center;
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
} 

#nav a:link, #nav a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #80592B;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #C9843B;
	font-weight: bold;
}
#nav ul {
	text-align: center;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 138px; /* padding keeps the content of the div away from the edges */
	background-color: #C9843B;
	margin: 0px;
	padding: 0;
}
#sidebar h3 {
	padding-left: 6px;
	padding-bottom: 0px;
	padding-top: 4px;
	padding-right: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
}
#sidebar p {
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
#sidebar2 {
	color: #FFFFFF;
	background-color: #EDB46A;
	margin: 0px;
	padding: 0px;
}

#sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#sidebar3 a:link, #sidebar3 a:visited, #sidebar3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#sidebar4 {
	color: #FFFFFF;
	background-color: #EDB46A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#sidebar4 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	color: #C9843B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#sidebar5 {
	color: #FFFFFF;
	background-color: #C9843B;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#sidebar5 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 138px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#mainContentimg{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 230px;
}
#maintext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 110%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
#maintext {
	width: 640px;
	padding: 0px;
	height: 300px;
	margin-top: 230px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maintext li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #333333;
}


#maintext p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 100%;
	font-style: italic;
	color: #A86337;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
 
#maintext2 {
	float: right; /* since this element is floated, a width must be given */
	width: 410px; /* padding keeps the content of the div away from the edges */
	height: 550px;
	overflow: auto;
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
 }
#maintext2 a {
	color: #333333;
	text-decoration: underline;
}
 
#maintext2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 110%;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #666666;
}
#maintext2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #333333;
}
#maintext2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#footer {
	height: 25px;
	background-color: #668763;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.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: 0px;
	line-height: 0px;
}
.style6 {color: #663300
}
.brown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 90%;
	font-style: italic;
	color: #663300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #663300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.floatrt {
	float: right;
}
#mainimg img {
	float: right;
}
