body {
	font-family: "Andale Mono", Monaco, Courier New, monospaced; 
	font-size: 12px;
	line-height: 2em;
	text-align: left;
	color: black; 
	word-spacing: -.1em;
	background: #fff;
	margin:0;
	padding: 0;
	width: 940px;
	letter-spacing: .05em;
}

body.index {	
background: url(/images/FGA_pennant.jpg) no-repeat left top;

}

body.popup{
	background: #131313;
	color: #c0c0c0;
}


/* HEADINGS */
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	color: black;
	font-weight: normal;
	font-style: normal;
	line-height: 2.2em;
}


h1 span.title_desc {
	font-style: italic;
	letter-spacing: .1em;
}
	
#pop_narrow h1 span.title_desc {
	color: #b8b8b8;
}

#pop_wide h1 span.title_desc {
	color: #b8b8b8;
}


/* TEXT */


.credit_category1 {
	text-transform: uppercase;	
	}

.categoryhead1 {
	letter-spacing: .1em;
	
}

.ul {
	text-decoration: underline;
}

.footnote {
	font-size: 85%;
}

.superscript {
	font-size: 65%;
	vertical-align: super;
	font-weight: bold;
}

.nonlinkclient {
	padding-left: 3px;
}
		
/* LINKS */

a {
	text-decoration: none;
	line-height: 1.9em;
}


a:link    { 
	color: #000000;
	background-color: #cdf6fb;
	padding: 0px 2px 0px 2px;
}


a:active  { 
	color: black;
	background-color: #f7e200;
	padding: 0px 2px 0px 2px;
	}
	
a:visited { 
		background-color: #e2e2e2;
		color: black; 
	padding: 0px 2px 0px 2px;

}

a:hover { 
	color: white;
	background-color: black;
	padding: 0px 2px 0px 2px;
}







a.red:link    { 
	color: red;
	background-color: black;
	padding: 20px 20px 20px 20px;
}


a.red:active  { 
	color: red;
	background-color: black;
	padding: 20px 20px 20px 20px;
	}
	
a.red:visited { 
		background-color: red;
		color: black; 
	padding: 20px 20px 20px 20px;

}

a.red:hover { 
	color: red;
	background-color: black;
	padding: 20px 20px 20px 20px;
}











	
a.home_link {
 display:block;
 position:absolute;
 left: 0px;
 top: 0;
 width: 100px;
 height: 400px;

}
a:link.home_link,
a:active.home_link,
a:visited.home_link,
a:hover.home_link {
	background:none;
}

a.home_link span {
	display:none;
	text-indent: -9999px;
}	
	
	
	
	
/* DIVs */
	
#content_pop {
  position: absolute; 
	top: 20px; 
	left: 20px;
	width: 480px;
	overflow: auto;
}  

#fga
	{
	width:154px;
	height:85px;
	padding: 20px 0 0 20px;
	}
	
#extra
	{
	width:634px;
	height:85px;
	color: black;
	background-color: white;
	position: absolute;
	top: 27px;
	left: 308px;
	right: 0;
	bottom: 0;
	text-align: right;
}

#menu {
	margin: 7px 0 0 47px;
	float: left;
	width: 220px;
}
	
#info {
	position: fixed;
	top: 22px;
	left: 294px;
	width: 520px;
	overflow: auto;
	}
	
#leftovers {
	float: left;
	margin:10px 0 0 30px;
	width: 540px;
	}

#content_wide {
	float: left;
	margin:11px 0 0 30px;
	width: 642px;
}

#content_narrow {
	float: left;
	margin:11px 0 0 30px;
	width: 490px;
}

#client {
	position: absolute;
	top: 115px;
	left: 196px;
	width: 640px;
}


#content_news {
	float: left;
	margin:18px 0 0 30px;
	width: 480px;
}

#pop_narrow {
	float: left;
	margin:0;
	padding:5px 0 0 30px;
	width: 540px;
	background: #131313;
	color: #787878;
}

#pop_wide {
	float: left;
	margin:0;
	padding:5px 0 0 30px;
	width: 640px;
	background: #131313;
	color: #787878;
}

#content h1 {
  margin-top:0;
}
#about {
  float:left; 
	width: 270px;
} 

#collab {
  float: right;
  margin: 0px 0 0 0; 
	width: 260px;
	overflow: auto;
}

/* image links */
a img {
	border: none;
}
a:hover img {
	border: none;
}

