@charset "utf-8";
.headtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #ba5d1a;
}
.projheadtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #5a7b8c;
}

.bodytxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #333;
	font-weight: normal;
}

.topmenu ul{
	height: 26px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.topmenu ul li{
	list-style: none;
	display: inline;
	float: left;
	text-align: center;
	width: 20%;
}

.topmenu ul li a{
	text-decoration: none;
	float: left;
	color: #d6d6d6;
	background-color: #5a7b8c; /*You can change this color*/
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.topmenu ul li a:hover{
	background-color: #d6d6d6;
	color: #ba5d1a;
}

html>body .topmenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	background-color: #d6d6d6;
	color: #5a7b8c;

}
a {
	color: #006;
	text-decoration: none;
	font-weight: bold;
}
.projlist {
	color: #ba5d1a;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.footnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	background-color: #5a7b8c;
	padding: 2px;
}
.projectlistcat {
	font-size: small;
	font-style: italic;
	color: #5a7b8c;
}
.thumbcaption {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #CCC;
	display: block;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
	width: 220px;
}

.projectlistitem {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.thumbnaillink {
	border: none;
}
