.border {
	border: solid #000 1px;
}

.fullwidth {
	width: 100%;
}

a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #F00;
}

body {
	background-color: #222;
	color: #FFF;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10pt;
	margin: 8px;
}

div#contact {
	position: absolute;
	right: 20px;
	top: 10px;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.logos {
	background-color: #FFF;
	border: solid 1px #000;
	padding: 4px 4px 2px 4px;
	text-align: center;
}

div.logos img {
	margin-left: 2px;
	margin-right: 2px;
}

em {
	color: #FB2;
	font-style: normal;
	font-weight: bold;
}

h1 {
	background: #555;
	border: solid 1px #000;
	color: #FFF;
	height: 34px;
	letter-spacing: 2px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	text-align: center;
}

h1 div {
	display: inline-block;
}

h2 {
	color: #FFF;
	font-size: 14pt;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-top: 0px;
	text-align: center;
}

img.skills {
	float: right;
	margin: 0px;
	padding: 0px;
}

table#availability {
	width: 250px;
}

table.banding td {
	border: solid #000 1px;
	font-size: 9pt;
	padding: 2px 2px 2px 4px;
}

table.banding tr:nth-child(even) {
	background-color:#666;
}

table.banding tr:nth-child(odd) {
	background-color:#555;
}

table#personal {
	width: 550px;
}

table.qualifications tr td {
	background-color: #666;
	text-align: center;
}

table.qualifications div {
	display: inline-block;
}

table.qualifications div img {
	display: block;
	height: 108px;
	padding-left: 26px;
	width: 108px;
}

table.qualifications div div {
	color: #fff;
	width: 160px;
}

table.skillshdr {
	border: none;
	border-collapse: collapse;
	margin-bottom: 4px;
	padding: 0px;
	width: 800px;
}

table.skills td:nth-child(3) {
	padding-right: 20px;
	text-align: right;
}

table.skills th:nth-child(1) {
	width: 290px;
}

table.skills th:nth-child(3) {
	text-align: center;
}

table.standard {
	background-color: #555;
	border-collapse: collapse;
	margin-bottom: 16px;
}

table.standard td {
	padding: 3px 4px 3px 4px;
}

table.standard td p {
	font-size: 10pt;
	padding: 0px 4px 0px 4px;
	text-align: justify;
}

table.standard tbody th {
	font-weight: normal;
	padding-right: 2px;
	text-align: right;
}

table.standard thead th {
	background-color: #000;
	padding: 3px 4px 3px 4px;
	text-align: left;
}

table#download td {
	font-size: 10pt;
	padding: 2px;
}

th {
	color: #FB2;
	font-size: 10pt;
	font-weight: bold;
}
