/* Global Styles */

body {
	margin:10px;
	}
	
td { /* controls font styling body */
	font:12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	}

td.assoc {
	font:8px  Georgia, "Times New Roman", Times, serif;
	color: #666666;
	}
	
a {
	color: #993300;
	}
	
a:hover {
	color: #5C743D;
	}


/* general ID Styles */

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px  Georgia, "Times New Roman", Times, serif;
	color: #5A3E2B;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:12px  Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height:20px;
	margin-top:0px;
	}

li.depend	{
	list-style-type:disc;
	list-style: inside;
	font:11px  Georgia, "Times New Roman", Times, serif;	
	}

.pageName{ /* header at top of each page */
	font: 18px  Georgia, "Times New Roman", Times, serif;
	color:#003366;
	line-height:26px;
	letter-spacing:.05em;
	font-weight: 600;
	font-variant:small-caps;
	}
	
.subHeader { /* subheader at top of each page */
	font:bold 11px  Georgia, "Times New Roman", Times, serif;
	color: #5A3E2B;
	line-height:22px;
	letter-spacing:.2em;
	}

.subHeaderBlue { /* subheader at top of each page */
	font:bold 14px  Georgia, "Times New Roman", Times, serif;
	color: #1C1562;
	line-height:22px;
	letter-spacing:.2em;
	font-variant:small-caps;
	}

.quote {
	font: 20px  Georgia, "Times New Roman", Times, serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px  Georgia, "Times New Roman", Times, serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText { /* footer nav */
	font: 11px  Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	font-variant:small-caps;
	}
	
div.hr	{
	border-bottom: #AAC175 1px solid;
	width:100%;
	}

.membership	{
	margin-top:465px;
	}

.feature	{ /* lt gray border for images */
	border:1px #E1E1E1 solid;
}

.grid	{ /* lt gray border for project grids */
	border:1px #E2E2E2 solid;
}
	

/* Styles for main nav menus across top */

#nav, ul { /* universal styling */
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a { /* universal styling */
	font: bold 11px  Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:5px 6px 4px 6px;
	color: #D5EDB3;
	border-left: 4px #99CC66 solid;
	font-variant:small-caps;
}

#nav a:hover	{
	color:#003366;
	border-left: 4px #666666 solid;
	background-image:url(../assets/main/hover-background.jpg);
}	

#nav li { /* first-level list, main horizontal nav */
	float: left;
	position: relative;
	padding:0;
	margin:0;
}	

/* Styles for expanding menus on left*/
dl.exme, dt.exme, dd.exme, ul.exme, li.exme {
margin: 0;
padding: 0;
list-style-type: none;
font: 12px  Georgia, "Times New Roman", Times, serif;
line-height:100%;
text-decoration: none;
font-variant:small-caps;
}

#menu {
position: absolute;
top: 140px;
left: 14px;
width: 14em;
}
#menu dt.exme {
margin: 2px 0;
text-align: center;
border: 1px solid #666666;
background: #ccc;
}
#menu dd.exme {
border: 1px solid gray;
}
#menu li.exme {
text-align: center;
background: #fff;
border: 1px solid #666666;
margin: 2px 0;
}
#menu li.exme-active {
text-align: center;
background: #D5EDB3;
border: 1px solid #666666;
margin: 2px 0;
}
#menu li.exme-active a, #menu dt.exme-active a {
color: #1C1562;
text-decoration: none;
display: block;
border: 1px solid #ccc;
}

#menu li.exme a, #menu dt.exme a {
color: #1C1562;
text-decoration: none;
display: block;
border: 1px solid #ccc;
}

#menu li.exme a:hover, #menu dt.exme a:hover {
background: #F4FFE4;
border: 1px solid #eee;
}


