		#container {
			width: 755px;
			margin: 0px;
			padding: 0px;
		}

/* head */

		#header {
			padding-top : 8px;
			font-weight : 600;
			padding-left : 15px;
			font-size : 2.5em;
; font-family: Georgia, "Times New Roman", Times, serif
		}

		#underheader {
			padding-left : 15px;
			padding-top : 5px;
			height : 22px;
			color : #999999;
			background-color: rgb(213, 219, 225);
			border-bottom : 1px solid #ccc;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight : bold;
		}


		#footer {
			clear: both;
			padding-left: 15px;
			padding-top: 15px;
			font-weight : 600;
			border-top : 1px solid black;
		}

		.headernav {font-size : 70%;}



/* homepage columns */

		#background {
			float: left;
			width: 240px;
			padding-left : 15px;
			margin-right : 25px;
			color: #999999;
		}
		
		#projects {
			margin-left: 279px;
		}

		#projectsintro {}
		
/* homepage project classes */
		
		.projectstype {
			margin-left : 47px;
			font-weight : 600;
		}
		
		.projectcontainer {
			margin-bottom:17px;
		}
		
		.year {
			width: 40px;
			float:left;
			font-weight :600;
		}
				
		.project {
			border: 1px solid #999;
			margin-left : 50px;
			padding-left : 8px;
			padding-right : 8px;
		}
		
			.project p {margin-top : 8px;}
			.project a {font-weight :600}


/* general classes */


		.standfirst {
			font-size : 15px; 
		}



/* other page columns */

		#content {
			float: left;
			width: 476px;
			padding-left : 15px;
			margin-right : 25px;
		}


		#context {
			margin-left: 516px;
		}

		
/* html tags */


body{
	font-family: Arial,sans-serif;
	font-size : 12px;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}



