/* screen.css */
/* last modified: 04.20.07 */

/*  Palette of colors: 
	#5A7F5A	Medium Green (Header Rule)
	#EFEFCA Pale Yellow (Header background)
	#4F4926	Brown (Header Rule)
	#2E2E2E	Dk Gray (FFF Header Text)
	#000000 Black (SOC Header Text)
	#858556 Olive (State Names Text)
	#5A3030	Burnt Sienna (Motto Text)
	#81BF74 Lt Green (Region Map)
	#2F78D6	Logo Blue (SOC Logo)
	#AED0F3	Pale Blue (SOC Logo)
	#CCCC99	Pale Oive (Menu & Footer Text)
	#003300	Dk Green (Footer)
*/

body {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/gravel2.jpg);
	background-repeat:repeat;
	/*background-color:#333;*/
	margin-top:0;
	}
#header { 
	width:800px; 
	height:120px; 
	background-color:#fff;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	}
#header2 {
	width:800px;
	height:120px;
	background-color:#fff;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	background-position:center; 
}
#leftmenu { 
	background-image: url(../images/menu_slice.jpg); 
	background-repeat: repeat-y; 
	width: 160px; 
	padding: 0 6px 0 9px; 
	vertical-align:top;
	text-align:left;	
	}
#leftmenu a {
	line-height:1.5em; 
	font-family: Arial Black, Helvetica Black, sans-serif;
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
	}
#leftmenu a:link {color:#5A3030;text-decoration:none;}
#leftmenu a:hover {color:white;text-decoration:underline;}
#leftmenu a:visited {color:#5A7F5A;text-decoration:none;}
#leftmenu a:active {color:red;text-decoration:underline;}
#leftmenu a:after {line-height:2.0em;}
#searchform {width:120px;text-align:center;}
#content { 
	color: black; 
	background-color: white; 
	width: 640px; 
	padding: 0 30px 0 12px;
	vertical-align:top;
	}
#content h1, h2, h3, h4, h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-color:#003300;
	line-height:1.2em;
	}
#content p, ol li, ol li li, ul li {
	font-family:'Trebuchet MS',Arial,Helvtica,sans-serif;
	font-size:0.9em;
	color:navy;
	}
#content2 { 
	color: black; 
	background-color: white; 
	width: 460px; 
	padding: 10px;
	vertical-align:top;
	}
#content2 p {
	font-family:'Trebuchet MS',Arial,Helvtica,sans-serif;
	font-size:0.9em;
	color:navy;
	}
#table1 { width:800px;margin:0;border: 0px;background-color:white;}
#rotatingphotos { width:450px;top:0; }
#rightmenu { 
	background-image: url(../images/rightmenu_slice.jpg); 
	background-repeat: repeat-y; 
	width: 160px; 
	margin:0;
	vertical-align:top;
	padding: 0px;

	}
#rightmenu p  {
	line-height:1.2em; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	padding: 0 20px;
	
	}
#rightmenu a {
	font-size:0.85em;
	line-height:1.2em; 
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	padding: 0 ;
}
#rightmenu p {
	color:black;
}
#rightmenu a:link {color:#5A3030;text-decoration:none;}
#rightmenu a:hover {color:white;text-decoration:underline;}
#rightmenu a:visited {color:#5A7F5A;text-decoration:none;}
#rightmenu a:active {color:red;text-decoration:underline;}

#footer2 {
	position:relative;
	left:0;
	bottom:0;
	width:800px;
	height:60px;
	background: #030 url(../images/footer2.jpg);
}

#footer { 
	background-image: url(../images/footer.jpg); 
	background-repeat: no-repeat; 
	width: 800px; 
	height: 60px; 
	margin: 0; 
	padding: 0; 
	}
/* IE6 hack to adust position, because for some reason Microsoft don't think they're obliged to adhere to publicly agreed standards*/
* html #footer2 #footer {
	left:-4px;
}
* html #footernav {
   bottom:0;
} 

#footernav { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:0.7em; 
	text-align:center; 
	}
#footernav a:link {color:yellow;text-decoration:none;}
#footernav a:hover {color:white;text-decoration:underline;}
#footernav a:visited {color:white;text-decoration:none;}
#footernav a:active {color:red;text-decoration:underline;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}


.eventDate, .eventTitle, .eventLocation {
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	}
.eventDate { 
	font-size:0.7em;
	color:black;
	font-weight:normal;
	line-height:1em;
	}
.eventTitle { 
	font-size:0.8em;
	color:black;
	font-weight:bold;
	line-height:1.0em;
	}
.eventLocation { 
	font-size:0.7em;
	color:black;
	font-weight:normal;
	line-height:1.0em;
	}
.lastModified { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:black;
	font-weight:normal;
	font-style:italic;
	line-height:1em;
	}
.display th,td { 
	font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:0.9em;
	color:black;
	line-height:1.0em;
	}
.gray {background-color:#ddd;}
.center {text-align:center;}
.yellow{background-color:#FFFF00;}
.red{color:#FF0000;text-align:center;}