/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background: #ccc url(images/background.jpg) repeat-x;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -1.5px;
	}
#container {
	width: 80%;
	overflow: auto;
	background: white;
	border: 10px solid white;
	margin: 0 auto 0 auto;
	}
#header {
	padding: 2em 0 2em 2em;
	background: url(images/header1.jpg);
	}
#header h1 {
	font-size: xx-large;
	font-weight: normal;
	letter-spacing: -.1em;
	padding: 1em 0 0 0;
	margin: 0;
	}
#header h1 a {
	color: #369; 
	color: #933;
	color: white;
	display: block;
	border-bottom: 1px solid #933;
	text-decoration: none;
	}
#left {
	float: left;
	width: 30%;
	background: #333;
	font: small Trebuchet, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	}
#left ul {
	display: block;
	margin: 0;
	padding: 0;
	}
#left ul#nav {
	padding-bottom: 2em;
	padding-top: 1em;
	background:url(images/navbutt.gif) bottom right no-repeat;
	}
#left li {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	}
#left ul#nav li ul {
	margin-left: 1em;
	border-left: 1px solid #666;
	}
#left ul#nav li a, #left ul#nav li span {
	border-bottom: 1px solid #555;
	display: block;
	padding: .25em 1em;
	color: white;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	}
/*	font-size: medium;
	padding-top: 1em;
*/
#left ul#nav li span {
	background: white;
	color: #999;
	}
#left ul#nav li a:hover {
	display: block;
	background: #933;
	text-decoration: underline;
	}

#left ul#nav li ul li a {
	font-size: small;
	border-bottom: 1px solid #555;
	display: block;
	padding: .25em 1em;
	color: white;
	font-size: small;
	font-weight: normal;
	}
#left ul#nav li ul li a:hover {
	background: #933;
	color: white;
	}
#left ul#nav li ul li span {
	color: white;
	display: block;
	font-size: small;
	padding: .25em 1em;
	background: #369;
	}

#content {
	float: right;
	width: 68%;
	padding: 1em 0em 2em 1em;
	font: small Georgia, "Times New Roman", Times, serif;
	}
#content h1, #content h1 a { font-weight: normal; border-top: 2px solid #999; border-bottom: 1px solid #ccc; padding: .5em 0; font-size: x-large;}
#content h1.pic { margin-bottom: 0; }
#content h2, #content h2 a { color: #933 }
#content h3, #content h3 a { color: #369; margin-bottom: 0; padding-bottom: 0;}
#content p { margin: 0 0 1em 0; }
#content blockquote { background: url(images/blockquote.gif) top left no-repeat; margin-left: 0; padding-left: 40px; color: #333; font: x-small Verdana, Arial, Helvetica, sans-serif;}
#footer {
	clear: left;
	padding: 0em 2em 1em 2em;
	color: #666;
	font-family: Trebuchet, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	}
table.fancy {
	border-collapse: collapse;
	}
table.fancy th {
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	}
table.fancy td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #eee;
	}	
caption { 
	caption-side: bottom; 
	width: auto;
	text-align: left;
	margin-top: 1em;
	}
div.people {
	background: url(images/DD_smallgroup.jpg); 
	display: block; 
	padding:100px;
	} 
div.overview {
	background: url(images/overview.jpg); 
	display: block; 
	padding:80px;
	margin-bottom: 1em;
	} 
div#software { margin-top: 1em; }
#content a.delibera, #content a.picola {
	text-align: center;
	display: block;
	color: white;
	font: 18px Trebuchet, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	padding-top: 175px;
	width: 204px;
	height: 29px; 
	text-decoration: none;
	}
#content a.delibera { background: url(images/Delibera.jpg) 2px 2px no-repeat; float: left; color: white; border: 1px solid #ccc; margin: 0 1em .5em 0; }
#content a.picola { background: url(images/PICOLA.jpg) 2px 2px no-repeat; color: black; border: 1px solid #ccc; margin: 0 1em .5em 0; }
#content a.delibera:hover, #content a.picola:hover { color: #933; }

#content img.right { float: right; padding: 2px; border: 1px solid #ccc; margin: .5em 0 .5em .5em; }
#content img.boxed { padding: 2px; border: 1px solid #ccc; margin: .5em 1em .5em 0; }
