/* CSS Document */#banner { background: url(lavender.jpg) no-repeat top; /*border: 1px solid #CCCCCC;*/ }body {background: #74605A;text-align: center;}.style2 {color: #950A18}body, html, p, td, li, #menu ul ul li, input, select, textarea { 	font-family:  verdana, arial, helvetica, geneva, sans-serif;	}#body-table {  width: 100%;  }#main {  width: 800px;  background-color:#FFFFCC;  margin-left: 50px;  font-size: 0.8em;  text-align: left;  }#sidebar {  width: 200px;  /*border: 1px solid #CCCCCC; */  vertical-align: top;  background-color: #aab69e;  background: url(greenlinen.jpg);  padding-top: 35px;  }    ul li {	list-style-image: url(bullet.gif);	margin-left: 10px;	}		#content {	padding: 10px 30px 10px 30px;	/*background: url(butterlinen.jpg);*/	}		#sidebar td {	  text-align: center;	  /*border: 1px solid #a0a0a0;*/	  	}		#selected-link {	  font-style: italic;	  background-color:#FFFFCC;	  -moz-border-radius: 7px;	  -webkit-border-radius: 7px;	  border-radius: 7px;	}		#sidebar a {	  display: block;	  text-decoration: none;	  color: #000000;	  	  }	  	  #sidebar a:hover {	  background-color: #CC99FF;	  -moz-border-radius: 7px;	  -webkit-border-radius: 7px;	  border-radius: 7px;	  text-decoration: underline;	  }	  	  #footer {	    text-align: center;		background-color:#718B58;	  }	   	