html {
	height: 100%;
}

body {
	background-color: #ffffcc;
	color: #000000;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	vertical-align: top;
}

a.navitem {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a.navitem:link {
	color: #0000ff;
}

a.navitem:visited {
	color: #000000;
}

a.navitem:hover {
	text-decoration: underline;
	border-width: 2px;
	background: transparent;
	color: #0000ff;
}

a.navitem:active {
	color: #999999;
}

p.copy {
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 20px;
}


h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.rightimg {
	float: right;
	padding-left: 3px;
}

.pageheader {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	height: 35px;
}

.navcolumn {
	height: 100%;
	width: 140px;
	background-color: #ff0000;
	vertical-align: top;
}

.nav {
	width: 140px;
	background-color: #ff0000;
}

.navhead {
	width: 140px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ff0000;
	border-color: #ff0000;
	border-style: solid;
	text-align: left;
}

.navcontent {
	width: 140px;
	background-color: #ffffff;
	border: 1px solid #ff0000;
	border-color: #ff0000;
	border-style: solid;
	text-align: left;
}

.center{
	text-align: center;
	height: 100%;
}

.maintable {
	width: 800px;
	height: 100%;
	border: 1px solid #000000;
	border-color: #000000;
	border-style: solid;
	text-align: center;
}

.flags {
	text-align: right;
	vertical-align: top;
	height: 20px;
}

.content {
	width: 640px;
/*	height: 100%;*/
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
}

.contenttable {
	width: 99%;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.resumepic {
	text-align: right;
	width: 140px; 
	height: 186px;
}

/* form */
.error {
	color: #ff0000;
}

/* cv */
li {
	list-style-type: square;
}

span.bold {
	font-weight: bold;
}

span.ital {
	font-style: italic;
}

span.boldital {
	font-weight: bold;
	font-style: italic;
}

span.underline {
	text-decoration: underline;
}

span.boldunder {
	font-weight: bold;
	text-decoration: underline;
}

span.italunder {
	font-style: italic;
	text-decoration: underline;
}

td.section { 
	font-weight: bold;
	font-style: italic;
	background: silver;
}

.validator {
	text-align: right;
	vertical-align: bottom;
}

.validatorcell {
	text-align: right;
	width: 88px;
}

/* story */
.peterpic {
	float: left;
	padding-right: 10px;
}

.separator {
	visibility: hidden;
	width: 0px;
	height: 0px;
	text-align: center;
}

