*{
	font-family: Times;
	font-size:11px;
	color: #1a1a1a;
}
body {
	margin:0px;
	}
.menu {
	color: #1a1a1a;
	font-style: normal;
}
.url {
	font-size: 22px;
	font-weight: bold;
}
.copyright {
	color: #1a1a1a;
	font-size: 11px;
	font-style: normal;
}
.titles {
	color: #1a1a1a;
	font-style: normal;
	font-weight: bold;
}
.projects {
	color: #1a1a1a;
}
.awards {
	color: #1a1a1a;
	font-size: 11px;
}
a {
	color:#1a1a1a;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
#left_menu{
	position:fixed;
	width:175px;
	height:100%;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	overflow: auto;
	margin: 20 0 0 20px;
}
#content {
	padding:21px;
	position:absolute;
	left:200px;
	top:0px;
	width:500px;
	height:100%;
	z-index:auto;
}
.home {
	color: #1a1a1a;
	font-style: normal;
	font-weight: bold;
}
.headers {
	color: #1a1a1a;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
}