@charset "iso-8859-1";



BODY {  	background-color:black; 
			color: #669900; 
			font-family: Georgia, Arial, Helvetica, sans-serif;
			font-size: 1.0em;
			font-weight: bold;			
			margin: 20px 80px;
			}

a {
		color: #81C200;
}
a:visited {
		color: #81C200;
}
a:hover {
		color: #990000;
}
/**a:hover {  color: #98F043}*/

P {
	margin: 0 0 8px 0;
}

H1 {  
			font-size: xx-large;  
			font-weight: bold; 
			padding: 0px 0px 0px 10px;	
			margin: 0 0 20px 0;	
			color: #81C200;
	}
			
H2 { 
		margin: 15px 0 5px 0;	
		color: #81C200; }

H3 { color: #81C200; }


HR {  color: #669900; width:80%}

			
IMG {		border: none;}

UL {  	
		list-style-image:  url(images/bullet_sentinel.jpg);
		list-style-position: inside;
		margin-left: 20px;
		padding: 0px;
	}
	
LI {	padding: 0px 0px 25px 0px; }

DL{  	
		list-style-image:  url(images/bullet_sentinel.jpg);
		list-style-position: inside;
		margin-left: 20px;
		padding: 0px;
	}
	
	
/**
*	Custom classes and selectors
*/
#banner{
display:none;
background-color:#006600   ;
height: 5px;
}

.date {		color: #81C200; font-weight: bold; }
			
.spacer 	{
			height:10px;
			}	
	

/**
*	Header
*/
#header {
		background-color:#669900;
		padding: 9px; 
		text-align: left;
		height: 40px;
		margin: 0;
		border: 1px solid #81C200 ;
		
}
#header h1 {
		margin: 0;
		padding: 0 10px 0 10px;
		color:black;
}
#home a {
		margin: 0;
		padding: 0 10px 0 10px;
		color:#81C200 ;
}
#header a {
		text-decoration:none;
		color: #81C200;
}
#header a:hover {
		color: #990000;
}


	
/**
*  Menu definition
*	.menuarea positions the container, menuitme the items inside it.
*	the id references are to allow different backing images
*/	


/**
*
* Text area (content pane) definition 
**/



			
			

		
