@charset "iso-8859-1";
body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size:small;
	margin: 0;
	padding: 0;
	background-color: #000000; /*black*/;
	color: #000000; /*black*/
}
/*===============indicates no border around any image ============*/
body img {
	border: 2px;
	text-decoration: none;
}
/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 20px;
	background-color: #ffffff;
	width: 90%;
/* =================== Header ===========================================*/	
}#header {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #ffffff;
	width: 100%;
}

/*=================== styles for top banner ========================*/

/* sets style for page banner */

#logoback {
	float: left;
	margin : 0px 0px 0px 0px;
	vertical-align : top;
	width:100%;
	background-image: url('../images/logoback.gif');
	background-repeat: repeat;
	top:0px;
}

/*styles search button color*/

.search {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: center;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #b484da;
	border-bottom: 2px solid #b484da;
}
#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 {
	color:#b484da;
	text-decoration:none;
}
a:hover {
	color:#fff000;
	text-decoration:none;
}
a:active {
	font-weight: bold;
	text-decoration : none;
	background: #BFDFE2;
	color: #fff000;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	border-right:2px solid #7534aa;
	border-top:2px solid #7534aa;
	border-bottom:2px solid #7534aa;
	color:#444;
	display:block;
	font-size:small;
	font-style:normal; 
	text-align:center;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
/*====================== styles for main area =========================*/
#main {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 100%
}
#main hr {
	color:#b484da;
}
/*====================== styles for main content area =========================*/
#content {
	margin-right: 20%;
	margin-left: 20%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#content table {
	border: 1px solid #b484da;
	width: 80%;
}



/*===========content area list items==============*/
#content ul li {
	list-style-image: url('../images/petalcraft bullet.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('../images/petalcraft bullet.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
/* leftmenu */
#leftmenu {
	float:left;
	width:18%;
	font-size:medium;
	color: #b484da;
	
}
#leftmenu h1 {
	border-bottom:2px solid #7534aa;
	color:#444;
	font-size:100%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#leftmenu input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#leftmenu p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:80%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#leftmenu p a.more {
	display:block;
	text-align:right;
}
#leftmenu ul {
	margin:1px;
	font-size:80%;
	text-align:left;
}
#leftmenu ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:2px 2px;
}
#leftmenu ul li a {
	color:#7534aa;
	display:block;
	font-family:Geneva;
	padding:2px;
	text-decoration:none;
}
#leftmenu ul li a:hover {
	color:#fff000;
}


/* *****************************************************
Navigation Bar - Right hand side 
**************************************************** */
#rightmenu {
	color: #000;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: 2px solid #b484da;
	float: right;
	background-color: #ffffff;
	width:18%;
}
#rightmenu .header{background-color:black;
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 7px 0 7px 10px; /*31px is left indentation of header text*/}
	
#rightmenu p {
	font-size: 80%;
}
#rightmenu a:hover {
	color:#fff000;
}
/*============== Styles for footer ===================*/
#footer {
	border-top: 2px solid #b484da;
	clear: both;
	padding: 5px;
	background-color: rgb(255, 255, 255);
	text-align: center;
	font-size:small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== general styles =================*/

hr {
	color: #B484DA;
}

/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #b484da; /*puce*/;
	background-color: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.5em;
	background-color: #FFFFFF;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.right {
	float: right;
	padding: 5px;
}
.left {
	float: left;
	padding: 5px;
}
.banner {
	float: left;
	padding: 0px;
}
.middle {
	float:   none;
	padding: 10px;
}	
.smtxt {
	font-size:small;
}

