@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #855C33;
	background-color: #E7E4D1;
}
#mainContent h2 {
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
}
#mainContent h1 {
	font-size: x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #630;
	margin-top: 15px;
}

#container  {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: medium none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CDCAA9;
} 
#header  {

} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	padding: 5px;
	background-color: #CDCAA9;
}
#container #footer p {
	font-size: small;
	font-style: italic;
	color: #630;
}

#sidebar2 .box {
	background-color: #CDCAA9;
	width: 215px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: circle;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 5px;
	bottom: 5px;
}

#sidebar2  {
	float: right; /* padding keeps the content of the div away from the edges */
	background-color: #CDCAA9;
	font-size: small;
	margin: 0px;
	width: 225px;
	padding: 5px;
	list-style-type: circle;
}
#mainContent  {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	width: 460px;
	background-color: #E7E4D1;
	background-image: url(image/back1top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.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;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.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;
}
#navbar {
	font-size: small;
	color: #000;
	background-color: #E9E7D8;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	border-bottom-style: double;
	border-top-color: #CDCAA9;
	border-right-color: #CDCAA9;
	border-bottom-color: #CDCAA9;
	border-left-color: #CDCAA9;
	font-style: normal;
}
#lsidenav {
	font-size: small;
	background-color: #CDCAA9;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	list-style-type: circle;
}
#lsidenav ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: circle;
	font-size: small;
}
#lsidenav ul li {
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
#lsidenav ul li a {
	color: #630;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	list-style-type: circle;
}
#lsidenav ul li a:hover {
	color: #808040;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	list-style-type: circle;
}


#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
}
#navbar ul li a {
	color: #963;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#navbar ul li a:hover {
	color: #930;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#footer {
	font-size: small;
	color: #000;
	background-color: #E9E7D8;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #E7E4D1;
	border-right-color: #E7E4D1;
	border-bottom-color: #E7E4D1;
	border-left-color: #E7E4D1;
}
#mainContent p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	line-height: 17px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li a {
	color: #963;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#footer ul li a:hover {
	color: #930;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#mainContent dl dt {
	font-size: small;
	font-weight: normal;
	width: 80%;
}
#mainContent dl {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}
#mainContent ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainContent dl dd {
	font-size: small;
}
#mainContent ul {
	font-size: small;
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent table {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	font-size: small;
	padding-bottom: 10px;
}
#mainContent table tr {
}
#mainContent table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar2 .box ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
