body 	{ 
	background-color: #fff; 
	background: url(../images/bg_palefade.jpg);
	z-index: 0;
	}

li {
	list-style:  square outside;
	}	 

#banner  {
	position: relative; 
	top: 24px; 
	left: 5px; 
	height: 100px; 
	width: 500px; 
	z-index: 1;
		}
			
#sidebar  {
	position: relative;
	top: 100px;
	left: 2px;
	width: 140px;
	font: 14px/22px times, arial, san-serif;
	}

#navbar  {
	position: relative;
	top: 4px; 
	left: 22px; 
	z-index: 3;
	}



#content {
	position: relative;
	width: 570px; 
	top: 139px;
	left: 5px;
	font: 16px/22px times, georgia, serif;
	}

#content2 {
	position: relative;
	width: 460px; 
	top: 120px;
	left: 180px;
	font: 12px/16px verdana, san-serif;
	}


.icap:first-letter	{ 
	font: 220%/22px Times, serif; 
	float: left;	
	font-weight: bolder;
	font-style: italic;
	color: dimgray;
	margin: 0; 
	}

.indent {
	text-indent: 4%;
	margin: 0; 
	}
	
.nav	{
	font: 9px verdana, san-serif;			
	}

.copyright	{
	font: 9px verdana, san-serif;			
	font-weight: normal;
	color: #999
	}
	
a:link {	
	color: #009;
	font-weight: normal;
	}

a:hover {
	color: #009;  
	text-decoration: underline;
	font-weight: normal;
	}

a:active {
	color: #009;  
	text-decoration: underline;
	font-weight: normal;
	}

a:visited {	
	color: #009;
	font-weight: normal;
	}

a.footer:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #099;
	}

a.footer:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #099;
	}

a:footer:active {
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline
	}

a.footer:hover {
	color: #900;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	cursor: ne-resize;
	}
	
