BODY {
	/*background-image: url(./design/bgtulipcut.jpg); */
	background-position: bottom left;
	background-repeat:no-repeat; 
	z-index:1;
	}
BODY,TD,TH {
	font-family : georgia,verdana,arial, Helvetica, sans-serif;
	font-size : 100%;
	color: #320307;
	}

A.ownsite:Link {
	text-decoration: none;
	font-size: 90%;
	color:#BC02BE;
		
	}
A.ownsite:Visited {
	text-decoration: none;
	font-size: 90%;
	color: #F0A8E5;
	font-style: normal;
	}
A.ownsite:Hover {
	line-height: normal;
	text-decoration: none;
	font-size: 90%;
	color: #BC02BE;
	background-color : #FFE7F3;
	font-weight : normal;
	}
A.offsite:Link {
	text-decoration: none;
	font-size: 100%;
	color: #9932CC;
	}
A.offsite:Visited {
	text-decoration: none;
	font-size: 90%;
	color: #DDB1ED;
	}
A.offsite:Hover {
	text-decoration: none;
	font-size: 100%;
	color: #8F44CE;
	background-color : #EFEFFF;
	font-variant : normal;
	font-weight : normal;
	}
A.email:Link {
	text-decoration: none;
	font-size: 79%;
	color: #298CBD;
	}
A.email:Visited {
	text-decoration: none;
	font-size: 79%;
	color: #BBAFE1;
	}	
A.email:hover {
	text-decoration: none;
	font-size: 79%;
	color: #005600;
	background-color : transparent;
	font-variant : normal;
	font-weight : normal;
	text-decoration: none;
	}
A.emailfoot:Link {
	text-decoration: none;
	font-size: 75%;
	color: silver;
	}
A.emailfoot:Visited {
	text-decoration: none;
	font-size: 75%;
	color: silver;
	}	
A.emailfoot:hover {
	text-decoration: none;
	font-size: 75%;
	color: silver;
	background-color : transparent;
	font-variant : normal;
	font-weight : normal;
	text-decoration: none;
	}

H1, H2, H3, H4, H5, H6 {
	background-color: transparent ;
	}
HR {
	color: #a0a0e0;
	
	}
hr.shorthr {
	color: #a0a0e0;
	width: 300px;
	height: 2px;
	}

.footing {
	font-size:75%;
	color:#0000FF;
	text-align:center;
	}


.sidemenu {
	background: transparent url(./design/half_trans.png) repeat center;	
	border-color:blue;
	border-style: groove;
	border-width: 1px;
	position: absolute;
	top :120px;
	left :20px;
	width: 110px;
	padding: 5px;
	text-align: left;
	z-index: 2;
	}

.menulist { 
	list-style-type:none;
	list-style-position:outside; 
	position: relative;
	top :-15px;
	left :10px;
	width: 100px;
	padding: 0px;
	text-align: left;
	font-weight:bold;
	}	
	
div.container {
	position: relative;
	margin: 0 auto;
	width: 720px;
	text-align: left;  
}
	
.mainarea {
	position:absolute;
	top:0px;
	left:145px; 
	}
.banner {
	background-image: url(./design/leftcorner.png); 
	background-repeat:no-repeat; 
	margin-left:0px;
	position: absolute;
	left:0px;
	top:0px;
	}  
	
.logo {
	position: absolute;
	left:0px;
	top:0px;
	border:0px;
	height:100px;
	width:80px;
	}

.rc {
	position: absolute;
	right:0px;
	top:0px;
	border:0px;
	height:100px;
	width:80px;
	}	
	
.header {
	font-size : 180%;
	font-weight:normal;
	text-shadow:Fuchsia;
	text-align:center;
	left:160px;
	top: 20px; 
	height:60px;
	padding:15px;
	}

.tulip {
	position:relative;
	left:40px;
	}

.gleaf1 {
	position:absolute;
	left:0px;
	}

.gleaf2 {
	position:absolute;
	left:0px;}

img.picleft {
	border-width:1px;  
	border-style:solid;
	float:left;
	margin-right: 1em;
	}

img.picright {
	border-width:1px; 
	border-style:solid; 
	float:right;
	margin-left: 1em;
	}

li.intext {
	margin:2em 0;
	list-style-type:circle;
	}


ul.submenulist{
	list-style-type:none;
	margin-top:2px;
	margin-left: 1em;
	/*padding-left: 1em; */
	padding:0 0 0 0;/*TBLR*/
	text-indent: 1em;
	/*border-top: none;
	border-bottom: none;*/
	border-left: 1px dotted gray;  /*#aaa;*/
	font-weight:normal;}
li.submenu
	{
	background-image: url(./design/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}

ul#navigation{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
	/*border-top: 1px solid #666;*/
	}

ul#navigation .left{
	float: left;
	width: 5em;
	}

ul#navigation .right{
	float: right;
	width: 5em;
	}