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


body {
	font-family: Helvetica, Arial, sans serif;
	margin-left: 25px;
	font-size: .8em;
	color: #4c4c4c;
	}

h3 {
	font-family: Helvetica, arial; 
	font-size:1.5em; 
	color: #4c4c4c;
	font-style:normal;
	font-weight:200;
	}
	
h1 {
	font-family: Helvetica, arial; 
	font-size:2em; 
	color: #4c4c4c;
	font-weight: bold;
	}

#sitename {
	margin-top: 2px;
	position: absolute;
	z-index: 0;
	left: 97px;
}

#sitename a {
	font-size: 6em;
	color: #4c4c4c;
	font-weight: bolder;
	text-decoration: none;
	}
	
#sitename a:hover {
	color: #99CC00;
	text-decoration: none;
	}

#deco_line {
	position: absolute;
	z-index: -1;
	left: 182px;
	top: 77px;
	}
		
#nav_bank {
	position: absolute;
	left: 83px;
	top: 131px;
	text-align:right;
}

#nav_bank a {
	color: #99CC00;
	text-decoration: none;
	font-size: 1.2em;
	font-variant: small-caps;
	}
	
#nav_bank a:hover {
	color: #4c4c4c;
	text-decoration: line-through;

	}
	
#nav_bank ul {
	list-style-type: none; }
	
	
#maincontent {
	border-top: thin;
	border-left: thin;
	width:628px;
	height: auto;
	position: absolute;
	left: 207px;
	top: 145px;
	text-align:left;
	vertical-align: top;
	}
	
.project-title {
	font-size:2em; 
	color: #99CC00;
	font-weight: bold;
	}

.date {
	color: #4c4c4c;
	font-size: .9em;
	font-variant: small-caps;
}

#maincontent img {
border-color: #F5F5F5;
border-style: solid;
border-width:.9em;
}

a {
	color: #99CC00;
	text-decoration: none;
	}
	
a:visited {
	color: #99CC00;
	text-decoration: none;
	}

a:hover {
	color: #4c4c4c;
	text-decoration: line-through;
	}
	

