@charset "utf-8";

a:link {
	color: #324065;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #324065;
}
a:hover {
	text-decoration: none;
	color: #324065;
	border-bottom: 1px dotted #324065;
}
a:active {
	text-decoration: none;
	color: #324065;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #324065;
}
body {
	background-color: #CCC;
}
p,li,td {
	line-height: 200%;
}
.center{
	text-align: center;	
}
.example {
	margin-left: 20px;
}
.lightbox {
	margin-left: 24px;
}
.projects th {
	padding: 0 0.5em;
	text-align: left;
}
.projects td {
	border-top: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align: top;
}
.sector {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 40px;
	padding-right: 40px;
	color: #FFF;
	background-color: #CCC;
}
.top{
	float: right;
}
.top a{
	color: #FFF;
}
.top a:hover{
	border-bottom: 1px dotted #FFF;
}
#menu {
	text-align: center;
}
#selected {
	border-bottom: 1px dotted #324065;
}

