/* CSS Document */																													
/*css shorthand values: Top Right Bottom Left */
/*we use an abssolute url for NN4 followed by a relative url for modern browsers*//*css shorthand values: Top Right Bottom Left */

body {							
	background-image:  url("");		
	background-repeat: repeat-x;		
	margin: 115px 0 0 0;			
	padding: 0;}
	
div, p, td, ul {				
	font-family: "Trebuchet MS", Arial, sans-serif;}	
	/*font family for page*/
#header {						
	position: absolute;		
	width: 900;		
	left: 0;		
	top: 0;		
	height: 115px;}					
	/*Contains Logo at top of Page*/
	
#mnTable {						
	width: 100%;		
	border-bottom: 1px solid #668a87;	
	width: 100%;	
	border-top: 1px solid #668a87;
	}															/
	* The main Layout Table*/

#navCell {							
	vertical-align: top;	
	border-right: 1px solid #668a87;	
	font-size: 11px;	
	color: #333333;	
	line-height: 3; 
	}	
	/*Navigation (left) Table Cell*/

#mainCell {						
	background-color: #fffdd9;	
	background-image:  url("");		
	color: #668A87;		
	font-size: 12px;	
	text-align: justify;	
	vertical-align: top;	
	line-height: 2; }		
	/*Main Content (center) Table Cell*/
	
#mainCell a:link {				
	color: #99AEA5;}
	
#mainCell a:visited {			
	color: #668A87;}
	
#mainCell a:hover {				
	color: #668A87;}
	
#mainNav {						
	background-color: #fffdd9;	
	background-image:  url("");		
	color: #668A87;		
	font-size: 12px;	
	text-align: justify;	
	vertical-align: top;	
	line-height: 2; }		
	/*Main Content (center) Table Cell*/
	
#mainNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;			
	color: #7da192;
	text-decoration: none}
	
#mainNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;			
	color: #7da192;
	text-decoration: none}
	
#mainNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;				
	color: #4d7774;
	text-decoration: none}
	
.dropNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 7da192;
	}
	
.dropNav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 7da192;
	}
	
.dropNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: 4d7774;
	}
	
.nav {
	width: 150px;
	display: block;
	background-color: #fffdd9;
	padding: 0px;

}
.nav:hover {
	width: 150px;
	display: block;
	background-color: #fffdd9;
	padding: 0px;
}

h1, h2 {						
	margin: 0px;	
	color: #333333;		
	font-size: 18px;}											

#sidebar {						
	background-color: #fffdd9;		
	vertical-align: top;	
	border-right: 1px solid #668a87;		
	font-size: 12px;	
	color: #333333;		
	line-height: 2; 
	}  
/*Sidebar (right) Table Cell */ 

#sidebar a:link {
	text-decoration: none;				
	color: #49321c;
	}
#sidebar a:visited {
	text-decoration: none;			
	color: #49321c;
	}
#sidebar a:hover {				
	color: #49321c;
	text-decoration: underline;
	}
	
#smallLink a:link {
	font-size: 12px;
	text-decoration: none;				
	color: #49321c;
	}
#smallLink a:visited {
	font-size: 12px;
	text-decoration: none;			
	color: #49321c;
	}
#smallLink a:hover {	
	font-size: 12px;			
	color: #49321c;
	text-decoration: underline;
	}

#footer {						
	padding: 16px 24px 16px 32px;		
	font-size: 12px;	
	letter-spacing: .5em;		
	color: #99AEA5;}		
	/* Footer Div */

#p7TMctrl {						
	margin: 0 0 10px 0;					
	font-size: 11px;	
	display: none;		
	display: block; }		
	/*Contains the Expand All and Collapse All controls*/
	
#p7TMctrl a:link {				
	color: #333333;}
	
#p7TMctrl a:visited {			
	color: #333333;}
	
#p7TMctrl a:hover {				
	color: #FFFFFF;
	}
	
#p7TMnav div {					
	margin: 0 0 3px 0;}																							
/*Top-level menuitem divs*/		/* sets a 3px bottom margin on top-level menu items*/

#p7TMnav div div {				
	margin: 0 0 3 0;}																							
/*Second-level menuitem divs*/	/* sets bottom margin back to zero*/

#p7TMnav div div div {			
	margin: 0 0 3 12px;}																						
/*third level menuitem divs*/	/*Sets left margin to 12px establishing a cascading indent*/

#p7TMnav div a {				
	color: #668A87;			
	font-size: 11px;}																	
/*The Link style for top-level menuitems and is read by all browsers*/

#p7TMnav div a {				
	font-size: 12px;	
	background-color: #FFFCE3;		
	border: 1px solid #668a87;		
	display: block;		
	padding: 1px 6px 1px 16px;		
	text-decoration: none;	}		
	/*The Link style for top-level menuitems hidden from Netscape 4*/
	
#p7TMnav div a:hover {			
	color: #99AEA5;			
	background-color: #FFF;}

#p7TMnav div div a {			
	color: #668A87;			
	font-size: 11px;	
	background-color: transparent;		
	border: 0;			
	padding: 0 8px 0 16px;}		
	/*The Link styles for second-level menuitems*/
	
#p7TMnav div div a:hover {		
	color: #FFF;			
	background-color: #99AEA5;}

#p7TMnav div div div a {		
	color: #fff;			
	font-size: 11px;}														
	/*The Link style for third-level menuitems and lower*/	/*To set a specific style for the fourth level, add a div to the selector*/	/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
	
#p7TMnav div div div a:hover {	
	color: #FFF;			
	background-color: #99AEA5;}
	
.p7plusmark {					
	background-repeat: no-repeat;	
	background-image: url("/images/p7co_plus.gif");		
	background-position: 6px 50%;	
	padding: 0 0 0 20px !important;}		
	/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
	
.p7minusmark {					
	background-repeat: no-repeat;	
	background-image:    url("/images/p7co_minus.gif");		
	background-position: 6px 50%;	
	padding: 0 0 0 20px !important;}
	
.p7defmark {					
	background-repeat: no-repeat;	
	background-image:    url("/images/p7co_def.gif");		
	background-position: 6px 50%;	
	padding: 0 0 0 20px !important;}		
	/*rule programatically assigned to child links when image-based plus and minus option is selected*/
	
.p7currentmark {				
	font-weight: bold;		
	text-transform: uppercase;	
	color: #fff !important;	
	background-color: transparent !important;		
	background-repeat: no-repeat;	
	background-image:     url("/imep7co_here.gif");		
	background-position: 6px 50%;	
	padding: 0 0 0 20px !important;}		/*rules programatically assigned to page link correesponding to current page (You are Here)*/

.bodyInTable {					
	font-family: "trebuchet MS", verdana, arial, helvetica;		
	font-size: 14px;	
	line-height: 20px;	
	color: 668A87;}
	
.photocredit {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 10px;
	line-height: 20px;
	color: 668A87;
	font-weight: lighter;
}
.article {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 12px;
	line-height: normal;
	color: #fffce3;
	background-position: center center;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	margin: 3px;
	padding: 3px;
	clear: left;
	float: left;
	height: auto;
	width: auto;
}
.articleLarger {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 14px;
	line-height: normal;
	color: #fffce3;
	background-position: center center;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: middle;
	margin: 1px;
	padding: 1px;
	clear: left;
	float: left;
	height: auto;
	width: auto;
}
.phpForm {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 14px;
	line-height: 20px;
	color: 668A87;
	background-position: bottom;
}
.sidebar {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 12px;
	line-height: 20px;
	color: 668A87;
	font-weight: lighter;
}
.bodyInTableLarger {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 18px;
	line-height: 20px;
	color: 668A87;
	font-weight: bold;
}

#bodyInTableLargist {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 21px;
	line-height: 36px;
	color: 668A87;
	font-weight: lighter;
}

.bodyInTableLargist {
	font-family: "trebuchet MS", verdana, arial, helvetica;
	font-size: 21px;
	line-height: 36px;
	color: 668A87;
	font-weight: lighter;
}
