@charset "UTF-8";

div#content {
	float: left;
}

#projectlist {
	text-transform: uppercase;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}

#projectlist ul li {
	list-style-type: none;
	text-transform: uppercase;
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#projectlist ul li ul {
}

#projectlist ul li ul li ul {
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
	padding-left: 0;
	background-image: url(images/menuback.png);
	padding-top: 3px;
}

td.job {
	width: 400px;
}

td.client {
	width: 200px;
}

td.sf {
	
}

td {
	padding: 3px;
}

tr.toprow {
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 6px;
	font-size: 1em;
}

h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 6px;
	display: block;
	background-color: white;
	padding-bottom: 3px;
	padding-top: 4px;
	font-style: normal;
	font-size: 1em;
}

h4 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
}

a.backtotop {
	font-weight: normal;
	font-style: normal;
	padding-right: 14px;
	font-size: 1em;
	float: right;
}

#content a, #content a:active, #content a:visited {
	text-decoration: none;
	color: #930000;
}

#content a:hover {
	text-decoration: underline;
}
