body {
	background-color: #eee;
	background-image: url(/images/bluegrad.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #666;
	font-family: Helvetica, arial, sans-serif;
	font-size: small;
	margin: 0;
}

div {
	overflow: hidden;
}

h1, h2 {
	font-weight: normal;
}

h2 img {
	height: 24px;
	margin-bottom: -5px;
	margin-right: 5px;
	width: 24px;
}

a img { 
	border: 0px;
	margin: 2px;
}

a, a:visited {
	color: #333;
}

a:hover, a:active {
	color: #777;
}

a.plain, a.plain:hover, a.plain:active, a.plain:visited {
	border-style: none;
	border-bottom: 0px;
	text-decoration: none;
}

.first {
	margin-top: 0px;
}

.hiddenByDefault {
	display: none;
}

div.notice {
	border-left: 3px solid #c00;
	color: black;
	margin: 12pt 0;
	padding: 3pt 12pt;
	text-shadow:none;
}

div#warningBar {
	background-color: #FFFFAA;
	background-image: url(/images/warningbarbg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #aa0;
	color: black;
	margin: 0;
	width: 100%;
}

div#warningBar p {
	display: block;
	font-weight: bold;
	margin: 16px auto;
	width: 670px;
}

div#window {
	margin: 25px auto 0px auto;
	text-shadow: 0 1px 0 #d0d0d0;
	width: 750px;
}

div#header, div#middle, div#panes {
	padding-left: 40px;
	padding-right: 40px;
}

div#header {
	background-image: url(/images/headerbg.png);
	height: 175px;
	position: relative;
}

.headerName {
	bottom: 16px;
	color: #9c9c9c;
	font-size: 11pt;
	letter-spacing: 2pt;
	margin: 0 0 -3px 0;
	position: absolute;
	text-shadow: 0 1px 0 #dadada;
	text-transform: uppercase;
}

div.headerPhoto {
	position: absolute;
	bottom: 16px;
	right: 40px;
	width: 128px;
	height: 128px;
	border-color: #acacac #c3c3c3 #dadada;
	border-style: solid;
	border-width: 1px;
}

div.blank {
	background-image: url(/images/blank.png);
	background-repeat: repeat;
}

div#middle {
	background-color: #c5c5c5;
	color: #666;
	min-height: 100px;
	padding-top: 16px;
	padding-bottom: 16px;
}

div#middle #navigation {
	background-color: #888;
	border-bottom: 1px solid #e0e0e0;
	color: white;
	float: left;
	height: 100%;
	margin: 0 40px 0 -40px;
	padding: 10px 0;
	width: 150px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-bottomright: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#middle #navigation li {

}

div#middle #navigation li a {
	color: #ddd;
	display: block;
	padding: 4px 0 4px 40px;
	text-decoration: none;
	text-shadow: 0 1px 0 #444;
}

div#middle #navigation li a:hover {
	background-color: #666;
	color: white;
	text-shadow: 0 0 1px #ccc;
}

div#middle #content {

}

#navigation ul {
	 list-style-type: none;
	 margin: 0px;
	 padding: 0px;
}

div.projectButton {
	color: #666;
	margin-bottom: 12px;
	position: relative;
	width: 520px;
}

div.projectButton:hover {
	color: #222;
}

div.projectButton div.new {
	background-image: url(/images/NewProject.png);
	height: 49px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 49px;
}

div.projectButton div.head {
	background-image: url(/images/projectbtn-head.png);
	height: 16px;
}

div.projectButton div.content {
	background-color: #cfcfcf;
	background-image: url(/images/projectbtn-grad.png);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 96px;
	padding: 10px 10px 10px 148px;
	position: relative;
}

div.projectButton div.content h3 {
	font-size: large;
	font-weight: normal;
	margin: 0;
}

div.projectButton div.content p.year {
	font-size: x-small;
	margin: 0;
}

div.projectButton div.content p.description {
	font-size: small;
	margin: 12px 0 0 0;
}

div.projectButton div.content img.projectIcon {
	position: absolute;
	left: 26px;
	max-height: 96px; max-width: 96px;
	top: 10px;
}

div.projectButton div.tail {
	background-image: url(/images/projectbtn-tail.png);
	height: 16px;
}

div#panes {
	background-color: #c5c5c5;
	background-image: url(/images/panesgrad.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #777;
	padding-bottom: 40px;
	min-height: 128px;
}

div#panes a, div#panes a:visited {
	color: #777;
}

div#panes li:hover, div#panes p:hover {
	color: #555;
}

div#panes li:hover a {
	color: #333;
}

div#panes div.left, div#panes div.right {
}

div#panes div.left {
	float: left;
	border-right: 1px solid #acacac;
	width: 45%;
	padding-right: 5%;
}

div#panes div.right {
	padding-left: 5%;
	border-left: 1px solid #dadada;
}

div#panes ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}

div#panes h2 {
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 3pt;
	text-transform: uppercase;
}

div#bottom {
	background-image: url(/images/bottombg.png);
	height: 11px;
}

div#footer {
	text-align: center;
}
