@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 100px 20px 100px ;
			}

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
*/	

#menu { 
padding: 5px;
	border: 1px solid #81C200;
	margin-bottom: 25px;		
			}
/** treat the hyperlinks in the menu differently**/


#menu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#menu ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #81C200;
	list-style: none;
	display: inline;
	}
	
		
#menu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


#menu a {
text-decoration: none;
color: #669900;
}
#menu a:hover {
text-decoration: none;
color: #990000;
}


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


#content { 
			border: 1px solid #669900;
			margin: 0px 0px 0px 0px;
			padding: 10px 30px 20px 30px;
			line-height: 1.5;	
			}
			
#contentwithside { 
			border: 1px solid #669900;
			margin: 0px 269px 0px 0px;
			padding: 10px 30px 20px 30px;
			line-height: 1.5;	
			}

/**
*		Side panel (only on homepage?)
*/

#subcontent {
			position:absolute; 
			right: 100px; 
			top: 133px; 
			padding: 10px;  
			line-height: 1.5; 
			border: 1px solid #669900;
			width:200px; 
			}

			
			

		
