body {
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #C0A346;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	SCROLLBAR-FACE-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #666666;
	SCROLLBAR-BASE-COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	color: #DBDBDB;
	text-decoration: none;
}
.menu a {
	color: #DBDBDB;
	text-decoration: none;
}
.menu a:hover{
	color: #C0A346;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	font-weight: normal;
	color: #C0A346;
	text-decoration: none;
}
.footer a {
	color: #C0A346;
	text-decoration: none;
}
.footer a:hover {
	color: #C0A346;
	text-decoration: underline;
}
.title {
	font-size: 26px;
	font-weight: normal;
	color: #C0A346;
	text-decoration: none;
}
.content {
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
}
.content a {
	color: #3D3D3D;
	text-decoration: underline;
}
.content a:hover {
	color: #3D3D3D;
	text-decoration: underline;
}
.contentBold {
	font-size: 12px;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: underline;
}
.contentBold a {
	color: #3D3D3D;
	text-decoration: underline;
}
.contentBold a:hover {
	color: #3D3D3D;
	text-decoration: none;
}
.subtitle {
	color:#C0A346;
	font-weight: normal;
	font-size:14px;
	text-decoration: none;
}
.subtitleOrange {
	color:#FF9001;
	font-weight: normal;
	font-size:15px;
	text-decoration: none;
}
.projecttitle {
	color:#3D3D3D;
	font-weight: bold;
	font-size:18px;
	text-decoration: none;
}
#navcontainer { margin:0; }

/*Fat Erik's Pipelist*/
#navlist {
	list-style: none;
	padding: 0;
	margin: 7px 0 0 0;
	color: #DBDBDB;
}

#navlist li {
	display: inline;
	padding:0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #DBDBDB;
	text-decoration: none;
}
#navlist li a {
	color: #DBDBDB;
	text-decoration: none;
}
	

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid gray;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
	