/*Page Elements*/
	
body	{
	margin: 0px;
	padding:	0px;
	font-family:	Verdana, arial, helvetica, sans-serif;
	color: #fff;
	scrollbar-base-color: #3d3d3d;
	background: #000;
	text-align: justify;
	}
#banner {
	text-align: left;
	padding: 0 0 7px 0;
		}
#dateBar{
	font-weight: normal;
	background: #3d3d3d url(canopy/bglines_70.gif);

	}
	
#content td{
	font-size: 11px;
}

#content	{
	padding: 15px 3px 5px 3px;
	font-size: 12px;
	color: #fff;
	text-align: justify;
	vertical-align: top;
	background-image:url(canopy/featherbg01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#content p {
	padding:	-5px 10px 10px 0;
	margin-left: 5px;
	margin-right: 11px;
		}
		
#content  ul{
	margin: 7px 5px 5px 20px;
	font-size: 11px;
	width: 30em;
	list-style: circle;
		}
#content  ul li {
	padding: 4px 0 4px 0;
	}
	
#content a {
	font: normal 11px/1.3em;
	color: #fe0;
	text-decoration: none;
	display: block;
	border-left: 8px solid #f01;

}
#content a:hover {
	font: normal 11px/1.3em;
	color: #fff;
	text-decoration: none;
	display: block;
	border-left: 12px solid #f01;
}
#content a strong{
	color: #f01;
	text-decoration: none;
	}
#content a:hover  strong{
	color: #f01;
	text-decoration: underline;
	}
#content form td{
	vertical-align: top;
	padding-top: 3px;
}
#content form td input{
	background: #CCCCCC;
}		
#content form td textarea{
	background: #CCCCCC;
}	
#sidebarTop	{
	padding:25px 12px 0 10px;
	color: #ffef00;
	border-left:	medium groove #fe0;
	border-right:	thin dashed #f01;
	vertical-align: top;
	font-size:13px;
	text-align: left;
	width: 150px;
	background: #3d3d3d ;
	}

#sidebarTop	blockquote{
	width:10em;
	}
#boxes {
	margin-left:30px;}

	
#footer	{
	margin: 5px 5px 5px 5px;
	padding: 12px 0px 5px 0px;
	color: #7a7a7a;
	background-color:	#3D3D3D;
	border:	1px solid #7a7a7a;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}		
#footer a	{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	}
				
/*Navigation*/
#navBar{
	vertical-align: top;
		}
#navBar ul {
	width: 160px;
	list-style: none;
	margin: 0 0 0px 15px;
	padding-left: 0;
	font-size: 11px;
	font-weight: bold;
	width: 13em;
	vertical-align: top;
}

#navBar li a:link, #navBar li a:visited {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	display: block;
	padding: 0px 5px 1px 0.5em;
	background-color: #4d4d4d;
	}
#navBar li a:hover {
	background-color: #fc3;
	color: #000;
}

#navBar ul ul {
	margin-left: 15px;
}
#navBar ul ul li {
	border-bottom: 1px solid #7a7a7a;
	border-left: 3px solid #f01;
	margin:0 16px 0 0;
}
#navBar ul ul a:link, #navBar ul ul a:visited {
	background-color: #fc3;
	color: #333;
}
#navBar ul ul a:hover {
	background-color: #f01;
	color: #000;
}

#sidebarTop	a:link{
	color: #fe0;
	text-decoration: underline;
	font-size: 16px;
	}
#sidebarTop	a:visited{
	color: #fff;
	font-size: 16px;
	}
#sidebarTop	a:hover{
	color: #f01;
	text-decoration: underline;
	font-size: 16px;
	}

/*Page Structure*/
h1		{
	font-size: 14px;
	margin:	0;
	color: #f01;
	padding: 3px 0 3px 8px;
	border-top: 1px solid #fe0;
	font-style: italic;
		}
	
h2 	{
	font-size: 13px;
	margin: 3px 20px 2px 0;
	color: #f01;
	}
	
h3		{
	font: bold 8px ;
	margin: 0.5em 0 3em .5em;
	color: #fff;
	}
	
.hilite	{
	background-color: #333;
	font-weight: bold;
}
	
.dkGrey {
	background-color: #3d3d3d;
	
}
.lGrey {	background-color: #4d4d4d;
border-bottom: thin inset #FFF;
border-left: thin groove #FFF;
	}
.yellow{
	background-color: #333;
	color: #fc3;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
}
.small	{
	font-size: 9px;
	color: #f01;
	text-align: justify;
	}
.smallYellow {
	font-size: 9px;
	color: #fc3;
	text-align: left;
	}
.smallYellow  a:link{
	font-size: 9px;
	color: #fc3;
	text-align: left;
	text-decoration:underline;
	}
.large	{
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	}
.caps {
	text-transform: capitalize;
}
.smallKey {
	font-size: 8px;
}
.boldCaps {
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
}

.red {
		color: #f01;
}