@charset "UTF-8";
/* CSS Document */

body {
	background-color: #d2d2d2; 
	background-image:url(images/gray-green-repeating-bground.png);
	background-repeat: repeat-x;
	margin:0px;
    padding:0px;
	font-family: Arial,Verdana,Helvetica,sans-serif; 
	} 
	
#center {
		width: 935px;
 		margin-left: auto;
 		margin-right: auto;
}

#header {
		height: 45px;
		margin-top: 14px;
		margin-bottom: 53px;
		margin-left: 144px;
}

#content {
		width: 625px;
		margin-left: 147px;
		margin-right: 147px;
}

#nav {
		width: 625px;
		height: 32px;
	
}

#stmt {
		width: 605px;
		height: 176px;
		margin-left: 20px;
		padding-top: 0;
		vertical-align: top;
}

#projectimage {
	float: left;
	width: 160px;
}

#projectblurb {
	float: right;
	width: 305px;
}

#projecttitle { 
	float: left;
	width: 23%;
}

#projectlinks {
	float: left;
	width: 305px;
}

#divider {
	clear: both;
	height: 16px;
}
	  
a:link {color: #323232; background: #b7ff00; text-decoration: none; } 
/* a.nav:link {background: #d2d2d2;} */

a:hover {background: #b7ff00;text-decoration: none; }

a:active {color: #ff0573; text-decoration: none; } 

a:visited {color: #525252; background: #b7ff00; text-decoration: none; } 

.normal {
	color: #323232;
	font-size: 0.8em;
	line-height: 1.4em; 
	
	} 
	
ul {
	list-style-type: circle;
	padding: 3px;
	margin: 3px;
	
	color: #323232;
	font-size: 0.8em;
	line-height: 1.4em; 
	}

#nav {
	font-weight: bold;
	font-stretch: condensed;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.6em;
	
}

#nav a {background: #d2d2d2;}
#nav a:hover {background: #b7ff00;}

.nav li {
display: inline;
list-style-type: none;
padding-right: 15px;
}

			 
.heading1 { 
	font-size: 0.8em;
	font-weight: bold;}
	
			 
.heading2 { 
	font-size: 0.9em;
	font-weight: bold;}
			   
.caption { 
	font-size: 0.7em;} 
			 

			   
/*div.paragraph {text-align: justify;}*/


