body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
	background-color: #000000;
}

a:link {
	color: #D0D0D0;
}
a:visited {
	color: #B0B0B0;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* u_header/footer styles */
#titlebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #888888;
	
	padding-top: 10px;
	padding-bottom: 10px;
}
#copyright {
	font-size: 10pt;
	text-align: center;
	color: #66666;
	clear: both;
}

/* template styles */
#topbar {
	font-family: Rockwell, "Courier New", Courier, monospace;
	font-size: x-large;	
	text-align: right;

	padding-top: 50px;	
}

#sidebar {
	font-family: Rockwell, "Courier New", Courier, monospace;
	font-size: large;
	
	width: 150px;
	x: 0px;
	float: left;
	
	padding-top: 100px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	vertical-align: bottom;
	text-decoration: none;
}

#main {
	float: left;
	width: 650px;
}

#content {
	background-color: #161616;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 40px;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #D0D0D0;
	
	clear: both;
}

img {
	padding: 10px;
}

/* citation */
h6 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	text-indent: 10em;
}

/* caption */
h5 {
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
	margin-top: 0em;
}

.main_img {
	margin-left:auto;
	margin-right:auto;
	display: block;
}
.left_img {
	float: left;
	margin-right: 0.5em;
}
.right_img {
	float: right;
	margin-left: 0.5em;
}

/* topbar styles */
a.project_toplink:link, a.project_toplink:visited  {
	color: #888888;
	text-decoration: none;
}
a.project_toplink:hover, a.project_toplink:active {
	color: #4167B1;
}

a.research_toplink:link, a.research_toplink:visited  {
	color: #888888;
	text-decoration: none;
}
a.research_toplink:hover, a.research_toplink:active {
	color: #983795;
}

a.design_toplink:link, a.design_toplink:visited  {
	color: #888888;
	text-decoration: none;
}
a.design_toplink:hover, a.design_toplink:active {
	color: #F26722;
}

a.deliverables_toplink:link, a.deliverables_toplink:visited  {
	color: #888888;
	text-decoration: none;
}
a.deliverables_toplink:hover, a.deliverables_toplink:active {
	color: #2E9245;
}

/* sidebar styles */
#logo {
	margin-top: 10px;
	margin-bottom: 50px;
}

.sidebar_separator {
	padding-bottom: 20px;
}

.project a:link, .project a:visited{
	color: #4167B1;
}

.project a:hover, .project a:active{
	color: #498FCD;
}

.research a:link, .research a:visited{
	color: #983795;
}

.research a:hover, .research a:active{
	color: #B86CAC;
}

.design a:link, .design a:visited{
	color: #F26722;
}

.design a:hover, .design a:active{
	color: #F8981D;
}

.deliverables a:link, .deliverables a:visited{
	color: #2E9245;
}

.deliverables a:hover, .deliverables a:active{
	color: #6EBE44;
}
