	/* CSS Document */

body {
	background-color:  #FFFFFF;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
}



div#topleft {

	position:absolute; 
	top:15px; 
	left: 58px;
	height: 250px;
}

div#topright {
	position: absolute;
	top: 15px;
	left: 260px;
	width: 380px;
	height: 70px;
}	
div#topright2 {
	position: absolute;
	top: 105px;
	left: 260px;
	width: 380px;
	height: 58px;
	white-space: nowrap;
 
}

div#main {
	position: absolute;
	left: 387px;
	width: 535px;
	top: 165px;
	font-size:18px;
}


div#menu {
	position:absolute;
	left: 50px;
	top: 260px;
	width: 240px;
	font-weight: bold;
	
}

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 6;
	width: 230px;
}

.buttonmenu li a{
	color: #39338B;
	display: block;
	width: 100%;
	padding: 2px 2px;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 3px;
	border: 3px outset #EAAE40;
	
	/* my 1st version border-bottom: 4px solid;
	border-color: white; */
	/*border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0;   light dark dark light*/
	
	background-color: #B790C2;

}

/* #39338B = dark blue,  #EAAE40 = gold, B790C2=lavender */

.buttonmenu li a:visited{
	color: #39338B;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: white;
	background-color: #39338B;
}


div#menu 	p {
	line-height: 85%;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
	line-height: 16px;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #0000CE;
	font-weight: bolder;
	line-height: 40px;
	width: 380px;
	white-space: nowrap;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	line-height: 22px;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
