﻿html, body, #wrapper {
  height:100%;
  width:100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
#innerwrapper
{
	width:100%;
}
body 
{
  background-color:white;
  font-family:Verdana;
  font-size:small;
}
#wrapper {
  margin: 0 auto; 
  text-align: left;
  vertical-align: middle;
}

td
{
	text-align:center;
}
td.color1,td.color2,td.color3
{
}
td.header
{
	width:40%;
	font-weight:bold;
	text-align:left;
}
td.footer
{
	width:40%;
}
td.color3 
{
	background-color: white;
	color: Gray;
	padding: 10px;
	text-align:left;
}
td.color2 
{
	background-color: Orange;
	color: white;
	border: solid 1px color1;
	font-weight: bold;
	padding: 10px;
}
td.active
{
	border:dotted 1px orange;
}
td.color1 
{
	height: 20px;
	background-color: #2F4F4F;
	color: white;
	border: solid 1px #2F4F4F;
	padding: 10px;
}
.picture
{
    text-align:center;
}
.contact
{
    white-space:nowrap;
}
.addresslabel
{
    color:Orange;
}
.linkedin
{
    text-align:center;
}
.pagetitle
{
    font-size:x-large;
}
td.space
{
	width:30%;
	
}
ul
{
    margin-top:5px;
    margin-bottom:0px;
}
a{
    color:gray;	
    text-decoration:none;	
}

a:hover{
	color:orange;
    text-decoration:underline;	
}

td.footer a{
color:white;
text-decoration:none;	
}
td.footer a:hover{
color:orange;
text-decoration:underline;	
}
