/* Goff style sheet */

* {
	font-family: Helvetica;
}

body {
	background-image: url('img/stone.jpg');
	background-repeat: repeat-y;
	width:900px;
}

p, li {
	font-size: 10pt;
}

address {
	font-size: 9pt;
	margin-left: 2em;
	margin-bottom: 1em;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #002F5A;
	font-weight: normal;
	font-size: 11pt;
	font-family: Rockwell, Geneva;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	font-weight: bold;
}
#project_list h2, #staff h2 {
	background-color: #DDDBD6;
}
h3 {
	color: #000;
}
h4 {
	color: #000;
	font-size: 10pt;
}
h5 {
	color: #000;
	font-size: 10pt;
}
h6 {
	color: #333;
	font-size: 10pt;
}

table#links td {
	text-align: center;
	padding: 20px;
}
table#links td a {
	text-decoration: none;
}
table#links img {
	border: 0px;
}

/* Links */
a:link, a:visited {
	color: #009;
}
a:hover, a:active {
	color: #00F;
}

div.container
{
	width: 700px;
}

div.top {
	margin-left: 10px;
	border-bottom: 4px solid #004b8d;
	float: left;
	
    clear: both;
	width: 100%;

    height: 100px;
}

div.left {
	width: 190px;
	margin-left: 110px;
	float: left;
	clear: left;
	border: 0px dotted blue;
	padding-top:10px;

}

div.right {
	border: 0px dotted red;
	width: 600px;
	float: left;
	padding-top:10px;
}

div.bottom {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 4px solid #004b8d;
	padding-top: 2px;
	font-size: smaller;
	clear: both;
}

div.bottom p {
	margin-left: 110px;
	margin-top: 0px;
}

div.iright {
	float: right;
	margin:  2px 0px 10px 10px;
}

ul.nav {
	list-style: none;
	margin-left: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 9pt;
}
ul.nav li {
	padding-bottom: 6px;
}

ul.nav a:link, ul.nav a:visited {
	color: #004b8d;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active {
	color: #39C;
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

ul.plan {
	float: right;
	width: 350px;
	margin-top: 0px;
	list-style-type: disc;

}
ul.plan li {
	margin-left: 2em;
}