﻿body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ECE5B6; /*Lemon Chiffon 2*/;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 50%;
}
/*=================== styles for top banner ========================*/
#banner {
	background-position: center;
	border-bottom: 2px solid #A79780;
	padding: 5px;
	background-color: #ffffff;
	background-image: url('images/your-site-banner2.gif');
	height:
	background-repeat: no-repeat;
	color: #000000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#banner li{
	display:inline;
	list-style-type: center;
	padding: 10px;
	font-size: .6em;
	
}	
/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	color: #827B60;
	border-top: 3px solid #A79780;
	border-bottom: 5px solid #FFFFFF;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*==============all site links==============*/

a:link {
	font-weight: normal;
	color: #000099;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: normal;
	color: #000099;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	text-decoration : none;
        background: #cccccc;
        color: #000099;
        }
a:active {
	font-weight: normal;
	text-decoration : underline;
	color: #990000;
        background: transparent;
	}
/*====================== styles for main content area =========================*/
#content {
	margin-left: 200px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/pink-bullet-bg.gif');
	margin: 5px;
	padding: 5px;
}
#content li li {
	list-style-image: url('images/pink-bullet-sm.gif');
	padding: 5px 0;
}

/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	color: #000;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 2px solid #A79780;
	float: left;
	background-color: #ffffff;
	width: 140px;
}
#leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
}
#leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 80%;
	font-weight: normal;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #A79780;
	clear: both;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}
#footer p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #ffffff;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #463E41;
	background-color: #ffffff;
}
h1 {
	font-size: 1.5em;
	background: #ECE5B6;
}
h2 {
	font-size: 1.2em;
        background: #ECE5B6;
}
h3 {
	font-size: .9em;
	background: #ECE5B6;
}
h4 {
	font-size: .7em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.imglft {
	float: left;
	padding: 7px;
}


