/* CSS Document */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

hr {
text-align: center;
width: 60%;
border: 3px solid #c0c0c0;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px; 
	text-align: left;
}

#header {
	width: 100%;
	height: 130px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000;
}
#header img {
	padding: 0 280px 0 0;
	margin: 0px;
	float: left;
}

#headertext {
	font-size:48px;
	font-weight:bold;
	line-height: 0px;
	padding: 110px 0px 0px 0px;
	
}	

#nav {
	float: left; 
	width: 180px;
	padding-top: 10px;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0 0 0;
	width: 200px;
	margin: 0;
	}
	
#nav a {
	color: #000;
	text-decoration: none;
	width: 150px;
	display: block;
	/* border-right: 10px solid #0000cc; */
	padding-right: 5px;
	padding-left: 15px;
	border-bottom: 2px solid #fff; 
	}

#nav a:hover {
	color: #0000CC;
	border-bottom: 2px solid #0000CC;
	padding-right: 5px;
	padding-left: 15px;
	border-right: 10px solid #0000cc;
	}
.selected {
	border-bottom: 1px solid #0000CC;
	padding-right: 5px;
	padding-left: 15px;
	border-right: 10px solid #0000CC;
	display: block;
	background-color: #0000CC;
	color:#fff;
	}
	
#content {
	width: 550px;
	height: 350px;
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	padding: 20px;
	margin: 1px 0 0 0;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	overflow: auto;
}

#content a {
	color: #0000CC;
	text-decoration: none;
	border-bottom: 1px dotted #0000CC;
}

#content a img {
	border:0px none #fff;
	border-style:
}

#content a:hover {
	border-bottom: 1px solid #fff;
}

#content .toptitle {

 font-weight:bold;
 text-align:center;
 font-size:20px;
}

.bodytitle a {
	text-decoration: none;
	border-bottom: 1px dotted #0000cc;
	color: #0000cc;
	font-weight:bold;
	font-size:large;
	margin-top: 10px;
}

#content .interest a:hover {
	border-bottom: 1px solid #fff;	
}

#footer {
	padding-top: 15px;
	text-align:center;
	font-size:xx-small;
	font-weight:bold;
}

/* Project */

#content-header {
	width:35%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
	
#subnav {
	width: 200px;
	padding: 0px;
	margin: 3px 0 20px 0;
	border: 0px solid #ccc;
	background: #eee;
	text-align: center;
}

#navPyra {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #ccc;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	border-bottom: 0px solid #eee;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #0000CC;
	background: url(images/tab_pyra2.gif) no-repeat bottom center;
}

 .project-title {
	font-size:18px;
	font-weight:bold;
	line-height: 125%;
	text-align:center;
	
}

.project-title-name {
	font-size:18px;
	font-weight:bold;
	line-height: 125%;
	text-align:left;
}

.project-date {
	font-weight:bold;
	font-style:italic;
	margin-top: 10px;
	text-align:center;
}
.project-entry {
	text-align:justify;
	margin-bottom: 10px;
}