@charset "utf-8";
/*----------------------------Color and Text Styling---------------------- */

body {
	font-family:Garamond;

	
}

em {
	font-style:normal;
	font-weight:bold;
}

img {
	border:none;
}

a.link{
	color:#99cc00;
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
}

a.link:hover{
	border-bottom:1px #99cc00 dotted;
}
	

.heading {
	
	text-align:center;
	padding:10px 0px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
}

.heading h2{
	font-size:2em;
	font-weight:normal;
	font-family:Garamond;
	
	font-style:italic;
	
}

.heading h2 a{
	color:#99cc00;text-decoration:none;
}

.heading h2 a:hover {text-decoration:underline;}

/*-------------------------------Featured Project---------------------------*/

.featuredProject h3{
	font-size:1.5em;
	font-weight:bold;
	color:black;	
	font-family:Arial, Helvetica, sans-serif;
}

.featuredProject p{
	
	font-size:1em;
	line-height:1.3em;
	
	
}

.featuredProject img{
	width:725px;
	height:411px;
}



/*----------------------------------Content-----------------------------*/
#content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
}


#content p {
	font-size:1.1em;
}

#content a, .article a {
	text-decoration:none;
	color:#005C8A;	
}

#content a:hover, .article a:hover {
}

#content blockquote {
	font-size:1em;
}

#content ul li{
	list-style:none;
}

#content p.endNote {
	font-style:italic;
	
}

p.article a {
	font-size:1.2em;
	text-decoration:none;
	color:#99cc00;
	font-weight:bold;
	
}

.article h2 {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:1.7em;
}

.article p {
	font-size:1.2em;
}




/*--------------------------------------footer-----------------------------------*/
#footer {
	
	text-align:left;
	color:#fff;
	background:#000 url(images/pinchgut.gif) top center no-repeat;

	
}

#footer p{
	font-size:.8em;
}
