	.parentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	padding: 0px;
	width: 90%;
	border: 1px solid #000099;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/background.gif);
	margin: 0px;
	text-align: center;
	}
	.header {
	font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
	height: 80px;
	font-variant: small-caps;
	background-color: #010080;
	margin: 0px;
	padding: 5px 5px 0px;
	background-image: url(../images/dropShadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
	a.head:link, a.head:visited, a.head:hover
	{
font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
	font-variant: small-caps;
	}
	a:link {
		color: #010080;
		text-decoration: underline;
	}
	.navigation {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	height: 35px;
	text-align: right;
	vertical-align: bottom;
	}
	.bodyTable {
	margin: 0px;
	padding: 3px;
	width: 100%;
	vertical-align: top;
	white-space: normal;
	}
	.bodyLeft {
	width: 250px;
	white-space: normal;
	padding-right: 15px;
	}
	.bodyRight {
	width: 250px;
	padding-left: 15px;
	}
	.greyLeft {
	background-image: url(../images/grayLeft.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 11px;
	background-position: top;
	background-color: #B7B8BD;
	}
	.greyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 14px;
	background-image: url(../images/grayTitle.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: capitalize;
	background-color: #B7B8BD;
	}
.greyRow {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
	padding-left: 5px;
	padding-right: 5px;
}

	.blueLeft {
	background-image: url(../images/blueLeft.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 11px;
	background-position: top;
	background-color: #000099;
	}
	.blueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 14px;
	background-image: url(../images/blueTitle.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: capitalize;
	background-color: #000099;
	}
.eyes {
	background-image: url(../images/joy.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	border: 1px solid #888888;
	height: 281px;
	width: 248px;
}
.invert {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 3px;
}
.dropShadow {
	background-image: url(../images/dropShadow.gif);
	background-repeat: repeat-x;
	height: 11px;
}
/*************css buttons *******************/

a.button {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border: 1px solid black;

	text-align: center;
	min-width: 75px;
	background-color: #FFCC33;
	color: #000000;
	height: 24px;
}
a.button:link { 	background-color: #FFCC33; 	color: #000000;	text-decoration: none;	}
a.button:visited {		background-color: #FFCC33; 	color: #000000;	text-decoration: none;	}
a.button:hover {
	color: #000000;
	text-decoration: none;
	background-color: #B7B8BD;
}
a.button:active { 	background-color: #B7B8BD; 	color: #000000; 	text-decoration: none;	}
.active, .active:active, .active:visited, .active:link { 		
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	border: 1px solid black;
	text-align: center;
	min-width: 75px;
	height: 24px;
	background-color: #B7B8BD; 	color: #000000;	text-decoration: none;	}
h3 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
a:visited {
	color: #010080;
}
h4 {
	color: #010080;
}
td {
	text-align: left;
	vertical-align: top;
}

/******** Needed for Resume and Accomplishments *******/
/******** Added by Jesse Young ************************/

div.subBody {
  font-family: arial;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2px;
}

div.resumeBody {
  font-family: arial;
  margin-left: 12%;
  margin-right: 12%;
  border-style: none;
  padding: 12px;
}


.centered {
  text-align: center;
}

.centered:first-line {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

div.subsection:first-line {
  font-size: 14pt;
  font-weight: bold;
}

div.heading {
  font-size: 18pt;
  text-align: center;
}

div.right {
  float: right;
  text-align: right;
}

div.rightmod {
  margin-left: 20%;
  text-align: left;
}

div.right:first-line {
  font-weight: bold;
}

div.left {
  float: left;
}

div.left:first-line {
  font-weight: bold;
}

div.content {
  clear: left;
  clear: right;
  padding-right: 10px;
  padding-left: 10px;
}

div.subcontent {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

div.listcontent {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 12pt;
}

img {
  border-style: none;
}

div.items {
  display: list-item;
}

ul.sub {
  list-style-type: none;
  padding-left: 2.0em;
  margin: 0px;
}

li.sub {
  display: list-item;
  list-style-position: outside;
  list-style-image: url(../images/arrow.png); 
/*  margin-left: 5px; */
  marker-offset: 5px; 
  padding-left: 0.5em;
  margin: 5px; 
}

