body {
	margin: 0;
	padding: 0;
	background-color:#FFF;
	color:#000;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
} 

/* Type formatting */

p, h3 {			
	margin: 0;
}

p, h3, tr.cv {
	line-height: 1.4em;
	font-size: 0.7em; 
}

h3, .subTitle {
	font-weight: bold;
}

.subCopy {
	color: #000000;
}

div#container {
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

div#sectNavs {
	position:relative; top:5px; left:400px; width:350px;
}

#sectNavs ul {
	margin:0;
	padding:0;
	clear:both;
	list-style-type:none;
}

#sectNavs ul li.normal, #sectNavs ul li.last {
	float:left;
	display:block;
	width:100px;
}

#sectNavs ul li.last {
	width:50px;
}

#sectNavs ul li a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}

div#timeline {
	top:10px;
	width:750px;
	position:relative;
}

div#timeline tr.top td.col3 {
	border-top:1px solid #CCC;
}

tr.top td {
	padding-top:5px;
}

div#timeline table {
	width:750px;
}

tr.section td, tr.subsection td {
	padding-top:10px;
	padding-bottom:30px;
	height:310px;
}

div#timeline td.col1 {
	width:100px;
}

div#timeline td.col2 {
	width:300px;
	padding-right:10px;
}

div#timeline td.col3 {
	width:350px;
}

tr.section td.col1, tr.section td.col2, tr.section td.col3 {
	border-top:1px solid #999;
}

tr.subsection td.col2, tr.subsection td.col3 {
	border-top:1px solid #CCC;
}

div#timeline td, div#sectNavs td {
	vertical-align:top;
}

div#container a, div#sectNavs table td a{
	color:#000;
	text-decoration:underline;
	font-size:x-small;
}

div#timeline table td.col3 a {
	text-decoration:underline;
}

div#timeline table a img {
}

div#sectNavs table td a{
	font-weight:bold;
} 
div#container a:hover, div#sectNavs a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#000;
}

td.col2 h3 {
	margin-top:0px;
}

.cc_line {
	border-top:1px #ccc solid;
}

div#timeline table a.backtop, div#timeline table a.backtop:hover, a.backtop {
	/*background-image:url(../2005_dev/top_off.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:25px;
	padding-bottom:2px;*/
}

div#timeline table a.backtop:hover, a.backtop:hover {
	/*background-image:url(../2005_dev/top_on.gif);
	background-position:bottom left;*/
}

.ind {
	text-indent: 1.5em;
}

a div.logo, a:hover div.logo, div.logo {
	background-image:url(../2005_dev/stephenhellens_horiz_both.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:332px;
	height:45px;
}

a div.logo {
	background-position:bottom;
}

/* CV definitions */
tr.cv td {
	padding-top:2px;
	padding-bottom:5px;
	width: 250px;
}

tr.cc_line td {
	border-top:1px #ccc solid;
}

a:hover img.bord {
	/*border-bottom:10px solid #000;*/
}

#footer {
	border-top:1px solid #ccc;
	padding: 5px 0 15px 0;
	/*padding-bottom: 5px;*/
	width: 100%;
}