/* Specify Blanket Rules for all elements */
	body {
		font-size:100%;
		font-family: 'Lucida Bright',Verdana,sans-serif;
		margin:2px;
		color:#FFFF00;
		background-image: url(/Images/grnback.jpg);
		padding:0;
		}

/* paragraph handlers */
	p {
		font-size: 100%;
		line-heighte:150%;
		}
/* set link handlers */
 a:link,  a:visited,  a:hover,  a:active{
		font:  100% 'Lucida Bright',Verdana,sans-serif;
		color:#FFFF00;
		border-style: none;
		text-decoration: none;
		}
img{
	text-decoration: none;
	border-style: none;
}
                                                               
/*set list styles */
	ul {
		list-style-type:none;
		margin:5px;
		padding:0px;
		width:150px;
		
		
		}
		


	li {
		
		text-align: right;
		margin:0;

		font: bold 15px 'Lucida Bright',Verdana,sans-serif;
		color:#ffffff;
		padding:5px;
		}
		


	ul a:link, ul a:visited, ul a:hover, ul a:active{
		display:block;
		background: #6766a8;
		background-image: url(/images/ink splot.gif);
		background-repeat:no-repeat;
				border-left: 1px solid #000000;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding:2px 10px;
		text-decoration:none;
		font: bold 15px 'Lucida Bright',Verdana,sans-serif;
		color:#ffffff;
		}
	ul a:hover{
		color:#6766a8;
		background:#ffffff;
		background-image: url(/images/ink splot.gif);
		background-repeat:no-repeat;
		
		border-left: 1px solid #000000;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		}


	h1{
                                font-size: 150%;
                                line-heighte:155%;

                                }
h2{
                                font-size: 125%;
                                line-heighte:130%;

                                }
h3{
	color:#ffffff;
	font-size: 250%;
	line-height:100%;
	
}
h4 {
	color:#ffffff;
	font-size=150%;
	
}


/* Masthead */
	#masthead {
		
		width:100%;
		height:50px;
       	margin:0px;
		padding:0px;
		background:#FFFF00;
		color:#FFFF00;
		
		}
/* Content */
	#content{
		float:left;
		width:80%;
		height: 100%
		margin-right:0;
		margin-left:0px;
		margin-bottom:10px;
		color:#FFFF00;
		padding:0px;
		background-image: url(/Images/grnback.jpg);
		}

/* Sidebar */
	#sidebar {
		float:left;
		width:160px;
		margin-bottom:10px;
		padding:0px;
		background-image: url(/Images/grnback.jpg);
       	}


/* Footer */
	#footer {
		font-size: 85%;
		margin:0;
		clear:both;
		width: 100%;
		padding:10px;
		
		background-image: url(/Images/grnback.jpg);
		}
	
		

		
/* Table element */
table {
		font:normal 12px 'Lucida Bright',Verdana,sans-serif;
		padding:0px;
		z-index:1;
		display:block;
	}
th {
	text-align: center;
	border:0;
	font-size: 150%;
    line-heighte:155%;
}
td{
	padding:0px;
}
.dateline{
	border:0;
	text-align:right;
}


