
/***** Logo and top navigation *****/

#top, #body, #footer {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	padding: 10px;
}

#top {
	padding-top: 2em;
}

#top-nav-wrapper {
	margin-left: 250px;
	position: relative;
}

#top-nav {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	letter-spacing: 0.07em;
}

/***** Main content area *****/

#body {
}

#content {
}

.project-list td {
	vertical-align: top;
	padding: 0 1em 1em 0;
}

.project-list p {
	margin: 0.3em 0;
}

.project-list td:first-child {
	width: 10em;
	font-weight: bold;
}


/***** Side bar *****/

#sidebar {
	float: right;
	width: 220px;
	font-size: 85%;
}

.sidebar-box {
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0 0 1em 0;
	background-color: #EEE;
	border: 1px solid #AAA;
}

.sidebar-box h3 {
	margin-bottom: 0.4em;
}

.sidebar-box ul {
	margin-top: 0.4em;
	list-style-type: circle;
	padding-left: 1.2em;
}

.sidebar-box li {
	margin-bottom: 0.2em;
}

.sidebar-box-title {
	margin: 0; 
	margin-bottom: 0.7em;
	padding: 0.2em;
	background-color: #9C6;
	color: white;
}

.sidebar-box-content {
	padding: 0 1em;
}


/***** Footer *****/

#footer-bar {
	border-top: 1px solid #222;
	background-color: #444;
}

#footer {
	padding-top: 2em;
	padding-bottom: 2em;
	color: white;
}

.footer-table {
	font-size: 85%;
}

.footer-table th {
	width: 12em;
	text-align: left;
	font-weight: bold;
}

.footer-table td {
	width: 12em;
}

.footer-table a {
	color: white;
}

#copy-note-wrapper {
	position: relative
}

#copy-note-box {
	position: absolute;
	bottom: 0px;
	right: 4px;
	margin: 0;
	text-align: right;
	font-size: 75%;
}

/***** Formatting *****/

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

a:link, a:visited, a:active {
   text-decoration: none; 
}

a:hover  {
   text-decoration: underline; 
}	

h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: underline;
}

#content p {
	line-height: 1.4em;
}    

#content h3 {
	margin-bottom: 0.4em;
}

p {
	margin-top: 0;  
	margin-bottom: 0.4em;
}

   
