﻿body {
	background-color: white;
	margin-top:  0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;	
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-align: left;
	text-indent: 0; 
	word-spacing: 0; 
	line-height: 100%; 
	margin: 0 
}
p {
	font-size: medium; 
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
#App {
	width: 700px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.appLogo {
	border-style: solid;
	border-width: 0;
	float: left;	
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.appPMILogo {
	border-style: solid;
	border-width: 0;
	float: right;	
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 10px;	
}
.empTitle {
	font-size: x-large;
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
	font-family: "Copperplate Gothic Bold"
}
.titleAddress {
	font-size: x-small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
}
.DOT {
	font-family: Symbol;
}
table {
	border: thin black solid;
	text-align: center;
	width: 100%;
}
.dirBox {
	font-size: large;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center;
	font-family: "Copperplate Gothic Bold"
}
h2 {
	font-family: "Arial Black";
	font-size: medium;
	margin-bottom: 0px;
	line-height: 125%;
}
#personal table {
	border-collapse: collapse;
}
#personal td {
	width: 33%;
	font-size: x-small;
	text-indent:  3px;
	vertical-align: top;
	text-align: left;
	border: 1px black solid;
}
#position table {
	border-collapse: collapse;
}
#position td {
	font-size: x-small;
	vertical-align: top;
	border: 1px black solid;
}
#education table {
	border-collapse: collapse;
}
#education td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: top;
	text-align: left;
	border: 1px black solid;
}
#license table {
	border-collapse: collapse;
}
#license td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: middle;
	text-align: left;
	border: 1px black solid;
}
#employment table {
	border-collapse: collapse;
}
#employment td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: top;
	text-align: left;
	border: 1px black solid;
}
#military table {
	border-collapse: collapse;
}
#military td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: top;
	text-align: left;
	border: 1px black solid;
}
#general table {
	border-collapse: collapse;
}
#general td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: middle;
	text-align: left;
	border: 1px black solid;
	line-height: 100%;
}
#references table {
	border-collapse: collapse;
}
#references td {
	font-size: x-small;
	text-indent:  3px;
	vertical-align: middle;
	text-align: center;
	border: 1px black solid;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#references p {
	text-align: left;
	font-size: x-small;
}
#signature table {
	border: 1px black solid;
	width: 700px;
}
#signature p {
	margin-left: 3px;
	margin-right: 3px;
	line-height: 110%;
	margin-bottom: 9px;
	font-size: small;
}
/* shared classes */
.noBorder td {
	border: 0px white solid;
}
.noBorder table {
	border: 0px white solid;
}
#GI_Border td {
	border: 1px black solid;
/*	border-left: 1px black solid;  */
	vertical-align: middle;
}
#GI_Border table {
	border: 0px white solid;
}
#GI_Border p {
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: x-small;
}
#centerLine td {
	background-color: #EEECE1; 
	vertical-align: middle; 
	height: 40px;
	font-size: x-small;
}
.required {
	font-size: x-small;
	color: red;
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	text-indent:  3px;
}
.boldUnder {
	text-decoration: underline;
	font-weight: bold;
}
.options {
	font-size: x-small;
}
.underline 
{
	text-decoration: underline;
}