body {
	margin: 0px;
	Font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 13px;
}
td{
	font-family: 'Open Sans';
	font-weight: lighter;

}
body, html {
	height: 100%;
	background-color: white;
}
div {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.fixedheader {
	position: fixed;
	top: 0px;
	height: 75px;
	width: 100%;
	z-index: 1000;
	background-color: white;
}
.header {
	height: 100%;
}
.spacingheader {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0px;
	bottom: 75px;
}
.picheader {
	margin-left: auto;
	margin-right: auto;
	/*background-color: blue;*/
	position: absolute;
	top: 75px;
	bottom: 0px;
	width: 100%;
}
.piccanvas {
}
.textheader {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 38px;
	color: #777;
}
.textrule {
	width:100px; size: 2px; margin-bottom: 50px;
}
.textbody {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Open Sans';
	font-weight: lighter;
	font-size: 15px;
	color: #999;
	width: 600px;
	line-height: 1.6;
}
.footer {
	margin-left: 0;
	margin-right: 0;
	background-color: black;
	color: silver;
	text-align: center;
}
.footerelement {
	width: 250px;
	height: 250px;
	
	color: silver;
	text-align: center;
}
.hidden
{
	display: none;
}
.canclick
{
	cursor: pointer;
	color: #44d;
}
.resume
{
	border-style: solid;
	border-width: 1px;
	border-color: #999;
	padding: 10px;
}
.resumeheading
{
	font-size: 18pt;
	font-weight: 400;
}