body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.Logo {
	width: 189px;
	height: 134px;
	margin: 0px;
	padding: 0px;
	position: static;
	visibility: visible;
	left: 20px;
	top: 19px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.border {
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.navbar {
	text-align: right;
	background-image:   url("/templates/images/nav_background.gif");
	background-repeat: repeat-x;
	font-weight: normal;
	color: #333333;
	display: inline;
	position: static;
	left: 0px;
	top: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.header {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.linkCategory {
	border: 1px solid #999999;
	margin-top: 10px;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 0px;
}
.category {
	text-align: center;
	margin: 0px;
	padding: 10px 10px 3px;
	position: static;
	width: 130px;
	height: 153px;
	left: 19px;
	top: 208px;
	display: block;
	border-top: 1px none #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 20px solid #CCCCCC;
}
.content {
	width: 607px;
	height: 100px;
	position: static;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px 3px 3px 10px;
}
.projectlinkbox {
	width: auto;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
	position: static;
	margin: 0px;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 20px;
	height: auto;
}
.projectimage {
	background-color: #CCCCCC;
	position: static;
	width: 225px;
	left: 359px;
	top: 201px;
	height: 151px;
	white-space: normal;
	overflow: scroll;
}
.projectdescription {
	border: 1px solid #999999;
	position: static;
	width: 500px;
	overflow: scroll;
	height: 120px;
}
.thumbnailblock {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 500px;
	padding: 3px;
	white-space: normal;
}
.imageborder {
	padding: 0px;
	margin: 2px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 10px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
.projectthumnails {
	border: none #CCCCCC;
	display: inline;
	position: static;
	vertical-align: top;
	margin: 0px 0px 5px;
	background-color: #CCCCCC;
}
.categoryHighlight {
	margin-top: 10px;
	display: block;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 0px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(/templates/images/arrow_highlight.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 1px solid #333333;
	border-right: 3px solid #990000;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}


