@charset "utf-8";

body {
	font-family: "georgia", times, serif;
	line-height: 1.3;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	}

#body a	{
	font-size: 13px;
	border-bottom: 1px solid #999;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
	}

#body a:hover {
	color:#FFF;
	border-bottom: 1px solid #999;
	background-color: #000;
	cursor:pointer;
}


#content {
	font-family: "georgia", times, serif;
	line-height: 1.3;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	}
	
#content a	{
	font-size: 13px;
	
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
	}

#content a:hover {
	color:#FFF;
	
	background-color: #000;
	cursor:pointer;
}

a.titlelink	{
	font-size: 13px;
	border-bottom: 1px solid #999;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	color:#000;
	}

a.titlelink:hover {
	color:#FFF;
	border-bottom: 1px solid #999;
	background-color: #000;
	cursor:pointer;
}


.projecttype {
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
} 

.projecttitle {
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-family: "georgia", times, serif;
	line-height: 1.3;
	background-color: #000;
	color:#FFF;
} 

#fillTop {
	height: 100px;
	}

#menu {
	background-position: left top;
	text-align: left;
	vertical-align: top;
	float: left;
	height: 350px;
	width: 199px;
	margin-top: 0px;
	margin-left: 0px;
	position: fixed;
}



#menu a	{
	font-size: 13px;
	
	/*border-bottom: 1px solid #999;*/
	
	font-style: normal;
	
	text-decoration: none;
	
	font-family: "georgia", times, serif;
	line-height: 1.3;
	color:#000;
	}
	
#menu a:hover {
	color:#FFF;
	/*border-bottom: 1px solid #999;*/
	background-color: #000;
	cursor:pointer;
}

ul li { margin: 0px -30px 4px;
		list-style:none;
		}

#footer {
	margin: 0px 0px 0px 10px;
	}





